Package com.orchestranetworks.addon.dqid
Class WorkflowIndicatorExecutionEnvironment
java.lang.Object
com.orchestranetworks.addon.dqid.WorkflowIndicatorExecutionEnvironment
- All Implemented Interfaces:
IndicatorExecutionEnvironment
public final class WorkflowIndicatorExecutionEnvironment
extends Object
implements IndicatorExecutionEnvironment
The execution environment for a workflow.
-
Constructor Summary
ConstructorDescriptionWorkflowIndicatorExecutionEnvironment
(com.orchestranetworks.service.Session session, com.orchestranetworks.instance.Repository repository) -
Method Summary
Modifier and TypeMethodDescriptioncom.orchestranetworks.workflow.WorkflowEngine
Returns the workflow engine in the execution time.com.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.
-
Constructor Details
-
WorkflowIndicatorExecutionEnvironment
public WorkflowIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session, com.orchestranetworks.instance.Repository repository)
-
-
Method Details
-
getRepository
public com.orchestranetworks.instance.Repository getRepository()Description copied from interface:IndicatorExecutionEnvironment
Returns the current repository.- Specified by:
getRepository
in interfaceIndicatorExecutionEnvironment
-
getSession
public com.orchestranetworks.service.Session getSession()Description copied from interface:IndicatorExecutionEnvironment
Returns the current user session.- Specified by:
getSession
in interfaceIndicatorExecutionEnvironment
-
getEngine
public com.orchestranetworks.workflow.WorkflowEngine getEngine()Returns the workflow engine in the execution time. -
isDEC
public boolean isDEC()Description copied from interface:IndicatorExecutionEnvironment
Returnstrue
if in data element concept mode.- Specified by:
isDEC
in interfaceIndicatorExecutionEnvironment
-
isWorkflow
public boolean isWorkflow()Description copied from interface:IndicatorExecutionEnvironment
Returnstrue
if in workflow mode.- Specified by:
isWorkflow
in interfaceIndicatorExecutionEnvironment
-