Uses of Interface
org.jbpm.casemgmt.api.model.CaseDefinition
-
Packages that use CaseDefinition Package Description org.jbpm.casemgmt.api -
-
Uses of CaseDefinition in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api that return CaseDefinition Modifier and Type Method Description CaseDefinitionCaseRuntimeDataService. getCase(String deploymentId, String caseDefinitionId)Returns case definition identified by caseDefinitionId that belongs to given deploymentId.Methods in org.jbpm.casemgmt.api that return types with arguments of type CaseDefinition Modifier and Type Method Description Collection<CaseDefinition>CaseRuntimeDataService. getCases(String filter, org.kie.api.runtime.query.QueryContext queryContext)Returns available cases which matching filter that applies to case name (usually represented by process id or name).Collection<CaseDefinition>CaseRuntimeDataService. getCases(org.kie.api.runtime.query.QueryContext queryContext)Returns available cases.Collection<CaseDefinition>CaseRuntimeDataService. getCasesByDeployment(String deploymentId, org.kie.api.runtime.query.QueryContext queryContext)Returns available cases for given deployment id
-