Uses of Interface
org.nuxeo.ecm.core.api.Filter
-
-
Uses of Filter in org.nuxeo.ecm.automation.core.events
Fields in org.nuxeo.ecm.automation.core.events declared as Filter Modifier and Type Field Description protected Filter
EventHandler. attribute
Fields in org.nuxeo.ecm.automation.core.events with type parameters of type Filter Modifier and Type Field Description protected static Map<String,Filter>
DocumentAttributeFilterFactory. filters
Methods in org.nuxeo.ecm.automation.core.events that return Filter Modifier and Type Method Description Filter
EventHandler. getAttribute()
static Filter
DocumentAttributeFilterFactory. getFilter(String attr)
Methods in org.nuxeo.ecm.automation.core.events with parameters of type Filter Modifier and Type Method Description void
EventHandler. setAttributeFilter(Filter attribute)
-
Uses of Filter in org.nuxeo.ecm.automation.core.operations.document
Classes in org.nuxeo.ecm.automation.core.operations.document that implement Filter Modifier and Type Class Description protected class
FilterDocuments.Condition
-
Uses of Filter in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api with parameters of type Filter Modifier and Type Method Description DocumentModelList
AbstractSession. getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)
DocumentModelList
AbstractSession. getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)
DocumentModelList
CoreSession. getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)
Same asCoreSession.getChildren(DocumentRef, String, String)
but the result is filtered and then sorted using the specified filter and sorter.DocumentModelList
CoreSession. getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)
Same asCoreSession.getChildren(DocumentRef, String, String, Filter, Sorter)
without specific permission filtering.DocumentModelIterator
AbstractSession. getChildrenIterator(DocumentRef parent, String type, String perm, Filter filter)
DocumentModelIterator
CoreSession. getChildrenIterator(DocumentRef parent, String type, String perm, Filter filter)
Gets the children of the given parent filtered according to the given document type and permission.DocumentModelList
AbstractSession. getFiles(DocumentRef parent, Filter filter, Sorter sorter)
DocumentModelList
CoreSession. getFiles(DocumentRef parent, Filter filter, Sorter sorter)
Same asCoreSession.getFiles(org.nuxeo.ecm.core.api.DocumentRef)
but uses an optional filter and sorter on the result.DocumentModelList
AbstractSession. getFolders(DocumentRef parent, Filter filter, Sorter sorter)
DocumentModelList
CoreSession. getFolders(DocumentRef parent, Filter filter, Sorter sorter)
Same asCoreSession.getFolders(DocumentRef)
but uses an optional filter and sorter on the result.DocumentModelList
AbstractSession. query(String query, String queryType, Filter filter, long limit, long offset, boolean countTotal)
DocumentModelList
AbstractSession. query(String query, String queryType, Filter filter, long limit, long offset, long countUpTo)
DocumentModelList
AbstractSession. query(String query, Filter filter)
DocumentModelList
AbstractSession. query(String query, Filter filter, int max)
DocumentModelList
AbstractSession. query(String query, Filter filter, long limit, long offset, boolean countTotal)
DocumentModelList
AbstractSession. query(String query, Filter filter, long limit, long offset, long countUpTo)
DocumentModelList
CoreSession. query(String query, String queryType, Filter filter, long limit, long offset, boolean countTotal)
Executes the given query and returns the result that matches the filter.DocumentModelList
CoreSession. query(String query, String queryType, Filter filter, long limit, long offset, long countUpTo)
Executes the given query and returns the result that matches the filter.DocumentModelList
CoreSession. query(String query, Filter filter)
Executes the given NXQL query and returns the result that matches the filter.DocumentModelList
CoreSession. query(String query, Filter filter, int max)
Executes the given NXQL query and returns the result that matches the filter.DocumentModelList
CoreSession. query(String query, Filter filter, long limit, long offset, boolean countTotal)
Executes the given NXQL query and returns the result that matches the filter.DocumentModelList
CoreSession. query(String query, Filter filter, long limit, long offset, long countUpTo)
Executes the given NXQL query and returns the result that matches the filter.protected DocumentModelList
AbstractSession. tracedQuery(String query, String queryType, Filter filter, long limit, long offset, long countUpTo)
-
Uses of Filter in org.nuxeo.ecm.core.api.impl
Classes in org.nuxeo.ecm.core.api.impl that implement Filter Modifier and Type Class Description class
CompoundFilter
A filter based on a list of others filters.class
FacetFilter
A filter based on facets.class
LifeCycleFilter
A filter based on the document's life cycle.class
PermissionFilter
A filter based on permissions.Constructors in org.nuxeo.ecm.core.api.impl with parameters of type Filter Constructor Description CompoundFilter(Filter... filters)
Generic constructor.DocumentModelChildrenIterator(CoreSession session, DocumentRef parentRef, String type, Filter filter)
Constructor parameters in org.nuxeo.ecm.core.api.impl with type arguments of type Filter Constructor Description CompoundFilter(List<Filter> filters)
Generic constructor. -
Uses of Filter in org.nuxeo.ecm.core.api.tree
Subinterfaces of Filter in org.nuxeo.ecm.core.api.tree Modifier and Type Interface Description interface
DocumentTreeFilter
Interface for document tree filter.Classes in org.nuxeo.ecm.core.api.tree that implement Filter Modifier and Type Class Description class
DefaultDocumentTreeFilter
Default filter for tree elements. -
Uses of Filter in org.nuxeo.ecm.core.opencmis.impl.server
Fields in org.nuxeo.ecm.core.opencmis.impl.server declared as Filter Modifier and Type Field Description protected Filter
NuxeoCmisService. documentFilter
Filter that hides HiddenInNavigation and deleted objects.Methods in org.nuxeo.ecm.core.opencmis.impl.server that return Filter Modifier and Type Method Description protected Filter
NuxeoCmisService. getDocumentFilter()
Gets the filter that hides HiddenInNavigation and deleted objects. -
Uses of Filter in org.nuxeo.ecm.platform.publisher.impl.core
Methods in org.nuxeo.ecm.platform.publisher.impl.core that return Filter Modifier and Type Method Description protected Filter
CoreFolderPublicationNode. computeGetChildrenFilter()
-
Uses of Filter in org.nuxeo.ecm.platform.query.nxql
Fields in org.nuxeo.ecm.platform.query.nxql declared as Filter Modifier and Type Field Description protected Filter
CoreQueryUnrestrictedSessionRunner. filter
Methods in org.nuxeo.ecm.platform.query.nxql that return Filter Modifier and Type Method Description protected Filter
CoreQueryDocumentPageProvider. getFilter()
Filter to use when processing results.Constructors in org.nuxeo.ecm.platform.query.nxql with parameters of type Filter Constructor Description CoreQueryUnrestrictedSessionRunner(CoreSession session, String query, Filter filter, long limit, long offset, boolean countTotal, long countUpTo, boolean detachDocuments)
-