Uses of Interface
org.jbpm.services.api.model.ProcessDefinition
-
-
Uses of ProcessDefinition in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api that return types with arguments of type ProcessDefinition Modifier and Type Method Description Collection<ProcessDefinition>CaseRuntimeDataService. getProcessDefinitions(String filter, org.kie.api.runtime.query.QueryContext queryContext)Returns process definitions that are not considered as case definitions and are filtered by process id or name.Collection<ProcessDefinition>CaseRuntimeDataService. getProcessDefinitions(org.kie.api.runtime.query.QueryContext queryContext)Returns process definitions that are not considered as case definitions.Collection<ProcessDefinition>CaseRuntimeDataService. getProcessDefinitionsByDeployment(String deploymentId, org.kie.api.runtime.query.QueryContext queryContext)Returns process definitions that are not considered as case definitions that belongs to given deployment. -
Uses of ProcessDefinition in org.jbpm.casemgmt.impl
Fields in org.jbpm.casemgmt.impl with type parameters of type ProcessDefinition Modifier and Type Field Description protected Set<ProcessDefinition>CaseRuntimeDataServiceImpl. availableProcessesMethods in org.jbpm.casemgmt.impl that return types with arguments of type ProcessDefinition Modifier and Type Method Description Collection<ProcessDefinition>CaseRuntimeDataServiceImpl. getProcessDefinitions(String filter, org.kie.api.runtime.query.QueryContext queryContext)Collection<ProcessDefinition>CaseRuntimeDataServiceImpl. getProcessDefinitions(org.kie.api.runtime.query.QueryContext queryContext)Collection<ProcessDefinition>CaseRuntimeDataServiceImpl. getProcessDefinitionsByDeployment(String deploymentId, org.kie.api.runtime.query.QueryContext queryContext) -
Uses of ProcessDefinition in org.jbpm.casemgmt.impl.model
Methods in org.jbpm.casemgmt.impl.model with parameters of type ProcessDefinition Modifier and Type Method Description intProcessDefinitionComparator. compare(ProcessDefinition o1, ProcessDefinition o2) -
Uses of ProcessDefinition in org.jbpm.kie.services.impl
Fields in org.jbpm.kie.services.impl with type parameters of type ProcessDefinition Modifier and Type Field Description protected Set<ProcessDefinition>RuntimeDataServiceImpl. availableProcessesMethods in org.jbpm.kie.services.impl that return ProcessDefinition Modifier and Type Method Description ProcessDefinitionRuntimeDataServiceImpl. getProcessById(String processId)Deprecated.ProcessDefinitionRuntimeDataServiceImpl. getProcessesByDeploymentIdProcessId(String deploymentId, String processId)Methods in org.jbpm.kie.services.impl that return types with arguments of type ProcessDefinition Modifier and Type Method Description Collection<ProcessDefinition>RuntimeDataServiceImpl. getProcesses(org.kie.api.runtime.query.QueryContext queryContext)Collection<ProcessDefinition>RuntimeDataServiceImpl. getProcessesByDeploymentId(String deploymentId, org.kie.api.runtime.query.QueryContext queryContext)Collection<ProcessDefinition>RuntimeDataServiceImpl. getProcessesByFilter(String filter, org.kie.api.runtime.query.QueryContext queryContext)Collection<ProcessDefinition>RuntimeDataServiceImpl. getProcessesById(String processId)Method parameters in org.jbpm.kie.services.impl with type arguments of type ProcessDefinition Modifier and Type Method Description protected voidRuntimeDataServiceImpl. applySorting(List<ProcessDefinition> input, org.kie.api.runtime.query.QueryContext queryContext) -
Uses of ProcessDefinition in org.jbpm.kie.services.impl.bpmn2
Methods in org.jbpm.kie.services.impl.bpmn2 that return ProcessDefinition Modifier and Type Method Description ProcessDefinitionBPMN2DataServiceImpl. buildProcessDefinition(String deploymentId, String bpmn2Content, org.kie.api.runtime.KieContainer kieContainer, boolean cache)ProcessDefinitionBPMN2DataServiceImpl. getProcessDefinition(String deploymentId, String processId) -
Uses of ProcessDefinition in org.jbpm.kie.services.impl.form
Methods in org.jbpm.kie.services.impl.form with parameters of type ProcessDefinition Modifier and Type Method Description StringFormProvider. render(String name, ProcessDefinition process, Map<String,Object> renderContext)StringFormProvider. render(String name, org.kie.api.task.model.Task task, ProcessDefinition process, Map<String,Object> renderContext) -
Uses of ProcessDefinition in org.jbpm.kie.services.impl.form.provider
Methods in org.jbpm.kie.services.impl.form.provider with parameters of type ProcessDefinition Modifier and Type Method Description StringClasspathFormProvider. render(String name, ProcessDefinition process, Map<String,Object> renderContext)StringClasspathFormProvider. render(String name, org.kie.api.task.model.Task task, ProcessDefinition process, Map<String,Object> renderContext)StringInMemoryFormProvider. render(String name, ProcessDefinition process, Map<String,Object> renderContext)StringInMemoryFormProvider. render(String name, org.kie.api.task.model.Task task, ProcessDefinition process, Map<String,Object> renderContext) -
Uses of ProcessDefinition in org.jbpm.kie.services.impl.model
Classes in org.jbpm.kie.services.impl.model that implement ProcessDefinition Modifier and Type Class Description classProcessAssetDesc -
Uses of ProcessDefinition in org.jbpm.services.api
Methods in org.jbpm.services.api that return ProcessDefinition Modifier and Type Method Description ProcessDefinitionDefinitionService. buildProcessDefinition(String deploymentId, String bpmn2Content, org.kie.api.runtime.KieContainer kieContainer, boolean cache)Performs build operation for given bpmn2content to produce fully populatedProcessDefinitionProcessDefinitionRuntimeDataService. getProcessById(String processId)Deprecated.will be removed in version 7ProcessDefinitionDefinitionService. getProcessDefinition(String deploymentId, String processId)Returns previously builtProcessDefinition.ProcessDefinitionRuntimeDataService. getProcessesByDeploymentIdProcessId(String deploymentId, String processId)Returns process definition for given deployment and process identifiersMethods in org.jbpm.services.api that return types with arguments of type ProcessDefinition Modifier and Type Method Description Collection<ProcessDefinition>RuntimeDataService. getProcesses(org.kie.api.runtime.query.QueryContext queryContext)Returns all process definitions availableCollection<ProcessDefinition>RuntimeDataService. getProcessesByDeploymentId(String deploymentId, org.kie.api.runtime.query.QueryContext queryContext)Returns list of process definitions for given deployment idCollection<ProcessDefinition>RuntimeDataService. getProcessesByFilter(String filter, org.kie.api.runtime.query.QueryContext queryContext)Returns list of process definitions that match the given filterCollection<ProcessDefinition>RuntimeDataService. getProcessesById(String processId)Returns process definitions for given process id regardless of the deployment -
Uses of ProcessDefinition in org.jbpm.services.ejb.impl
Methods in org.jbpm.services.ejb.impl that return ProcessDefinition Modifier and Type Method Description ProcessDefinitionDefinitionServiceEJBImpl. buildProcessDefinition(String deploymentId, String bpmn2Content, org.kie.api.runtime.KieContainer kieContainer, boolean cache) -
Uses of ProcessDefinition in org.jbpm.test.services
Methods in org.jbpm.test.services that return types with arguments of type ProcessDefinition Modifier and Type Method Description protected Map<String,ProcessDefinition>AbstractCaseServicesTest. mapProcesses(Collection<ProcessDefinition> processes)Method parameters in org.jbpm.test.services with type arguments of type ProcessDefinition Modifier and Type Method Description protected Map<String,ProcessDefinition>AbstractCaseServicesTest. mapProcesses(Collection<ProcessDefinition> processes)
-