Uses of Interface
org.jbpm.services.api.model.ProcessInstanceWithVarsDesc
-
Packages that use ProcessInstanceWithVarsDesc Package Description org.jbpm.services.api org.jbpm.services.api.model -
-
Uses of ProcessInstanceWithVarsDesc in org.jbpm.services.api
Methods in org.jbpm.services.api that return types with arguments of type ProcessInstanceWithVarsDesc Modifier and Type Method Description List<ProcessInstanceWithVarsDesc>AdvanceRuntimeDataService. queryProcessByVariables(List<QueryParam> attributes, List<QueryParam> processVariables, org.kie.api.runtime.query.QueryContext queryContext)List<ProcessInstanceWithVarsDesc>AdvanceRuntimeDataService. queryProcessByVariablesAndTask(List<QueryParam> attributes, List<QueryParam> processVariables, List<QueryParam> taskVariables, List<String> potentialOwners, org.kie.api.runtime.query.QueryContext queryContext)List<ProcessInstanceWithVarsDesc>AdvanceRuntimeDataService. queryProcessByVariablesAndTask(List<QueryParam> attributes, List<QueryParam> processVariables, List<QueryParam> taskVariables, QueryParam potentialOwners, org.kie.api.runtime.query.QueryContext queryContext) -
Uses of ProcessInstanceWithVarsDesc in org.jbpm.services.api.model
Subinterfaces of ProcessInstanceWithVarsDesc in org.jbpm.services.api.model Modifier and Type Interface Description interfaceProcessInstanceCustomDesc
-