Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.api.DocumentModelList

Packages that use DocumentModelList
org.nuxeo.ecm.admin.oauth   
org.nuxeo.ecm.automation.core.collectors   
org.nuxeo.ecm.automation.core.operations   
org.nuxeo.ecm.automation.core.operations.document   
org.nuxeo.ecm.automation.core.operations.execution   
org.nuxeo.ecm.automation.core.operations.services   
org.nuxeo.ecm.automation.core.operations.stack   
org.nuxeo.ecm.automation.core.rendering.operations   
org.nuxeo.ecm.automation.core.util   
org.nuxeo.ecm.automation.jsf.operations   
org.nuxeo.ecm.automation.server.jaxrs.io.writers   
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.api.repository   
org.nuxeo.ecm.core.query   
org.nuxeo.ecm.core.search.api.client.querymodel   
org.nuxeo.ecm.core.search.api.client.search.results.document   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.directory   
org.nuxeo.ecm.directory.api   
org.nuxeo.ecm.directory.impl   
org.nuxeo.ecm.directory.ldap   
org.nuxeo.ecm.directory.memory   
org.nuxeo.ecm.directory.multi   
org.nuxeo.ecm.directory.sql   
org.nuxeo.ecm.platform.computedgroups   
org.nuxeo.ecm.platform.filemanager.api   
org.nuxeo.ecm.platform.filemanager.service   
org.nuxeo.ecm.platform.filemanager.service.extension   
org.nuxeo.ecm.platform.forms.layout.io   
org.nuxeo.ecm.platform.publisher.helper   
org.nuxeo.ecm.platform.publisher.web   
org.nuxeo.ecm.platform.relations.api.util   
org.nuxeo.ecm.platform.syndication.serializer   
org.nuxeo.ecm.platform.tag.web   
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.platform.ui.web.directory   
org.nuxeo.ecm.platform.usermanager   
org.nuxeo.ecm.platform.userworkspace.operations   
org.nuxeo.ecm.webapp.action   
org.nuxeo.ecm.webapp.contentbrowser   
org.nuxeo.ecm.webapp.context   
org.nuxeo.ecm.webapp.directory   
org.nuxeo.ecm.webapp.documenttemplates   
org.nuxeo.ecm.webapp.pagination   
org.nuxeo.ecm.webapp.search   
org.nuxeo.webengine.blogs.utils   
org.nuxeo.webengine.sites.utils   
 

Uses of DocumentModelList in org.nuxeo.ecm.admin.oauth
 

Methods in org.nuxeo.ecm.admin.oauth that return DocumentModelList
 DocumentModelList DirectoryBasedEditor.getEntries()
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.core.collectors
 

Classes in org.nuxeo.ecm.automation.core.collectors that implement DocumentModelList
 class DocumentModelCollector
          This implementation collect DocumentModel objects and return them as a DocumentModelList object.
 class DocumentModelListCollector
          This implementation collect DocumentModel objects and return them as a DocumentModelList object.
 

Methods in org.nuxeo.ecm.automation.core.collectors that return DocumentModelList
 DocumentModelList DocumentModelListCollector.getOutput()
           
 DocumentModelList DocumentModelCollector.getOutput()
           
 

Methods in org.nuxeo.ecm.automation.core.collectors with parameters of type DocumentModelList
 void DocumentModelListCollector.collect(OperationContext ctx, DocumentModelList obj)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations
 

Methods in org.nuxeo.ecm.automation.core.operations that return DocumentModelList
 DocumentModelList RestoreDocumentsInput.run()
           
 DocumentModelList FetchContextDocument.run(DocumentModelList docs)
           
 

Methods in org.nuxeo.ecm.automation.core.operations with parameters of type DocumentModelList
 DocumentModelList FetchContextDocument.run(DocumentModelList docs)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.document
 

Methods in org.nuxeo.ecm.automation.core.operations.document that return DocumentModelList
 DocumentModelList Query.run()
           
 DocumentModelList FetchByProperty.run()
           
 DocumentModelList MultiPublishDocument.run(DocumentModel doc)
           
 DocumentModelList GetDocumentChildren.run(DocumentModel doc)
           
 DocumentModelList FilterDocuments.run(DocumentModelList docs)
           
 DocumentModelList GetDocumentChildren.run(DocumentRef doc)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.document with parameters of type DocumentModelList
 DocumentModelList FilterDocuments.run(DocumentModelList docs)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.execution
 

