Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.tree
Class BigFolderLeafFilter

java.lang.Object
  extended by org.nuxeo.ecm.webapp.tree.BigFolderLeafFilter
All Implemented Interfaces:
Serializable, Filter

public class BigFolderLeafFilter
extends Object
implements Filter

Simple filter that accepts if the document has the BigFolder facet.

Author:
Florent Guillaume
See Also:
Serialized Form

Field Summary
static String BIG_FOLDER_FACET
           
 
Constructor Summary
BigFolderLeafFilter()
           
 
Method Summary
 boolean accept(DocumentModel document)
          Accepts if the document has the BigFolder facet.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIG_FOLDER_FACET

public static final String BIG_FOLDER_FACET
See Also:
Constant Field Values
Constructor Detail

BigFolderLeafFilter

public BigFolderLeafFilter()
Method Detail

accept

public boolean accept(DocumentModel document)
Accepts if the document has the BigFolder facet.

Specified by:
accept in interface Filter
Returns:
true if accepting the object false otherwise

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.