public interface IndicatorExecutionEnvironment
Modifier and Type | Method and Description |
---|---|
com.orchestranetworks.instance.Repository |
getRepository()
Returns the current repository.
|
com.orchestranetworks.service.Session |
getSession()
Returns the current user session.
|
boolean |
isDEC()
Returns
true if in data element concept mode. |
boolean |
isWorkflow()
Returns
true if in workflow mode. |
com.orchestranetworks.instance.Repository getRepository()
com.orchestranetworks.service.Session getSession()
boolean isDEC()
true
if in data element concept mode.boolean isWorkflow()
true
if in workflow mode.