Methods in org.nuxeo.ecm.automation.core.operations.execution that return DocumentModelList
 DocumentModelList RunDocumentChain.run(DocumentModelList docs)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.execution with parameters of type DocumentModelList
 DocumentModelList RunDocumentChain.run(DocumentModelList docs)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.services
 

Classes in org.nuxeo.ecm.automation.core.operations.services that implement DocumentModelList
 class PaginableDocumentModelListImpl
          Wraps a PageProvider as a DocumentListener
 

Methods in org.nuxeo.ecm.automation.core.operations.services that return DocumentModelList
 DocumentModelList DocumentPageProviderOperation.run()
           
 DocumentModelList FileManagerImport.run(BlobList blobs)
           
 DocumentModelList GetRelations.run(DocumentModel doc)
           
 DocumentModelList AuditLog.run(DocumentModelList docs)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type DocumentModelList
 DocumentModelList AuditLog.run(DocumentModelList docs)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.stack
 

Methods in org.nuxeo.ecm.automation.core.operations.stack that return DocumentModelList
 DocumentModelList PullDocumentList.run()
           
 DocumentModelList PopDocumentList.run()
           
 DocumentModelList PushDocumentList.run(DocumentModelList doc)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.stack with parameters of type DocumentModelList
 DocumentModelList PushDocumentList.run(DocumentModelList doc)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.core.rendering.operations
 

Methods in org.nuxeo.ecm.automation.core.rendering.operations with parameters of type DocumentModelList
 Blob RenderDocumentFeed.run(DocumentModelList docs)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.core.util
 

Subinterfaces of DocumentModelList in org.nuxeo.ecm.automation.core.util
 interface PaginableDocumentModelList
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.jsf.operations
 

Methods in org.nuxeo.ecm.automation.jsf.operations that return DocumentModelList
 DocumentModelList GetSelectedDocuments.run()
           
 DocumentModelList FetchFromWorklist.run()
           
 DocumentModelList FetchFromClipboard.run()
           
 DocumentModelList PushToClipboard.run(DocumentModelList docs)
           
 DocumentModelList PushToWorklist.run(DocumentModelList docs)
           
 

Methods in org.nuxeo.ecm.automation.jsf.operations with parameters of type DocumentModelList
 DocumentModelList PushToClipboard.run(DocumentModelList docs)
           
 DocumentModelList PushToWorklist.run(DocumentModelList docs)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.automation.server.jaxrs.io.writers
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.io.writers with parameters of type DocumentModelList
 long JsonDocumentListWriter.getSize(DocumentModelList arg0, Class<?> arg1, Type arg2, Annotation[] arg3, MediaType arg4)
           
static void JsonDocumentListWriter.writeDocuments(org.codehaus.jackson.JsonGenerator jg, DocumentModelList docs, String[] schemas)
           
static void JsonDocumentListWriter.writeDocuments(OutputStream out, DocumentModelList docs, String[] schemas)
           
 void JsonDocumentListWriter.writeTo(DocumentModelList docs, Class<?> arg1, Type arg2, Annotation[] arg3, MediaType arg4, MultivaluedMap<String,Object> arg5, OutputStream out)
           
 

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

