Package org.jbpm.casemgmt.api.model
Interface CaseMilestone
-
- All Known Implementing Classes:
CaseMilestoneImpl
public interface CaseMilestone
Represents intermediate goal within a case
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAchievementCondition()
Returns condition that will indicate this mile stone is achieved.String
getId()
Returns id of the milestone.String
getName()
Returns name of the milestone.boolean
isMandatory()
Defines if this milestone is required before case completion.
-
-
-
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:
-
-