Uses of Class
com.orchestranetworks.addon.dqid.WorkflowIndicatorExecutionContext
-
Packages that use WorkflowIndicatorExecutionContext Package Description com.orchestranetworks.addon.dqid Provides classes and interfaces to define, publish and execute indicators.com.orchestranetworks.addon.dqid.controller Provides classes to execute indicators on-demand, or using triggers. -
-
Uses of WorkflowIndicatorExecutionContext in com.orchestranetworks.addon.dqid
Methods in com.orchestranetworks.addon.dqid with parameters of type WorkflowIndicatorExecutionContext Modifier and Type Method Description abstract IndicatorReportWorkflowIndicator. execute(WorkflowIndicatorExecutionContext executionContext)Defines what the indicator will do. -
Uses of WorkflowIndicatorExecutionContext in com.orchestranetworks.addon.dqid.controller
Methods in com.orchestranetworks.addon.dqid.controller with parameters of type WorkflowIndicatorExecutionContext Modifier and Type Method Description IndicatorsExecutionResultIndicatorController. executeOnDemand(WorkflowIndicatorExecutionContext context)Executes "on demand" indicators for workflows.
-