Package org.jbpm.casemgmt.impl.model
Class CaseStageImpl
- java.lang.Object
-
- org.jbpm.casemgmt.impl.model.CaseStageImpl
-
- All Implemented Interfaces:
Serializable,CaseStage
public class CaseStageImpl extends Object implements CaseStage, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaseStageImpl()CaseStageImpl(String id, String name, Collection<AdHocFragment> adHocFragments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<AdHocFragment>getAdHocFragments()Returns names of the adhoc fragments within this stage that can be triggered.StringgetId()Returns id of the stageStringgetName()Returns name of the stagevoidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Constructor Detail
-
CaseStageImpl
public CaseStageImpl()
-
CaseStageImpl
public CaseStageImpl(String id, String name, Collection<AdHocFragment> adHocFragments)
-
-
Method Detail
-
setId
public void setId(String id)
-
getName
public String getName()
Description copied from interface:CaseStageReturns name of the stage
-
setName
public void setName(String name)
-
getAdHocFragments
public Collection<AdHocFragment> getAdHocFragments()
Description copied from interface:CaseStageReturns names of the adhoc fragments within this stage that can be triggered.- Specified by:
getAdHocFragmentsin interfaceCaseStage- Returns:
-
-