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
ConstructorsConstructorDescriptionDECIndicatorExecutionEnvironment(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.AdaptationReturns the current data set in execution time.com.onwbp.adaptation.AdaptationHomegetHome()Returns the current data space in execution time.com.orchestranetworks.instance.RepositoryReturns the current repository.com.orchestranetworks.service.SessionReturns the current user session.com.onwbp.adaptation.AdaptationTablegetTable()Returns the current table in execution time.booleanisDEC()Returnstrueif in data element concept mode.booleanReturnstrueif 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: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
 
 -