Nuxeo Enterprise Platform 5.4

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   
org.nuxeo.ecm.platform.jbpm.facade   
 

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

Methods in org.nuxeo.ecm.platform.jbpm with parameters of type JbpmActorsListFilter
 java.util.List<ProcessInstance> JbpmService.getCurrentProcessInstances(java.util.List<java.lang.String> actors, JbpmActorsListFilter filter)
          Returns a list of all current process instances that has been started by one of the actors in the list.
 java.util.List<TaskInstance> JbpmService.getCurrentTaskInstances(java.util.List<java.lang.String> actors, JbpmActorsListFilter filter)
          Returns a list of task instances assigned to one of the actors in the list or to its pool.
 java.util.List<TaskInstance> JbpmService.getTaskInstances(DocumentModel dm, java.util.List<java.lang.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
 java.util.List<ProcessInstance> JbpmServiceImpl.getCurrentProcessInstances(java.util.List<java.lang.String> actors, JbpmActorsListFilter filter)
           
 java.util.List<TaskInstance> JbpmServiceImpl.getCurrentTaskInstances(java.util.List<java.lang.String> actors, JbpmActorsListFilter filter)
           
 java.util.List<TaskInstance> JbpmServiceImpl.getTaskInstances(DocumentModel dm, java.util.List<java.lang.String> actors, JbpmActorsListFilter filter)
           
 

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

Methods in org.nuxeo.ecm.platform.jbpm.facade with parameters of type JbpmActorsListFilter
 java.util.List<ProcessInstance> JbpmServiceBean.getCurrentProcessInstances(java.util.List<java.lang.String> actors, JbpmActorsListFilter filter)
           
 java.util.List<TaskInstance> JbpmServiceBean.getCurrentTaskInstances(java.util.List<java.lang.String> actors, JbpmActorsListFilter filter)
           
 java.util.List<TaskInstance> JbpmServiceBean.getTaskInstances(DocumentModel dm, java.util.List<java.lang.String> actors, JbpmActorsListFilter filter)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.