Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use JbpmListFilter
org.nuxeo.ecm.platform.comment.workflow   
org.nuxeo.ecm.platform.forum.web   
org.nuxeo.ecm.platform.jbpm   
org.nuxeo.ecm.platform.jbpm.core.service   
org.nuxeo.ecm.platform.syndication.restAPI   
 

Uses of JbpmListFilter in org.nuxeo.ecm.platform.comment.workflow
 

Classes in org.nuxeo.ecm.platform.comment.workflow that implement JbpmListFilter
 class CommentWorkflowFilter
           
 

Uses of JbpmListFilter in org.nuxeo.ecm.platform.forum.web
 

Classes in org.nuxeo.ecm.platform.forum.web that implement JbpmListFilter
 class ForumWorkflowFilter
          Filters forum moderation process instances if they apply to given post.
 

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

Classes in org.nuxeo.ecm.platform.jbpm that implement JbpmListFilter
 class TaskListFilter
          Jbpm list filter on task names
 class TaskVariableFilter
           
 

Methods in org.nuxeo.ecm.platform.jbpm with parameters of type JbpmListFilter
 List<ProcessInstance> JbpmService.getCurrentProcessInstances(NuxeoPrincipal principal, JbpmListFilter filter)
          Returns a list of all current process instances this user has started.
 List<TaskInstance> JbpmService.getCurrentTaskInstances(NuxeoPrincipal currentUser, JbpmListFilter filter)
          Returns a list of task instances assigned to this user or one of its group.
 List<ProcessDefinition> JbpmService.getProcessDefinitions(NuxeoPrincipal user, DocumentModel dm, JbpmListFilter filter)
          Returns a list of available Process Definition Name available for this document and user.
 List<ProcessInstance> JbpmService.getProcessInstances(DocumentModel dm, NuxeoPrincipal user, JbpmListFilter jbpmListFilter)
          Returns the list of process instances associated with this document.
 List<TaskInstance> JbpmService.getTaskInstances(DocumentModel dm, NuxeoPrincipal user, JbpmListFilter jbpmListFilter)
          Returns the list of task instances associated with this document for which the user is the actor or belongs to the pooled actor list.
 List<TaskInstance> JbpmService.getTaskInstances(Long processInstanceId, NuxeoPrincipal principal, JbpmListFilter filter)
          Returns a list of task instance for this process instance.
 

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

Methods in org.nuxeo.ecm.platform.jbpm.core.service with parameters of type JbpmListFilter
 List<ProcessInstance> JbpmServiceImpl.getCurrentProcessInstances(NuxeoPrincipal principal, JbpmListFilter filter)
           
 List<TaskInstance> JbpmServiceImpl.getCurrentTaskInstances(NuxeoPrincipal currentUser, JbpmListFilter filter)
           
 List<ProcessDefinition> JbpmServiceImpl.getProcessDefinitions(NuxeoPrincipal user, DocumentModel dm, JbpmListFilter filter)
           
 List<ProcessInstance> JbpmServiceImpl.getProcessInstances(DocumentModel dm, NuxeoPrincipal user, JbpmListFilter jbpmListFilter)
           
 List<TaskInstance> JbpmServiceImpl.getTaskInstances(DocumentModel dm, NuxeoPrincipal user, JbpmListFilter filter)
           
 List<TaskInstance> JbpmServiceImpl.getTaskInstances(Long processInstanceId, NuxeoPrincipal principal, JbpmListFilter filter)
           
 

Uses of JbpmListFilter in org.nuxeo.ecm.platform.syndication.restAPI
 

Methods in org.nuxeo.ecm.platform.syndication.restAPI that return JbpmListFilter
static JbpmListFilter TasksRestlet.getFilter()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.