Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.jbpm
Class TaskListFilter

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

public class TaskListFilter
extends Object
implements JbpmListFilter

Jbpm list filter on task names

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
TaskListFilter(List<String> taskNames)
           
TaskListFilter(String... taskNames)
           
 
Method Summary
<T> ArrayList<T>
filter(JbpmContext jbpmContext, DocumentModel document, 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(String... taskNames)

TaskListFilter

public TaskListFilter(List<String> taskNames)
Method Detail

filter

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.