Package org.jbpm.casemgmt.api.model
Interface AdHocFragment
-
- All Known Implementing Classes:
AdHocFragmentImpl
public interface AdHocFragment
Represents single ad hoc fragment that can be triggered.
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-