Methods in org.nuxeo.ecm.core.api that return DocumentModelList
 DocumentModelList CoreSession.getChildren(DocumentRef parent)
          Gets the children of the given parent.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent, String type)
          Gets the children of the given parent filtered according to the given document type.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, String type)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)
          Same as CoreSession.getChildren(DocumentRef, String, String, Filter, Sorter) without specific permission filtering.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent, String type, String perm)
          Gets the children of the given parent filtered according to the given document type and permission.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, String type, String perm)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)
          Same as CoreSession.getChildren(DocumentRef, String, String) but the result is filtered and then sorted using the specified filter and sorter.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)
           
 DocumentModelList PagedDocumentsProvider.getCurrentPage()
          Deprecated. Returns the current page of results.
 DocumentModelList CoreSession.getDocuments(DocumentRef[] docRefs)
          Gets a list of documents given their references.
 DocumentModelList AbstractSession.getDocuments(DocumentRef[] docRefs)
           
 DocumentModelList CoreSession.getFiles(DocumentRef parent)
          Same as CoreSession.getChildren(DocumentRef) but returns only non-folder documents.
 DocumentModelList AbstractSession.getFiles(DocumentRef parent)
           
 DocumentModelList CoreSession.getFiles(DocumentRef parent, Filter filter, Sorter sorter)
          Same as CoreSession.getFiles(org.nuxeo.ecm.core.api.DocumentRef) but uses an optional filter and sorter on the result.
 DocumentModelList AbstractSession.getFiles(DocumentRef parent, Filter filter, Sorter sorter)
           
 DocumentModelList CoreSession.getFolders(DocumentRef parent)
          Same as CoreSession.getChildren(DocumentRef) but returns only folder documents.
 DocumentModelList AbstractSession.getFolders(DocumentRef parent)
           
 DocumentModelList CoreSession.getFolders(DocumentRef parent, Filter filter, Sorter sorter)
          Same as CoreSession.getFolders(DocumentRef) but uses an optional filter and sorter on the result.
 DocumentModelList AbstractSession.getFolders(DocumentRef parent, Filter filter, Sorter sorter)
           
 DocumentModelList PagedDocumentsProvider.getNextPage()
          Deprecated. Get the next page of documents.
 DocumentModelList PagedDocumentsProvider.getPage(int page)
          Deprecated. Sets the current page of results to the required one and return it.
 DocumentModelList CoreSession.getProxies(DocumentRef docRef, DocumentRef folderRef)
          Finds the proxies for a document.
 DocumentModelList AbstractSession.getProxies(DocumentRef docRef, DocumentRef folderRef)
           
 DocumentModelList CoreSession.query(String query)
          Executes the given NXQL query an returns the result.
 DocumentModelList AbstractSession.query(String query)
           
 DocumentModelList CoreSession.query(String query, Filter filter)
          Executes the given NXQL query and returns the result that matches the filter.
 DocumentModelList AbstractSession.query(String query, Filter filter)
           
 DocumentModelList CoreSession.query(String query, Filter filter, int max)
          Executes the given NXQL query and returns the result that matches the filter.
 DocumentModelList AbstractSession.query(String query, Filter filter, int max)
           
 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 AbstractSession.query(String query, Filter filter, long limit, long offset, boolean countTotal)
           
 DocumentModelList CoreSession.query(String query, int max)
          Executes the given NXQL query an returns the result.
 DocumentModelList AbstractSession.query(String query, int max)
           
 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 AbstractSession.query(String query, String queryType, Filter filter, long limit, long offset, boolean countTotal)
           
 DocumentModelList CoreSession.querySimpleFts(String keywords)
          Deprecated. use SearchService instead. See ://doc.nuxeo.org/reference/html/search-service.html
 DocumentModelList AbstractSession.querySimpleFts(String keywords)
          Deprecated. 
 DocumentModelList CoreSession.querySimpleFts(String keywords, Filter filter)
          Deprecated. use SearchService instead. See ://doc.nuxeo.org/reference/html/search-service.html
 DocumentModelList AbstractSession.querySimpleFts(String keywords, Filter filter)
          Deprecated. 
 

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

Classes in org.nuxeo.ecm.core.api.impl that implement DocumentModelList
 class DocumentModelListImpl
           
 

Methods in org.nuxeo.ecm.core.api.impl that return DocumentModelList
 DocumentModelList EmptyResultsProvider.getCurrentPage()
           
 DocumentModelList DocumentsPageProvider.getCurrentPage()
           
 DocumentModelList EmptyResultsProvider.getNextPage()
           
 DocumentModelList DocumentsPageProvider.getNextPage()
           
 DocumentModelList EmptyResultsProvider.getPage(int page)
           
 DocumentModelList DocumentsPageProvider.getPage(int page)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.core.api.repository
 

