jBPM :: Services API 6.2.0.CR2

Uses of Interface
org.jbpm.services.api.model.ProcessInstanceDesc

Packages that use ProcessInstanceDesc
org.jbpm.services.api   
 

Uses of ProcessInstanceDesc in org.jbpm.services.api
 

Methods in org.jbpm.services.api that return ProcessInstanceDesc
 ProcessInstanceDesc RuntimeDataService.getProcessInstanceById(long processInstanceId)
          Returns process instance descriptions found for given processInstanceId if found otherwise null.
 

Methods in org.jbpm.services.api that return types with arguments of type ProcessInstanceDesc
 Collection<ProcessInstanceDesc> RuntimeDataService.getProcessInstances(List<Integer> states, String initiator, org.kie.internal.query.QueryContext queryContext)
          Returns list of process instance descriptions found with given statuses and initiated by initiator.
 Collection<ProcessInstanceDesc> RuntimeDataService.getProcessInstances(org.kie.internal.query.QueryContext queryContext)
          Returns list of process instance descriptions
 Collection<ProcessInstanceDesc> RuntimeDataService.getProcessInstancesByDeploymentId(String deploymentId, List<Integer> states, org.kie.internal.query.QueryContext queryContext)
          Returns list of process instance descriptions found for given deployment id and statuses.
 Collection<ProcessInstanceDesc> RuntimeDataService.getProcessInstancesByProcessDefinition(String processDefId, org.kie.internal.query.QueryContext queryContext)
          Returns list of process instance descriptions found for given process definition id
 Collection<ProcessInstanceDesc> RuntimeDataService.getProcessInstancesByProcessId(List<Integer> states, String processId, String initiator, org.kie.internal.query.QueryContext queryContext)
          Returns list of process instance descriptions found for given process id and statuses and initiated by initiator
 Collection<ProcessInstanceDesc> RuntimeDataService.getProcessInstancesByProcessName(List<Integer> states, String processName, String initiator, org.kie.internal.query.QueryContext queryContext)
           
 


jBPM :: Services API 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.