Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.jbpm
Class TaskListFilter

java.lang.Object
  extended by org.nuxeo.ecm.platform.jbpm.TaskListFilter
All Implemented Interfaces:
java.io.Serializable, JbpmListFilter

public class TaskListFilter
extends java.lang.Object
implements JbpmListFilter

Jbpm list filter on task names

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
TaskListFilter(java.util.List<java.lang.String> taskNames)
           
TaskListFilter(java.lang.String... taskNames)
           
 
Method Summary
<T> java.util.ArrayList<T>
filter(JbpmContext jbpmContext, DocumentModel document, java.util.ArrayList<T> list, NuxeoPrincipal principal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskListFilter

public TaskListFilter(java.lang.String... taskNames)

TaskListFilter

public TaskListFilter(java.util.List<java.lang.String> taskNames)
Method Detail

filter

public <T> java.util.ArrayList<T> filter(JbpmContext jbpmContext,
                                         DocumentModel document,
                                         java.util.ArrayList<T> list,
                                         NuxeoPrincipal principal)
Specified by:
filter in interface JbpmListFilter

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.