Methods in org.nuxeo.ecm.core.api.repository that return DocumentModelList
 DocumentModelList DocumentQuery.getChildren(DocumentRef parent)
          Deprecated.  
 DocumentModelList DocumentQuery.getFiles(DocumentRef parent)
          Deprecated.  
 DocumentModelList DocumentQuery.getFolders(DocumentRef parent)
          Deprecated.  
 DocumentModelList DocumentQuery.query(String query)
          Deprecated.  
 

Uses of DocumentModelList in org.nuxeo.ecm.core.query
 

Methods in org.nuxeo.ecm.core.query that return DocumentModelList
 DocumentModelList QueryResult.getDocumentModels()
           
 

Uses of DocumentModelList in org.nuxeo.ecm.core.search.api.client.querymodel
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel that return DocumentModelList
 DocumentModelList QueryModel.getDocuments(CoreSession session)
          Deprecated.  
 DocumentModelList QueryModel.getDocuments(CoreSession session, Object[] params)
          Deprecated.  
 

Uses of DocumentModelList in org.nuxeo.ecm.core.search.api.client.search.results.document
 

Methods in org.nuxeo.ecm.core.search.api.client.search.results.document that return DocumentModelList
 DocumentModelList SearchPageProvider.getCurrentPage()
          Deprecated.  
 DocumentModelList SearchPageProvider.getNextPage()
          Deprecated.  
 DocumentModelList SearchPageProvider.getPage(int page)
          Deprecated.  
 

Uses of DocumentModelList in org.nuxeo.ecm.core.storage.sql.coremodel
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return DocumentModelList
 DocumentModelList SQLQueryResult.getDocumentModels()
           
 

Uses of DocumentModelList in org.nuxeo.ecm.directory
 

Methods in org.nuxeo.ecm.directory that return DocumentModelList
 DocumentModelList Session.getEntries()
          Retrieves all the entries in the directory.
 DocumentModelList Session.query(Map<String,Serializable> filter)
          Executes a simple query.
 DocumentModelList Session.query(Map<String,Serializable> filter, Set<String> fulltext)
          Executes a simple query.
 DocumentModelList Session.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy)
          Executes a simple query.
 DocumentModelList Session.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences)
          Executes a query with the possibility to fetch references
 

Uses of DocumentModelList in org.nuxeo.ecm.directory.api
 

Methods in org.nuxeo.ecm.directory.api that return DocumentModelList
 DocumentModelList DirectoryManager.getEntries(long sessionId)
          Retrieves all the entries in the directory.
 DocumentModelList DirectoryManager.query(long sessionId, Map<String,Serializable> filter)
          Executes a simple query.
 DocumentModelList DirectoryManager.query(long sessionId, Map<String,Serializable> filter, Set<String> fulltext)
          Executes a simple query.
 DocumentModelList DirectoryManager.query(long sessionId, Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy)
          Executes a simple query.
 DocumentModelList DirectoryManager.query(long sessionId, Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.directory.impl
 

Methods in org.nuxeo.ecm.directory.impl that return DocumentModelList
 DocumentModelList DirectoryClientImpl.getEntries()
           
 DocumentModelList DirectoryClientImpl.query(Map<String,Serializable> filter)
           
 DocumentModelList DirectoryClientImpl.query(Map<String,Serializable> filter, Set<String> fulltext)
           
 DocumentModelList DirectoryClientImpl.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy)
           
 DocumentModelList DirectoryClientImpl.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.directory.ldap
 

Methods in org.nuxeo.ecm.directory.ldap that return DocumentModelList
 DocumentModelList LDAPSession.getEntries()
           
 DocumentModelList LDAPSession.query(Map<String,Serializable> filter)
           
 DocumentModelList LDAPSession.query(Map<String,Serializable> filter, Set<String> fulltext)
           
 DocumentModelList LDAPSession.query(Map<String,Serializable> filter, Set<String> fulltext, boolean fetchReferences, Map<String,String> orderBy)
           
 DocumentModelList LDAPSession.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy)
           
 DocumentModelList LDAPSession.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.directory.memory
 

Methods in org.nuxeo.ecm.directory.memory that return DocumentModelList
 DocumentModelList MemoryDirectorySession.getEntries()
           
 DocumentModelList MemoryDirectorySession.query(Map<String,Serializable> filter)
           
 DocumentModelList MemoryDirectorySession.query(Map<String,Serializable> filter, Set<String> fulltext)
           
 DocumentModelList MemoryDirectorySession.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy)
           
 DocumentModelList MemoryDirectorySession.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.directory.multi
 

