Interface IndicatorExecutionEnvironment

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
    • Method Detail

      • getRepository

        com.orchestranetworks.instance.Repository getRepository()
        Returns the current repository.
      • getSession

        com.orchestranetworks.service.Session getSession()
        Returns the current user session.
      • isDEC

        boolean isDEC()
        Returns true if in data element concept mode.
      • isWorkflow

        boolean isWorkflow()
        Returns true if in workflow mode.