Uses of Interface
org.jbpm.casemgmt.api.model.AdHocFragment
-
Packages that use AdHocFragment Package Description org.jbpm.casemgmt.api org.jbpm.casemgmt.api.model org.jbpm.casemgmt.api.model.instance -
-
Uses of AdHocFragment in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api that return types with arguments of type AdHocFragment Modifier and Type Method Description Collection<AdHocFragment>CaseRuntimeDataService. getAdHocFragmentsForCase(String caseId)Returns list of AdHocFragments available in given case. -
Uses of AdHocFragment in org.jbpm.casemgmt.api.model
Methods in org.jbpm.casemgmt.api.model that return types with arguments of type AdHocFragment Modifier and Type Method Description Collection<AdHocFragment>CaseDefinition. getAdHocFragments()Returns available adhoc fragments that can be signaled.Collection<AdHocFragment>CaseStage. getAdHocFragments()Returns names of the adhoc fragments within this stage that can be triggered. -
Uses of AdHocFragment in org.jbpm.casemgmt.api.model.instance
Methods in org.jbpm.casemgmt.api.model.instance that return types with arguments of type AdHocFragment Modifier and Type Method Description Collection<AdHocFragment>CaseStageInstance. getAdHocFragments()Returns names of the adhoc fragments within this stage that can be triggered.
-