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()
IndicatorExecutionEnvironment
getRepository
in interface IndicatorExecutionEnvironment
public com.orchestranetworks.service.Session getSession()
IndicatorExecutionEnvironment
getSession
in interface IndicatorExecutionEnvironment
public com.orchestranetworks.workflow.WorkflowEngine getEngine()
public boolean isDEC()
IndicatorExecutionEnvironment
true
if in data element concept mode.isDEC
in interface IndicatorExecutionEnvironment
public boolean isWorkflow()
IndicatorExecutionEnvironment
true
if in workflow mode.isWorkflow
in interface IndicatorExecutionEnvironment