Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.impl.DocsQueryProviderDef

Packages that use DocsQueryProviderDef
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
 

Uses of DocsQueryProviderDef in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api with parameters of type DocsQueryProviderDef
 DocumentModelsChunk CoreSession.getDocsResultChunk(DocsQueryProviderDef def, String type, String perm, Filter filter, int start, int count)
          Method used internally to retrieve frames of a long result.
 DocumentModelsChunk AbstractSession.getDocsResultChunk(DocsQueryProviderDef def, String type, String perm, Filter filter, int start, int max)
          Method used internally to retrieve frames of a long result.
 

Uses of DocsQueryProviderDef in org.nuxeo.ecm.core.api.impl
 

Constructors in org.nuxeo.ecm.core.api.impl with parameters of type DocsQueryProviderDef
DocumentModelIteratorImpl(CoreSession coreSession, int chunkSize, DocsQueryProviderDef def, String type, String perm, Filter filter)
          This constructor is to be called only from the server side from a CoreSession (AbstractSession).
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.