Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.jbpm
Class TaskVariableFilter

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

public class TaskVariableFilter
extends Object
implements JbpmListFilter

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
TaskVariableFilter(Map<String,Serializable> variables)
           
TaskVariableFilter(String variableName, String variableValue)
           
 
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

TaskVariableFilter

public TaskVariableFilter(String variableName,
                          String variableValue)

TaskVariableFilter

public TaskVariableFilter(Map<String,Serializable> variables)
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.