public final class WorkflowIndicatorExecutionEnvironment extends Object implements IndicatorExecutionEnvironment
| Constructor and Description |
|---|
WorkflowIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session,
com.orchestranetworks.instance.Repository repository) |
| Modifier and Type | Method and Description |
|---|---|
com.orchestranetworks.workflow.WorkflowEngine |
getEngine()
Returns the workflow engine in the execution time.
|
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. |
public WorkflowIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session,
com.orchestranetworks.instance.Repository repository)
public com.orchestranetworks.instance.Repository getRepository()
IndicatorExecutionEnvironmentgetRepository in interface IndicatorExecutionEnvironmentpublic com.orchestranetworks.service.Session getSession()
IndicatorExecutionEnvironmentgetSession in interface IndicatorExecutionEnvironmentpublic com.orchestranetworks.workflow.WorkflowEngine getEngine()
public boolean isDEC()
IndicatorExecutionEnvironmenttrue if in data element concept mode.isDEC in interface IndicatorExecutionEnvironmentpublic boolean isWorkflow()
IndicatorExecutionEnvironmenttrue if in workflow mode.isWorkflow in interface IndicatorExecutionEnvironment