Package com.orchestranetworks.addon.dqid
Interface IndicatorExecutionEnvironment
- All Known Implementing Classes:
DECIndicatorExecutionEnvironment
,WorkflowIndicatorExecutionEnvironment
public interface IndicatorExecutionEnvironment
Execution environment of the indicator.
-
Method Summary
Modifier and TypeMethodDescriptioncom.orchestranetworks.instance.Repository
Returns the current repository.com.orchestranetworks.service.Session
Returns the current user session.boolean
isDEC()
Returnstrue
if in data element concept mode.boolean
Returnstrue
if in workflow mode.
-
Method Details
-
getRepository
com.orchestranetworks.instance.Repository getRepository()Returns the current repository. -
getSession
com.orchestranetworks.service.Session getSession()Returns the current user session. -
isDEC
boolean isDEC()Returnstrue
if in data element concept mode. -
isWorkflow
boolean isWorkflow()Returnstrue
if in workflow mode.
-