Package org.jbpm.casemgmt.impl.model
Class AdHocFragmentImpl
- java.lang.Object
-
- org.jbpm.casemgmt.impl.model.AdHocFragmentImpl
-
- All Implemented Interfaces:
Serializable,AdHocFragment
public class AdHocFragmentImpl extends Object implements AdHocFragment, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdHocFragmentImpl(String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns name of the ad hoc fragmentStringgetType()Returns type of the ad hoc fragment (human task, milestone, service task, etc)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:AdHocFragmentReturns name of the ad hoc fragment- Specified by:
getNamein interfaceAdHocFragment
-
getType
public String getType()
Description copied from interface:AdHocFragmentReturns type of the ad hoc fragment (human task, milestone, service task, etc)- Specified by:
getTypein interfaceAdHocFragment
-
-