Interface IndicatorExecutionEnvironment

All Known Implementing Classes:
DECIndicatorExecutionEnvironment, WorkflowIndicatorExecutionEnvironment

public interface IndicatorExecutionEnvironment
Execution environment of the indicator.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.