Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.jbpm
Interface JbpmListFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CommentWorkflowFilter, ForumWorkflowFilter, TaskListFilter, TaskVariableFilter

public interface JbpmListFilter
extends java.io.Serializable

Filter of list. This filter allows to select only part of a list. It is used as parameter in methods of JbpmService. Inside the filter method, the jbpmContext is alive.

Author:
arussel

Method Summary
<T> java.util.ArrayList<T>
filter(JbpmContext jbpmContext, DocumentModel document, java.util.ArrayList<T> list, NuxeoPrincipal principal)
           
 

Method Detail

filter

<T> java.util.ArrayList<T> filter(JbpmContext jbpmContext,
                                  DocumentModel document,
                                  java.util.ArrayList<T> list,
                                  NuxeoPrincipal principal)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.