Interface CaseMilestone

  • All Known Implementing Classes:
    CaseMilestoneImpl

    public interface CaseMilestone
    Represents intermediate goal within a case
    • Method Detail

      • getId

        String getId()
        Returns id of the milestone.
        Returns:
      • getName

        String getName()
        Returns name of the milestone.
        Returns:
      • getAchievementCondition

        String getAchievementCondition()
        Returns condition that will indicate this mile stone is achieved.
        Returns:
      • isMandatory

        boolean isMandatory()
        Defines if this milestone is required before case completion.
        Returns: