Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api
Interface Filter

All Superinterfaces:
Serializable
All Known Subinterfaces:
DocumentTreeFilter
All Known Implementing Classes:
BigFolderLeafFilter, CompoundFilter, DefaultDocumentTreeFilter, FacetFilter, LifeCycleFilter

public interface Filter
extends Serializable

A filtering function for data models.

Author:
Bogdan Stefanescu

Method Summary
 boolean accept(DocumentModel docModel)
          Filters data models objects.
 

Method Detail

accept

boolean accept(DocumentModel docModel)
Filters data models objects.

Returns:
true if accepting the object false otherwise

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.