Class DECIndicatorExecutionEnvironment

java.lang.Object
com.orchestranetworks.addon.dqid.DECIndicatorExecutionEnvironment
All Implemented Interfaces:
IndicatorExecutionEnvironment

public final class DECIndicatorExecutionEnvironment extends Object implements IndicatorExecutionEnvironment
The execution environment for a Data Element Concept.
  • Constructor Summary

    Constructors
    Constructor
    Description
    DECIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session, com.onwbp.adaptation.AdaptationHome home)
    The environment for a data space indicator.
    DECIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session, com.onwbp.adaptation.Adaptation dataset, com.onwbp.adaptation.AdaptationTable table)
    The environment for an indicator at the data set level or a lower level.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.onwbp.adaptation.Adaptation
    Returns the current data set in execution time.
    com.onwbp.adaptation.AdaptationHome
    Returns the current data space in execution time.
    com.orchestranetworks.instance.Repository
    Returns the current repository.
    com.orchestranetworks.service.Session
    Returns the current user session.
    com.onwbp.adaptation.AdaptationTable
    Returns the current table in execution time.
    boolean
    Returns true if in data element concept mode.
    boolean
    Returns true if in workflow mode.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DECIndicatorExecutionEnvironment

      public DECIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session, com.onwbp.adaptation.Adaptation dataset, com.onwbp.adaptation.AdaptationTable table)
      The environment for an indicator at the data set level or a lower level.
    • DECIndicatorExecutionEnvironment

      public DECIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session, com.onwbp.adaptation.AdaptationHome home)
      The environment for a data space indicator.
      Since:
      1.3.0
  • Method Details