Package com.orchestranetworks.addon.dqid
Class IndicatorExecutionContext
java.lang.Object
com.orchestranetworks.addon.dqid.IndicatorExecutionContext
- Direct Known Subclasses:
 DECIndicatorExecutionContext,WorkflowIndicatorExecutionContext
The execution context of the indicator.
- 
Method Summary
Modifier and TypeMethodDescriptionabstract IndicatorExecutionEnvironmentReturns the execution environment of the indicator.final StringReturns the execution id at runtime.final List<com.onwbp.adaptation.PrimaryKey>Returns the list of indicator primary keys in the current execution.abstract booleanReturnstrueif on demand mode.abstract booleanReturnstrueif on probe/trigger mode.final voidsetIndicatorCodes(List<com.onwbp.adaptation.PrimaryKey> indicatorCodes) Adds list of indicator primary keys in the current execution. 
- 
Method Details
- 
getExecutionEnvironment
Returns the execution environment of the indicator. - 
isOnDemand
public abstract boolean isOnDemand()Returnstrueif on demand mode. - 
isOnProbe
public abstract boolean isOnProbe()Returnstrueif on probe/trigger mode. - 
setIndicatorCodes
Adds list of indicator primary keys in the current execution. - 
getIndicatorCodes
Returns the list of indicator primary keys in the current execution. - 
getExecutionId
Returns the execution id at runtime. 
 -