Methods in org.nuxeo.ecm.directory.multi that return DocumentModelList
 DocumentModelList MultiDirectorySession.getEntries()
           
 DocumentModelList MultiDirectorySession.query(Map<String,Serializable> filter)
           
 DocumentModelList MultiDirectorySession.query(Map<String,Serializable> filter, Set<String> fulltext)
           
 DocumentModelList MultiDirectorySession.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy)
           
 DocumentModelList MultiDirectorySession.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.directory.sql
 

Methods in org.nuxeo.ecm.directory.sql that return DocumentModelList
 DocumentModelList SQLSession.getEntries()
           
 DocumentModelList SQLSession.query(Map<String,Serializable> filter)
           
 DocumentModelList SQLSession.query(Map<String,Serializable> filter, Set<String> fulltext)
           
 DocumentModelList SQLSession.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy)
           
 DocumentModelList SQLSession.query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.computedgroups
 

Methods in org.nuxeo.ecm.platform.computedgroups that return DocumentModelList
 DocumentModelList UserManagerWithComputedGroups.searchGroups(Map<String,Serializable> filter, Set<String> fulltext)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.filemanager.api
 

Methods in org.nuxeo.ecm.platform.filemanager.api that return DocumentModelList
 DocumentModelList FileManager.getCreationContainers(CoreSession documentManager, String docType)
          Returns the list of document that are to be suggested to the principal of documentManager as a candidate container for a new document of type docType.
 DocumentModelList FileManager.getCreationContainers(Principal principal, String docType)
          Returns the list of document that are to be suggested to principalName as a candidate container for a new document of type docType on all registered repositories.
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.filemanager.service
 

Methods in org.nuxeo.ecm.platform.filemanager.service that return DocumentModelList
 DocumentModelList FileManagerService.getCreationContainers(CoreSession documentManager, String docType)
           
 DocumentModelList FileManagerService.getCreationContainers(Principal principal, String docType)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.filemanager.service.extension
 

Methods in org.nuxeo.ecm.platform.filemanager.service.extension that return DocumentModelList
 DocumentModelList DefaultCreationContainerListProvider.getCreationContainerList(CoreSession documentManager, String docType)
           
 DocumentModelList CreationContainerListProvider.getCreationContainerList(CoreSession documentManager, String docType)
          Build the list of candidate containers for the given document type and session.
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.forms.layout.io
 

Methods in org.nuxeo.ecm.platform.forms.layout.io with parameters of type DocumentModelList
static net.sf.json.JSONArray VocabularyExporter.exportToJson(DocumentModelList entries, String schema, String lang)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.publisher.helper
 

Methods in org.nuxeo.ecm.platform.publisher.helper that return DocumentModelList
 DocumentModelList RootSectionsFinder.getAccessibleSectionRoots(DocumentModel currentDoc)
           
 DocumentModelList RootSectionsFinder.getDefaultSectionRoots(boolean onlyHeads)
           
 DocumentModelList RootSectionsFinder.getDefaultSectionRoots(boolean onlyHeads, boolean addDefaultSectionRoots)
           
 DocumentModelList RootSectionsFinder.getSectionRootsForWorkspace(DocumentModel currentDoc)
           
 DocumentModelList RootSectionsFinder.getSectionRootsForWorkspace(DocumentModel currentDoc, boolean addDefaultSectionRoots)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.publisher.web
 

Methods in org.nuxeo.ecm.platform.publisher.web that return DocumentModelList
 DocumentModelList AdministrationPublishActions.getSectionRoots()
           
 DocumentModelList AdministrationPublishActions.getSelectedSections()
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.relations.api.util
 

Methods in org.nuxeo.ecm.platform.relations.api.util that return DocumentModelList
static DocumentModelList RelationHelper.getObjectDocuments(DocumentModel subjectDoc, Resource predicat)
           
static DocumentModelList RelationHelper.getObjectDocuments(String graphName, DocumentModel subjectDoc, Resource predicat)
           
static DocumentModelList RelationHelper.getSubjectDocuments(Resource predicat, DocumentModel objectDocument)
           
