Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.jbpm
Interface JbpmActorsListFilter


public interface JbpmActorsListFilter

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, List<String> actors)
           
 

Method Detail

filter

<T> ArrayList<T> filter(JbpmContext jbpmContext,
                        DocumentModel document,
                        ArrayList<T> list,
                        List<String> actors)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.