Package com.orchestranetworks.addon.dqid
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
ConstructorDescriptionDECIndicatorExecutionEnvironment
(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 TypeMethodDescriptioncom.onwbp.adaptation.Adaptation
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
Returns the current repository.com.orchestranetworks.service.Session
Returns the current user session.com.onwbp.adaptation.AdaptationTable
getTable()
Returns the current table in execution time.boolean
isDEC()
Returnstrue
if in data element concept mode.boolean
Returnstrue
if in workflow mode.
-
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
-
getRepository
public com.orchestranetworks.instance.Repository getRepository()Description copied from interface:IndicatorExecutionEnvironment
Returns the current repository.- Specified by:
getRepository
in interfaceIndicatorExecutionEnvironment
-
getHome
public com.onwbp.adaptation.AdaptationHome getHome()Returns the current data space in execution time. -
getDataset
public com.onwbp.adaptation.Adaptation getDataset()Returns the current data set in execution time. -
getTable
public com.onwbp.adaptation.AdaptationTable getTable()Returns the current table in execution time. -
getSession
public com.orchestranetworks.service.Session getSession()Description copied from interface:IndicatorExecutionEnvironment
Returns the current user session.- Specified by:
getSession
in interfaceIndicatorExecutionEnvironment
-
isDEC
public boolean isDEC()Description copied from interface:IndicatorExecutionEnvironment
Returnstrue
if in data element concept mode.- Specified by:
isDEC
in interfaceIndicatorExecutionEnvironment
-
isWorkflow
public boolean isWorkflow()Description copied from interface:IndicatorExecutionEnvironment
Returnstrue
if in workflow mode.- Specified by:
isWorkflow
in interfaceIndicatorExecutionEnvironment
-