static DocumentModelList RelationHelper.getSubjectDocuments(Resource predicat, String stringObject, String sessionId)
           
static DocumentModelList RelationHelper.getSubjectDocuments(String graphName, Resource predicat, DocumentModel objectDocument)
           
static DocumentModelList RelationHelper.getSubjectDocuments(String graphName, Resource predicat, String stringObject, String sessionId)
           
static DocumentModelList RelationHelper.getSubjectDocumentsOut(Resource predicat, DocumentModel objectDocument)
           
static DocumentModelList RelationHelper.getSubjectDocumentsOut(String graphName, Resource predicat, DocumentModel objectDocument)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.syndication.serializer
 

Methods in org.nuxeo.ecm.platform.syndication.serializer with parameters of type DocumentModelList
static void SerializerHelper.formatResult(ResultSummary summary, DocumentModelList dmList, org.restlet.data.Response res, String format, String columnsDefinition, HttpServletRequest req)
           
static void SerializerHelper.formatResult(ResultSummary summary, DocumentModelList dmList, org.restlet.data.Response res, String format, String columnsDefinition, HttpServletRequest req, List<String> labels, String lang)
           
 String DocumentModelListSerializer.serialize(DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req)
           
 String AbstractDocumentModelSerializer.serialize(DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req)
           
 String DocumentModelListSerializer.serialize(DocumentModelList docList, String columnsDefinition, HttpServletRequest req)
           
 String AbstractDocumentModelSerializer.serialize(DocumentModelList docList, String columnsDefinition, HttpServletRequest req)
           
 void DocumentModelListSerializer.serialize(DocumentModelList docList, String columnsDefinition, org.restlet.data.Response res, HttpServletRequest req)
           
 void AbstractDocumentModelSerializer.serialize(DocumentModelList docList, String columnsDefinition, org.restlet.data.Response res, HttpServletRequest req)
           
 String SimpleXMLSerializer.serialize(ResultSummary summary, DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req)
           
 String RSSSerializer.serialize(ResultSummary summary, DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req)
           
 String DocumentModelListSerializer.serialize(ResultSummary summary, DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req)
           
 String DMJSONSerializer.serialize(ResultSummary summary, DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req)
           
 String AbstractSyndicationSerializer.serialize(ResultSummary summary, DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req)
           
 String AbstractDocumentModelSerializer.serialize(ResultSummary summary, DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req)
           
 String ATOMSerializer.serialize(ResultSummary summary, DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req)
           
 String DMJSONSerializer.serialize(ResultSummary summary, DocumentModelList docList, List<String> columnsDefinition, HttpServletRequest req, List<String> labels, String lang)
           
 String DocumentModelListSerializer.serialize(ResultSummary summary, DocumentModelList docList, String columnsDefinition, HttpServletRequest req)
           
 String AbstractDocumentModelSerializer.serialize(ResultSummary summary, DocumentModelList docList, String columnsDefinition, HttpServletRequest req)
           
 void DocumentModelListSerializer.serialize(ResultSummary summary, DocumentModelList docList, String columnsDefinition, org.restlet.data.Response res, HttpServletRequest req)
           
 void DMJSONSerializer.serialize(ResultSummary summary, DocumentModelList docList, String columnsDefinition, org.restlet.data.Response res, HttpServletRequest req)
           
 void AbstractDocumentModelSerializer.serialize(ResultSummary summary, DocumentModelList docList, String columnsDefinition, org.restlet.data.Response res, HttpServletRequest req)
           
 void DocumentModelListSerializer.serialize(ResultSummary summary, DocumentModelList docList, String columnsDefinition, org.restlet.data.Response res, HttpServletRequest req, List<String> labels, String lang)
           
 void DMJSONSerializer.serialize(ResultSummary summary, DocumentModelList docList, String columnsDefinition, org.restlet.data.Response res, HttpServletRequest req, List<String> labels, String lang)
           
 void AbstractDocumentModelSerializer.serialize(ResultSummary summary, DocumentModelList docList, String columnsDefinition, org.restlet.data.Response res, HttpServletRequest req, List<String> labels, String lang)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.tag.web
 

