Class WorkflowIndicatorExecutionEnvironment

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

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