Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.jbpm
Interface JbpmListFilter

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

public interface JbpmListFilter
extends 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> ArrayList<T>
filter(JbpmContext jbpmContext, DocumentModel document, ArrayList<T> list, NuxeoPrincipal principal)
           
 

Method Detail

filter

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.