Methods in org.nuxeo.ecm.platform.tag.web that return DocumentModelList
 DocumentModelList TagActionsBean.getChildrenSelectModel()
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.ui.web.api
 

Methods in org.nuxeo.ecm.platform.ui.web.api that return DocumentModelList
 DocumentModelList NavigationContext.factoryCurrentDocumentChildren()
          Gets children of currentDocuments and put it in Page context.
 DocumentModelList NavigationContext.getCurrentDocumentChildren()
          Deprecated. this method is not scalable, all the documents will be in memory
 DocumentModelList NavigationContext.getCurrentDocumentChildrenPage()
           
 DocumentModelList NavigationContext.getCurrentPath()
          Returns a list of the DocumentsModels (to build the BreadCrumb for example).
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.ui.web.directory
 

Methods in org.nuxeo.ecm.platform.ui.web.directory that return DocumentModelList
static DocumentModelList DirectoryFunctions.getDirectoryEntries(String directoryName, String... entryIds)
           
static DocumentModelList DirectoryFunctions.getDirectoryListEntries(String directoryName, Collection<String> entryIds)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.usermanager
 

Methods in org.nuxeo.ecm.platform.usermanager that return DocumentModelList
 DocumentModelList UserManagerImpl.searchGroups(Map<String,Serializable> filter, Set<String> fulltext)
           
 DocumentModelList FakeUserManagerImpl.searchGroups(Map<String,Serializable> filter, Set<String> fulltext)
           
 DocumentModelList UserManager.searchGroups(Map<String,Serializable> filter, Set<String> fulltext)
          Returns groups matching given criteria.
 DocumentModelList UserManagerImpl.searchGroups(Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)
           
 DocumentModelList MultiTenantUserManager.searchGroups(Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)
          Returns groups matching given criteria with the given context.
 DocumentModelList UserManagerImpl.searchGroups(String pattern)
           
 DocumentModelList FakeUserManagerImpl.searchGroups(String pattern)
           
 DocumentModelList UserManager.searchGroups(String pattern)
          Search matching groups through their defined search fields
 DocumentModelList UserManagerImpl.searchGroups(String pattern, DocumentModel context)
           
 DocumentModelList MultiTenantUserManager.searchGroups(String pattern, DocumentModel context)
          Search matching groups through their defined search fields into the given context document.
 DocumentModelList UserManagerImpl.searchUsers(Map<String,Serializable> filter, Set<String> fulltext)
           
 DocumentModelList FakeUserManagerImpl.searchUsers(Map<String,Serializable> filter, Set<String> fulltext)
           
 DocumentModelList UserManager.searchUsers(Map<String,Serializable> filter, Set<String> fulltext)
          Returns users matching given criteria.
 DocumentModelList UserManagerImpl.searchUsers(Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)
           
 DocumentModelList MultiTenantUserManager.searchUsers(Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)
          Returns users matching given criteria and with the given context.
 DocumentModelList UserManagerImpl.searchUsers(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, DocumentModel context)
          MULTI-TENANT-IMPLEMENTATION
 DocumentModelList UserManagerImpl.searchUsers(String pattern)
           
 DocumentModelList FakeUserManagerImpl.searchUsers(String pattern)
           
 DocumentModelList UserManager.searchUsers(String pattern)
          Returns users matching given pattern
 DocumentModelList UserManagerImpl.searchUsers(String pattern, DocumentModel context)
           
 DocumentModelList MultiTenantUserManager.searchUsers(String pattern, DocumentModel context)
          Returns users matching given pattern with the given context.
 

Uses of DocumentModelList in org.nuxeo.ecm.platform.userworkspace.operations
 

Methods in org.nuxeo.ecm.platform.userworkspace.operations that return DocumentModelList
 DocumentModelList UserWorkspaceCreateFromBlob.run(BlobList blobs)
           
 

Uses of DocumentModelList in org.nuxeo.ecm.webapp.action
 

Methods in org.nuxeo.ecm.webapp.action that return DocumentModelList
 DocumentModelList DeleteActions.getCurrentDocumentDeletedChildrenPage()
           
 DocumentModelList DeleteActionsBean.getCurrentDocumentDeletedChildrenPage()
           
 

Uses of DocumentModelList in org.nuxeo.ecm.webapp.contentbrowser
 

