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
ConstructorsConstructorDescriptionWorkflowIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session, com.orchestranetworks.instance.Repository repository) -
Method Summary
Modifier and TypeMethodDescriptioncom.orchestranetworks.workflow.WorkflowEngineReturns the workflow engine in the execution time.com.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.
-
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:IndicatorExecutionEnvironmentReturns the current repository.- Specified by:
getRepositoryin interfaceIndicatorExecutionEnvironment
-
getSession
public com.orchestranetworks.service.Session getSession()Description copied from interface:IndicatorExecutionEnvironmentReturns the current user session.- Specified by:
getSessionin interfaceIndicatorExecutionEnvironment
-
getEngine
public com.orchestranetworks.workflow.WorkflowEngine getEngine()Returns the workflow engine in the execution time. -
isDEC
public boolean isDEC()Description copied from interface:IndicatorExecutionEnvironmentReturnstrueif in data element concept mode.- Specified by:
isDECin interfaceIndicatorExecutionEnvironment
-
isWorkflow
public boolean isWorkflow()Description copied from interface:IndicatorExecutionEnvironmentReturnstrueif in workflow mode.- Specified by:
isWorkflowin interfaceIndicatorExecutionEnvironment
-