public interface CaseMilestone
Modifier and Type | Method and 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.
|
String getId()
String getName()
String getAchievementCondition()
boolean isMandatory()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.