Nuxeo Enterprise Platform 5.4

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> java.util.ArrayList<T>
filter(JbpmContext jbpmContext, DocumentModel document, java.util.ArrayList<T> list, java.util.List<java.lang.String> actors)
           
 

Method Detail

filter

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.