Package com.orchestranetworks.addon.dqid
Class DECIndicatorExecutionEnvironment
- java.lang.Object
-
- com.orchestranetworks.addon.dqid.DECIndicatorExecutionEnvironment
-
- All Implemented Interfaces:
IndicatorExecutionEnvironment
public final class DECIndicatorExecutionEnvironment extends java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.onwbp.adaptation.AdaptationgetDataset()Returns the current data set in execution time.com.onwbp.adaptation.AdaptationHomegetHome()Returns the current data space in execution time.com.orchestranetworks.instance.RepositorygetRepository()Returns the current repository.com.orchestranetworks.service.SessiongetSession()Returns the current user session.com.onwbp.adaptation.AdaptationTablegetTable()Returns the current table in execution time.booleanisDEC()Returnstrueif in data element concept mode.booleanisWorkflow()Returnstrueif in workflow mode.
-
-
-
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
-
-
Method Detail
-
getRepository
public com.orchestranetworks.instance.Repository getRepository()
Description copied from interface:IndicatorExecutionEnvironmentReturns the current repository.- Specified by:
getRepositoryin 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:IndicatorExecutionEnvironmentReturns the current user session.- Specified by:
getSessionin interfaceIndicatorExecutionEnvironment
-
isDEC
public boolean isDEC()
Description copied from interface:IndicatorExecutionEnvironmentReturnstrueif in data element concept mode.- Specified by:
isDECin interfaceIndicatorExecutionEnvironment
-
isWorkflow
public boolean isWorkflow()
Description copied from interface:IndicatorExecutionEnvironmentReturnstrueif in workflow mode.- Specified by:
isWorkflowin interfaceIndicatorExecutionEnvironment
-
-