public abstract class IndicatorExecutionContext extends Object
Modifier and Type | Method and Description |
---|---|
abstract IndicatorExecutionEnvironment |
getExecutionEnvironment()
Returns the execution environment of the indicator.
|
String |
getExecutionId()
Returns the execution id at runtime.
|
List<com.onwbp.adaptation.PrimaryKey> |
getIndicatorCodes()
Returns the list of indicator primary keys in the current execution.
|
abstract boolean |
isOnDemand()
Returns
true if on demand mode. |
abstract boolean |
isOnProbe()
Returns
true if on probe/trigger mode. |
void |
setIndicatorCodes(List<com.onwbp.adaptation.PrimaryKey> indicatorCodes)
Adds list of indicator primary keys in the current execution.
|
public abstract IndicatorExecutionEnvironment getExecutionEnvironment()
public abstract boolean isOnDemand()
true
if on demand mode.public abstract boolean isOnProbe()
true
if on probe/trigger mode.public final void setIndicatorCodes(List<com.onwbp.adaptation.PrimaryKey> indicatorCodes)
public final List<com.onwbp.adaptation.PrimaryKey> getIndicatorCodes()
public final String getExecutionId()