Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.forum.web
Class ForumWorkflowFilter

java.lang.Object
  extended by org.nuxeo.ecm.platform.forum.web.ForumWorkflowFilter
All Implemented Interfaces:
Serializable, JbpmListFilter

public class ForumWorkflowFilter
extends Object
implements JbpmListFilter

Filters forum moderation process instances if they apply to given post.

Filter on the thread document model is handled by the JbpmService.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
ForumWorkflowFilter(String postId)
           
 
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

ForumWorkflowFilter

public ForumWorkflowFilter(String postId)
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.