Interface CaseStage

  • All Known Implementing Classes:
    CaseStageImpl

    public interface CaseStage
    Represents self contained part of case that does include number of other activities and potentially other stages
    • Method Detail

      • getId

        String getId()
        Returns id of the stage
        Returns:
      • getName

        String getName()
        Returns name of the stage
        Returns:
      • getAdHocFragments

        Collection<AdHocFragment> getAdHocFragments()
        Returns names of the adhoc fragments within this stage that can be triggered.
        Returns: