Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.jbpm.JbpmActorsListFilter

Packages that use JbpmActorsListFilter
org.nuxeo.ecm.platform.jbpm   
org.nuxeo.ecm.platform.jbpm.core.service   
 

Uses of JbpmActorsListFilter in org.nuxeo.ecm.platform.jbpm
 

Methods in org.nuxeo.ecm.platform.jbpm with parameters of type JbpmActorsListFilter
 List<ProcessInstance> JbpmService.getCurrentProcessInstances(List<String> actors, JbpmActorsListFilter filter)
          Returns a list of all current process instances that has been started by one of the actors in the list.
 List<TaskInstance> JbpmService.getCurrentTaskInstances(List<String> actors, JbpmActorsListFilter filter)
          Returns a list of task instances assigned to one of the actors in the list or to its pool.
 List<TaskInstance> JbpmService.getTaskInstances(DocumentModel dm, List<String> actors, JbpmActorsListFilter jbpmActorsListFilter)
          Returns the list of task instances associated with this document assigned to one of the actor in the list or its pool.
 

Uses of JbpmActorsListFilter in org.nuxeo.ecm.platform.jbpm.core.service
 

Methods in org.nuxeo.ecm.platform.jbpm.core.service with parameters of type JbpmActorsListFilter
 List<ProcessInstance> JbpmServiceImpl.getCurrentProcessInstances(List<String> actors, JbpmActorsListFilter filter)
           
 List<TaskInstance> JbpmServiceImpl.getCurrentTaskInstances(List<String> actors, JbpmActorsListFilter filter)
           
 List<TaskInstance> JbpmServiceImpl.getTaskInstances(DocumentModel dm, List<String> actors, JbpmActorsListFilter filter)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.