Interface IActivatableWorkflowObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isActive()
      Check if this workflow object is active or inactive.
      void setActive​(boolean p_bActive)
      Set this workflow object active or inactive.
    • Method Detail

      • isActive

        boolean isActive()
        Check if this workflow object is active or inactive.
        Returns:
        The activation state of this workflow object.
      • setActive

        void setActive​(boolean p_bActive)
        Set this workflow object active or inactive.
        Parameters:
        p_bActive - The new activation state to be set.