Uses of Interface
org.jbpm.casemgmt.api.model.AdHocFragment
-
-
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. -
Uses of AdHocFragment in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl that return types with arguments of type AdHocFragment Modifier and Type Method Description Collection<AdHocFragment>
CaseRuntimeDataServiceImpl. getAdHocFragmentsForCase(String caseId)
-
Uses of AdHocFragment in org.jbpm.casemgmt.impl.model
Classes in org.jbpm.casemgmt.impl.model that implement AdHocFragment Modifier and Type Class Description class
AdHocFragmentImpl
Methods in org.jbpm.casemgmt.impl.model that return types with arguments of type AdHocFragment Modifier and Type Method Description Collection<AdHocFragment>
CaseDefinitionImpl. getAdHocFragments()
Collection<AdHocFragment>
CaseStageImpl. getAdHocFragments()
Constructor parameters in org.jbpm.casemgmt.impl.model with type arguments of type AdHocFragment Constructor Description CaseStageImpl(String id, String name, Collection<AdHocFragment> adHocFragments)
-
Uses of AdHocFragment in org.jbpm.casemgmt.impl.model.instance
Methods in org.jbpm.casemgmt.impl.model.instance that return types with arguments of type AdHocFragment Modifier and Type Method Description Collection<AdHocFragment>
CaseStageInstanceImpl. getAdHocFragments()
Constructor parameters in org.jbpm.casemgmt.impl.model.instance with type arguments of type AdHocFragment Constructor Description CaseStageInstanceImpl(String id, String name, Collection<AdHocFragment> adHocFragments, Collection<NodeInstanceDesc> activeNodes)
CaseStageInstanceImpl(String id, String name, Collection<AdHocFragment> adHocFragments, Collection<NodeInstanceDesc> activeNodes, StageStatus status)
-
Uses of AdHocFragment in org.jbpm.test.services
Methods in org.jbpm.test.services that return types with arguments of type AdHocFragment Modifier and Type Method Description protected Map<String,AdHocFragment>
AbstractCaseServicesTest. mapAdHocFragments(Collection<AdHocFragment> adHocFragments)
Method parameters in org.jbpm.test.services with type arguments of type AdHocFragment Modifier and Type Method Description protected Map<String,AdHocFragment>
AbstractCaseServicesTest. mapAdHocFragments(Collection<AdHocFragment> adHocFragments)
-