public final class DECIndicatorExecutionEnvironment extends Object implements IndicatorExecutionEnvironment
Constructor and Description |
---|
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(com.orchestranetworks.service.Session session,
com.onwbp.adaptation.AdaptationHome home)
The environment for a data space indicator.
|
Modifier and Type | Method and 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. |
public DECIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session, com.onwbp.adaptation.Adaptation dataset, com.onwbp.adaptation.AdaptationTable table)
public DECIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session, com.onwbp.adaptation.AdaptationHome home)
public com.orchestranetworks.instance.Repository getRepository()
IndicatorExecutionEnvironment
getRepository
in interface IndicatorExecutionEnvironment
public com.onwbp.adaptation.AdaptationHome getHome()
public com.onwbp.adaptation.Adaptation getDataset()
public com.onwbp.adaptation.AdaptationTable getTable()
public com.orchestranetworks.service.Session getSession()
IndicatorExecutionEnvironment
getSession
in interface IndicatorExecutionEnvironment
public boolean isDEC()
IndicatorExecutionEnvironment
true
if in data element concept mode.isDEC
in interface IndicatorExecutionEnvironment
public boolean isWorkflow()
IndicatorExecutionEnvironment
true
if in workflow mode.isWorkflow
in interface IndicatorExecutionEnvironment