Package org.jbpm.casemgmt.api.model
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<AdHocFragment>
getAdHocFragments()
Returns names of the adhoc fragments within this stage that can be triggered.String
getId()
Returns id of the stageString
getName()
Returns name of the stage
-
-
-
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:
-
-