Package com.orchestranetworks.addon.dqid
Class DECIndicatorExecutionContextOnDemand
- java.lang.Object
-
- com.orchestranetworks.addon.dqid.IndicatorExecutionContext
-
- com.orchestranetworks.addon.dqid.DECIndicatorExecutionContext
-
- com.orchestranetworks.addon.dqid.DECIndicatorExecutionContextOnDemand
-
public final class DECIndicatorExecutionContextOnDemand extends DECIndicatorExecutionContext
The on-demand context for a data element concept.
-
-
Constructor Summary
Constructors Constructor Description DECIndicatorExecutionContextOnDemand(java.lang.String executionId, DECIndicatorExecutionEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrentRecordXPathPredicate()Returnsnullif the indicator is not executed on a record scope.DECIndicatorExecutionEnvironmentgetExecutionEnvironment()Returns the current execution environment for a Data Element Concept.booleanisOnDemand()Returnstrueif on demand mode.booleanisOnProbe()Returnstrueif on probe/trigger mode.-
Methods inherited from class com.orchestranetworks.addon.dqid.IndicatorExecutionContext
getExecutionId, getIndicatorCodes, setIndicatorCodes
-
-
-
-
Constructor Detail
-
DECIndicatorExecutionContextOnDemand
public DECIndicatorExecutionContextOnDemand(java.lang.String executionId, DECIndicatorExecutionEnvironment environment)
-
-
Method Detail
-
getCurrentRecordXPathPredicate
public final java.lang.String getCurrentRecordXPathPredicate()
Description copied from class:DECIndicatorExecutionContextReturnsnullif the indicator is not executed on a record scope.- Specified by:
getCurrentRecordXPathPredicatein classDECIndicatorExecutionContext
-
getExecutionEnvironment
public DECIndicatorExecutionEnvironment getExecutionEnvironment()
Description copied from class:DECIndicatorExecutionContextReturns the current execution environment for a Data Element Concept.- Specified by:
getExecutionEnvironmentin classDECIndicatorExecutionContext
-
isOnDemand
public boolean isOnDemand()
Description copied from class:IndicatorExecutionContextReturnstrueif on demand mode.- Specified by:
isOnDemandin classIndicatorExecutionContext
-
isOnProbe
public boolean isOnProbe()
Description copied from class:IndicatorExecutionContextReturnstrueif on probe/trigger mode.- Specified by:
isOnProbein classIndicatorExecutionContext
-
-