Class IndicatorExecutionContext

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract IndicatorExecutionEnvironment getExecutionEnvironment()
      Returns the execution environment of the indicator.
      java.lang.String getExecutionId()
      Returns the execution id at runtime.
      java.util.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​(java.util.List<com.onwbp.adaptation.PrimaryKey> indicatorCodes)
      Adds list of indicator primary keys in the current execution.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getExecutionEnvironment

        public abstract IndicatorExecutionEnvironment getExecutionEnvironment()
        Returns the execution environment of the indicator.
      • isOnDemand

        public abstract boolean isOnDemand()
        Returns true if on demand mode.
      • isOnProbe

        public abstract boolean isOnProbe()
        Returns true if on probe/trigger mode.
      • setIndicatorCodes

        public final void setIndicatorCodes​(java.util.List<com.onwbp.adaptation.PrimaryKey> indicatorCodes)
        Adds list of indicator primary keys in the current execution.
      • getIndicatorCodes

        public final java.util.List<com.onwbp.adaptation.PrimaryKey> getIndicatorCodes()
        Returns the list of indicator primary keys in the current execution.
      • getExecutionId

        public final java.lang.String getExecutionId()
        Returns the execution id at runtime.