Interface CaseMilestoneInstance

  • All Known Implementing Classes:
    CaseMilestoneInstanceImpl

    public interface CaseMilestoneInstance
    Represents single instance of a milestone in a case. As long as it's not achieved it can be still updated, once achieved it's read only.
    • Method Detail

      • getId

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

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

        boolean isAchieved()
        Indicates if this milestone is already achieved or not.
        Returns:
      • getAchievedAt

        Date getAchievedAt()
        In case this milestone is achieved, returns date at it was achieved.
        Returns:
      • getStatus

        MilestoneStatus getStatus()
        Returns status of this milestone
        Returns: