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 String
getName()
Returns name of the ad hoc fragmentString
getType()
Returns type of the ad hoc fragment (human task, milestone, service task, etc)String
toString()
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:AdHocFragment
Returns name of the ad hoc fragment- Specified by:
getName
in interfaceAdHocFragment
-
getType
public String getType()
Description copied from interface:AdHocFragment
Returns type of the ad hoc fragment (human task, milestone, service task, etc)- Specified by:
getType
in interfaceAdHocFragment
-
-