Methods in org.nuxeo.ecm.webapp.contentbrowser that return DocumentModelList
 DocumentModelList DomainActions.getDomains()
          Gets the available domains for the selected contentRoot.
 DocumentModelList DomainActionsBean.getDomains()
           
 DocumentModelList WorkspaceActions.getTemplates()
           
 DocumentModelList WorkspaceActionsBean.getTemplates()
           
 

Uses of DocumentModelList in org.nuxeo.ecm.webapp.context
 

Methods in org.nuxeo.ecm.webapp.context that return DocumentModelList
 DocumentModelList NavigationContextBean.factoryCurrentDocumentChildren()
           
 DocumentModelList NavigationContextBean.getCurrentDocumentChildren()
          Deprecated. 
 DocumentModelList NavigationContextBean.getCurrentDocumentChildrenPage()
          Deprecated. 
 DocumentModelList NavigationContextBean.getCurrentPath()
           
 

Uses of DocumentModelList in org.nuxeo.ecm.webapp.directory
 

Methods in org.nuxeo.ecm.webapp.directory that return DocumentModelList
 DocumentModelList DirectoryUIActionsBean.getCurrentDirectoryEntries()
           
 

Uses of DocumentModelList in org.nuxeo.ecm.webapp.documenttemplates
 

Methods in org.nuxeo.ecm.webapp.documenttemplates that return DocumentModelList
 DocumentModelList DocumentTemplatesActionsBean.getTemplates()
           
 DocumentModelList DocumentTemplatesActions.getTemplates()
           
 DocumentModelList DocumentTemplatesActionsBean.getTemplates(String targetTypeName)
           
 DocumentModelList DocumentTemplatesActions.getTemplates(String targetTypeName)
           
 DocumentModelList DocumentTemplatesActionsBean.templatesListFactory()
           
 DocumentModelList DocumentTemplatesActions.templatesListFactory()
          Factory accessor on the getter.
 

Uses of DocumentModelList in org.nuxeo.ecm.webapp.pagination
 

Methods in org.nuxeo.ecm.webapp.pagination that return DocumentModelList
 DocumentModelList ResultsProvidersCacheBean.getCurrentPageOf(String name)
          Deprecated.  
 

Uses of DocumentModelList in org.nuxeo.ecm.webapp.search
 

Methods in org.nuxeo.ecm.webapp.search that return DocumentModelList
 DocumentModelList SearchBusinessDelegate.searchForText(String keywords)
          Searches the repository by the given keywords.
 DocumentModelList SearchBusinessDelegate.searchForText(String keywords, Filter filter)
          Searches the repository by the given keywords.
 DocumentModelList SearchBusinessDelegate.searchWithNXQL(String nxql)
           
 DocumentModelList SearchBusinessDelegate.searchWithNXQL(String nxql, Filter filter)
          Performs an NXQL search for the given query and filter.
 

Uses of DocumentModelList in org.nuxeo.webengine.blogs.utils
 

Methods in org.nuxeo.webengine.blogs.utils that return DocumentModelList
static DocumentModelList BlogQueriesCollection.getAllBlogPosts(CoreSession session, String parent)
          Queries all blog posts within a blog site.
 

Uses of DocumentModelList in org.nuxeo.webengine.sites.utils
 

Methods in org.nuxeo.webengine.sites.utils that return DocumentModelList
static DocumentModelList SiteQueriesCollection.queryAllSites(CoreSession session, String documentType)
          Queries all sites of the given document type.
static DocumentModelList SiteQueriesCollection.queryLastComments(CoreSession session, String parent, int numberLimit, boolean isModerated)
          Queries the added comments within a limit.
static DocumentModelList SiteQueriesCollection.queryLastModifiedPages(CoreSession session, String parent, String documentType, int numberLimit)
          Queries the modified pages within a limit.
static DocumentModelList SiteQueriesCollection.querySearchPages(CoreSession session, String query, String parent, String documentType, String dateAfter, String dateBefore)
          Queries the pages based on a search string.
static DocumentModelList SiteQueriesCollection.querySitesByUrlAndDocType(CoreSession session, String url, String documentType)
          Queries sites by URL and document type.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.