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