Package com.orchestranetworks.addon.dqid
Interface IndicatorExecutionEnvironment
-
- All Known Implementing Classes:
DECIndicatorExecutionEnvironment,WorkflowIndicatorExecutionEnvironment
public interface IndicatorExecutionEnvironmentExecution environment of the indicator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.orchestranetworks.instance.RepositorygetRepository()Returns the current repository.com.orchestranetworks.service.SessiongetSession()Returns the current user session.booleanisDEC()Returnstrueif in data element concept mode.booleanisWorkflow()Returnstrueif in workflow mode.
-
-
-
Method Detail
-
getRepository
com.orchestranetworks.instance.Repository getRepository()
Returns the current repository.
-
getSession
com.orchestranetworks.service.Session getSession()
Returns the current user session.
-
isDEC
boolean isDEC()
Returnstrueif in data element concept mode.
-
isWorkflow
boolean isWorkflow()
Returnstrueif in workflow mode.
-
-