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

    Constructors
    Constructor
    Description
    WorkflowIndicatorExecutionEnvironment(com.orchestranetworks.service.Session session, com.orchestranetworks.instance.Repository repository)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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
    Returns true if in data element concept mode.
    boolean
    Returns true if in workflow mode.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait