Class DECIndicatorExecutionEnvironment

    • 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.onwbp.adaptation.Adaptation getDataset()
      Returns the current data set in execution time.
      com.onwbp.adaptation.AdaptationHome getHome()
      Returns the current data space in execution time.
      com.orchestranetworks.instance.Repository getRepository()
      Returns the current repository.
      com.orchestranetworks.service.Session getSession()
      Returns the current user session.
      com.onwbp.adaptation.AdaptationTable getTable()
      Returns the current table in execution time.
      boolean isDEC()
      Returns true if in data element concept mode.
      boolean isWorkflow()
      Returns true if in workflow mode.
      • Methods inherited from class java.lang.Object

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

      • 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