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.RepositoryReturns the current repository.com.orchestranetworks.service.SessionReturns the current user session.booleanisDEC()Returnstrueif in data element concept mode.booleanReturnstrueif 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()Returnstrueif in data element concept mode. - 
isWorkflow
boolean isWorkflow()Returnstrueif in workflow mode. 
 -