Demo.Workflow.WFMetric
class Demo.Workflow.WFMetric extends Ens.BusinessMetric
Sample business metric class for Workflow demoProperty Inventory
Method Inventory
Properties
property ActiveTasks as Ens.DataType.Metric (AUTOHISTORY = 10, RANGELOWER = 0, RANGEUPPER = 50, UNITS = "Tasks") [ MultiDimensional ];
Active Tasks
Property methods: ActiveTasksDisplayToLogical(), ActiveTasksGet(), ActiveTasksIsValid(), ActiveTasksLink(), ActiveTasksLogicalToDisplay(), ActiveTasksNormalize(), ActiveTasksPoints(), ActiveTasksRangeLower(), ActiveTasksRangeUpper(), ActiveTasksSet(), ActiveTasksThresholdLower(), ActiveTasksThresholdUpper(), ActiveTasksUnits()
property CompletedTasks as Ens.DataType.Metric (AUTOHISTORY = 10, RANGELOWER = 0, RANGEUPPER = 100, UNITS = "Tasks") [ MultiDimensional ];
Completed Tasks (since previous day)
Property methods: CompletedTasksDisplayToLogical(), CompletedTasksGet(), CompletedTasksIsValid(), CompletedTasksLink(), CompletedTasksLogicalToDisplay(), CompletedTasksNormalize(), CompletedTasksPoints(), CompletedTasksRangeLower(), CompletedTasksRangeUpper(), CompletedTasksSet(), CompletedTasksThresholdLower(), CompletedTasksThresholdUpper(), CompletedTasksUnits()
property Load as Ens.DataType.Metric (AUTOHISTORY = 10, RANGELOWER = 0, RANGEUPPER = 100, THRESHOLDUPPER = 90, UNITS = "%") [ MultiDimensional ];
Active Load
Property methods: LoadDisplayToLogical(), LoadGet(), LoadIsValid(), LoadLink(), LoadLogicalToDisplay(), LoadNormalize(), LoadPoints(), LoadRangeLower(), LoadRangeUpper(), LoadSet(), LoadThresholdLower(), LoadThresholdUpper(), LoadUnits()
Methods
method OnCalculateMetrics() as %Status
Calculate and update the set of metrics for this class
Queries
query MetricInstances()
SQL Query:
SELECT Name FROM EnsLib_Workflow.RoleDefinition
SELECT Name FROM EnsLib_Workflow.RoleDefinition
Set of instances for this metric class
There is one instance for every defined role.
There is one instance for every defined role.
Inherited Members
Inherited Properties
- %AlertStartTime
- %ConfigName
- %ConfigQueueName
- %LastActionTime
- %LastHandledTime
- %LastReportedError
- %OutsideCreated
- %PreserveSession
- %ProcessInputCalled
- %QuitTask
- %RequestHeader
- %SessionId
- %SuperSession
- %SuperSessionCreatedBeforeSession
- %WaitForNextCallInterval
- %WarnedLatest
- %isShadow
- %rangeLower
- %rangeUpper
- %thresholdLower
- %thresholdUpper
- Adapter
- AlertGracePeriod
- AlertGroups
- AlertOnError
- ArchiveIO
- BusinessPartner
- GenerateSuperSessionID
- IOLogEntry
- InactivityTimeout
- ThrottleDelay
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnClose()
- %OnDashboardAction()
- %OnGetActionList()
- %OnNew()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %SuperSessionSet()
- %ValidateObject()
- AdapterName()
- AssignOneSetting()
- CalculateMetricsOnDemand()
- CloseIOLogEntry()
- EnumerateSettingsClose()
- EnumerateSettingsExecute()
- EnumerateSettingsFetch()
- ForceSessionId()
- GenerateSuperSession()
- GetDeferredResponseToken()
- GetMetric()
- GetProductionSettingValue()
- GetProductionSettings()
- GetPropertyConnections()
- GetSettings()
- GetShadowInstance()
- NewIOLogEntry()
- OnError()
- OnGenerateSuperSession()
- OnGetConnections()
- OnGetInstances()
- OnInit()
- OnKeepalive()
- OnMonitor()
- OnProcessInput()
- OnProductionStart()
- OnProductionStop()
- OnStart()
- OnStop()
- OnTearDown()
- PopulateSuperSession()
- QueueName()
- SaveIOLogEntry()
- SendAlert()
- SendDeferredResponse()
- SendRequestAsync()
- SendRequestSync()
- SetMetric()