Uses of Interface
org.nuxeo.ecm.core.api.DocumentModelList
-
-
Uses of DocumentModelList in org.nuxeo.directory.mongodb
Methods in org.nuxeo.directory.mongodb that return DocumentModelList Modifier and Type Method Description protected DocumentModelListMongoDBSession. doQuery(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences, int limit, int offset, boolean checkTenantId)DocumentModelListMongoDBSession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences, int limit, int offset)DocumentModelListMongoDBSession. query(QueryBuilder queryBuilder, boolean fetchReferences) -
Uses of DocumentModelList in org.nuxeo.drive.adapter.impl
Classes in org.nuxeo.drive.adapter.impl that implement DocumentModelList Modifier and Type Class Description classScrollDocumentModelListWrapper for the intermediate results ofFolderItem.scrollDescendants(String, int, long)including a list of documents and a scroll id.Methods in org.nuxeo.drive.adapter.impl that return DocumentModelList Modifier and Type Method Description protected DocumentModelListDocumentBackedFolderItem. fetchFromVCS(List<String> ids, CoreSession session)protected DocumentModelListDocumentBackedFolderItem. fetchFromVcsChunk(List<String> ids, CoreSession session)Methods in org.nuxeo.drive.adapter.impl with parameters of type DocumentModelList Modifier and Type Method Description protected List<FileSystemItem>DocumentBackedFolderItem. adaptDocuments(DocumentModelList docs, CoreSession session)Constructors in org.nuxeo.drive.adapter.impl with parameters of type DocumentModelList Constructor Description ScrollDocumentModelList(String scrollId, DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.drive.listener
Methods in org.nuxeo.drive.listener that return DocumentModelList Modifier and Type Method Description protected DocumentModelListNuxeoDriveSyncRootCopyListener. getSyncRoots(DocumentModel doc, CoreSession session) -
Uses of DocumentModelList in org.nuxeo.drive.operations
Methods in org.nuxeo.drive.operations that return DocumentModelList Modifier and Type Method Description DocumentModelListNuxeoDriveGetRootsOperation. run() -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.collectors
Classes in org.nuxeo.ecm.automation.core.collectors that implement DocumentModelList Modifier and Type Class Description classDocumentModelCollectorThis implementation collectDocumentModelobjects and return them as aDocumentModelListobject.classDocumentModelListCollectorThis implementation collectDocumentModelobjects and return them as aDocumentModelListobject.Methods in org.nuxeo.ecm.automation.core.collectors that return DocumentModelList Modifier and Type Method Description DocumentModelListDocumentModelCollector. getOutput()DocumentModelListDocumentModelListCollector. getOutput()Methods in org.nuxeo.ecm.automation.core.collectors with parameters of type DocumentModelList Modifier and Type Method Description voidDocumentModelListCollector. 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 Modifier and Type Method Description DocumentModelListFetchContextDocument. run(DocumentModelList docs)DocumentModelListRestoreDocumentsInput. run()DocumentModelListRestoreDocumentsInputFromScript. run()Methods in org.nuxeo.ecm.automation.core.operations with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListFetchContextDocument. run(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.blob
Methods in org.nuxeo.ecm.automation.core.operations.blob with parameters of type DocumentModelList Modifier and Type Method Description BlobBulkDownload. run(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.collections
Methods in org.nuxeo.ecm.automation.core.operations.collections that return DocumentModelList Modifier and Type Method Description DocumentModelListAddToCollectionOperation. run(DocumentModelList docs)DocumentModelListAddToFavoritesOperation. run(DocumentModelList docs)DocumentModelListGetDocumentsFromFavoritesOperation. run(DocumentModel context)DocumentModelListRemoveFromCollectionOperation. run(DocumentModelList docs)DocumentModelListRemoveFromFavoritesOperation. run(DocumentModelList docs)Methods in org.nuxeo.ecm.automation.core.operations.collections with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListAddToCollectionOperation. run(DocumentModelList docs)DocumentModelListAddToFavoritesOperation. run(DocumentModelList docs)DocumentModelListRemoveFromCollectionOperation. run(DocumentModelList docs)DocumentModelListRemoveFromFavoritesOperation. run(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.document
Fields in org.nuxeo.ecm.automation.core.operations.document declared as DocumentModelList Modifier and Type Field Description protected DocumentModelListMultiPublishDocument. targetMethods in org.nuxeo.ecm.automation.core.operations.document that return DocumentModelList Modifier and Type Method Description DocumentModelListFetchByProperty. run()DocumentModelListFilterDocuments. run(DocumentModel doc)DocumentModelListGetDocumentChildren. run(DocumentModel doc)DocumentModelListGetDocumentChildren. run(DocumentRef doc)DocumentModelListGetDocumentVersions. run(DocumentModel doc)DocumentModelListMultiPublishDocument. run(DocumentModel doc)DocumentModelListOrderDocument. run(DocumentModelList docs)DocumentModelListQuery. run()Deprecated.DocumentModelListTrashDocument. run(DocumentModelList docs)Methods in org.nuxeo.ecm.automation.core.operations.document with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListOrderDocument. run(DocumentModelList docs)DocumentModelListTrashDocument. 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 Modifier and Type Method Description DocumentModelListRunDocumentChain. run(DocumentModelList docs)Methods in org.nuxeo.ecm.automation.core.operations.execution with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListRunDocumentChain. run(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that return DocumentModelList Modifier and Type Method Description protected DocumentModelListGetRelations. getDocuments(QNameResource res, Resource predicate)DocumentModelListAuditLog. run(DocumentModelList docs)DocumentModelListFileManagerImport. run(BlobList blobs)DocumentModelListFileManagerImportWithProperties. run(BlobList blobs)DocumentModelListGetRelations. run(DocumentModel doc)Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListAuditLog. run(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.services.bulk
Methods in org.nuxeo.ecm.automation.core.operations.services.bulk with parameters of type DocumentModelList Modifier and Type Method Description protected voidAbstractAutomationBulkAction.AutomationComputation. runOperationOnAllDocuments(CoreSession session, DocumentModelList documents)protected voidAbstractAutomationBulkAction.AutomationComputation. runOperationOnEachDocument(CoreSession session, DocumentModelList documents) -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.services.query
Methods in org.nuxeo.ecm.automation.core.operations.services.query that return DocumentModelList Modifier and Type Method Description DocumentModelListDocumentPaginatedQuery. run() -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.stack
Methods in org.nuxeo.ecm.automation.core.operations.stack that return DocumentModelList Modifier and Type Method Description DocumentModelListPopDocumentList. run()DocumentModelListPullDocumentList. run()DocumentModelListPushDocumentList. run(DocumentModelList doc)Methods in org.nuxeo.ecm.automation.core.operations.stack with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListPushDocumentList. run(DocumentModelList doc) -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.operations.users
Methods in org.nuxeo.ecm.automation.core.operations.users that return DocumentModelList Modifier and Type Method Description protected DocumentModelListSuggestUserEntries. searchUsers(long limit)Performs a full name user search, e.g.protected DocumentModelListSuggestUserEntries. searchUsers(MultiExpression multiExpression, long limit)Methods in org.nuxeo.ecm.automation.core.operations.users with parameters of type DocumentModelList Modifier and Type Method Description protected List<Map<String,Object>>SuggestUserEntries. usersToMapWithGroupRestrictions(DocumentModelList userList)Applies group restrictions, and returns Map objects. -
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 Modifier and Type Method Description BlobRenderDocumentFeed. run(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.automation.core.util
Subinterfaces of DocumentModelList in org.nuxeo.ecm.automation.core.util Modifier and Type Interface Description interfacePaginableDocumentModelList -
Uses of DocumentModelList in org.nuxeo.ecm.automation.jaxrs.io.documents
Classes in org.nuxeo.ecm.automation.jaxrs.io.documents that implement DocumentModelList Modifier and Type Class Description classPaginableDocumentModelListImplWraps aPageProvideras aDocumentModelList -
Uses of DocumentModelList in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return DocumentModelList Modifier and Type Method Description DocumentModelListAbstractSession. getChildren(DocumentRef parent)DocumentModelListAbstractSession. getChildren(DocumentRef parent, String type)DocumentModelListAbstractSession. getChildren(DocumentRef parent, String type, String perm)DocumentModelListAbstractSession. getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)DocumentModelListAbstractSession. getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)DocumentModelListCoreSession. getChildren(DocumentRef parent)Gets the children of the given parent.DocumentModelListCoreSession. getChildren(DocumentRef parent, String type)Gets the children of the given parent filtered according to the given document type.DocumentModelListCoreSession. getChildren(DocumentRef parent, String type, String perm)Gets the children of the given parent filtered according to the given document type and permission.DocumentModelListCoreSession. 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.DocumentModelListCoreSession. getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)Same asCoreSession.getChildren(DocumentRef, String, String, Filter, Sorter)without specific permission filtering.DocumentModelListAbstractSession. getDocuments(DocumentRef[] docRefs)DocumentModelListCoreSession. getDocuments(DocumentRef[] docRefs)Gets a list of documents given their references.DocumentModelListAbstractSession. getFiles(DocumentRef parent)DocumentModelListAbstractSession. getFiles(DocumentRef parent, Filter filter, Sorter sorter)DocumentModelListCoreSession. getFiles(DocumentRef parent)Same asCoreSession.getChildren(DocumentRef)but returns only non-folder documents.DocumentModelListCoreSession. 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.DocumentModelListAbstractSession. getFolders(DocumentRef parent)DocumentModelListAbstractSession. getFolders(DocumentRef parent, Filter filter, Sorter sorter)DocumentModelListCoreSession. getFolders(DocumentRef parent)Same asCoreSession.getChildren(DocumentRef)but returns only folder documents.DocumentModelListCoreSession. getFolders(DocumentRef parent, Filter filter, Sorter sorter)Same asCoreSession.getFolders(DocumentRef)but uses an optional filter and sorter on the result.DocumentModelListAbstractSession. getProxies(DocumentRef docRef, DocumentRef folderRef)DocumentModelListCoreSession. getProxies(DocumentRef docRef, DocumentRef folderRef)Finds the proxies for a document.DocumentModelListAbstractSession. query(String query)DocumentModelListAbstractSession. query(String query, int max)DocumentModelListAbstractSession. query(String query, String queryType, Filter filter, long limit, long offset, boolean countTotal)DocumentModelListAbstractSession. query(String query, String queryType, Filter filter, long limit, long offset, long countUpTo)DocumentModelListAbstractSession. query(String query, Filter filter)DocumentModelListAbstractSession. query(String query, Filter filter, int max)DocumentModelListAbstractSession. query(String query, Filter filter, long limit, long offset, boolean countTotal)DocumentModelListAbstractSession. query(String query, Filter filter, long limit, long offset, long countUpTo)DocumentModelListCoreSession. query(String query)Executes the given NXQL query an returns the result.DocumentModelListCoreSession. query(String query, int max)Executes the given NXQL query an returns the result.DocumentModelListCoreSession. 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.DocumentModelListCoreSession. 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.DocumentModelListCoreSession. query(String query, Filter filter)Executes the given NXQL query and returns the result that matches the filter.DocumentModelListCoreSession. query(String query, Filter filter, int max)Executes the given NXQL query and returns the result that matches the filter.DocumentModelListCoreSession. query(String query, Filter filter, long limit, long offset, boolean countTotal)Executes the given NXQL query and returns the result that matches the filter.DocumentModelListCoreSession. 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 DocumentModelListAbstractSession. tracedQuery(String query, String queryType, Filter filter, long limit, long offset, long countUpTo) -
Uses of DocumentModelList in org.nuxeo.ecm.core.api.impl
Classes in org.nuxeo.ecm.core.api.impl that implement DocumentModelList Modifier and Type Class Description classDocumentModelListImpl -
Uses of DocumentModelList in org.nuxeo.ecm.core.api.trash
Methods in org.nuxeo.ecm.core.api.trash that return DocumentModelList Modifier and Type Method Description DocumentModelListTrashService. getDocuments(DocumentModel parent)Deprecated.since 11.1, not scalable -
Uses of DocumentModelList in org.nuxeo.ecm.core.bulk.action.computation
Methods in org.nuxeo.ecm.core.bulk.action.computation that return DocumentModelList Modifier and Type Method Description DocumentModelListAbstractBulkComputation. loadDocuments(CoreSession session, List<String> documentIds)Helper to load a list of documents.DocumentModelListAbstractBulkComputation. loadDocumentsOneByOne(CoreSession session, List<String> documentIds) -
Uses of DocumentModelList in org.nuxeo.ecm.core.lifecycle.event
Methods in org.nuxeo.ecm.core.lifecycle.event with parameters of type DocumentModelList Modifier and Type Method Description protected voidBulkLifeCycleChangeListener. changeDocumentsState(CoreSession session, String transition, String targetState, DocumentModelList docs)Change doc state.protected voidBulkLifeCycleChangeListener. reinitDocumentsLifeCyle(CoreSession documentManager, DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.core.trash
Methods in org.nuxeo.ecm.core.trash that return DocumentModelList Modifier and Type Method Description DocumentModelListAbstractTrashService. getDocuments(DocumentModel parent) -
Uses of DocumentModelList in org.nuxeo.ecm.directory
Methods in org.nuxeo.ecm.directory that return DocumentModelList Modifier and Type Method Description DocumentModelListBaseSession. applyQueryLimits(DocumentModelList results, int limit, int offset)Applies offset and limit to a DocumentModelListDocumentModelListBaseSession. getEntries()DocumentModelListSession. getEntries()Deprecated.since 6.0 Use query method instead with parametersDocumentModelListBaseSession. query(Map<String,Serializable> filter)DocumentModelListBaseSession. query(Map<String,Serializable> filter, Set<String> fulltext)DocumentModelListBaseSession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy)DocumentModelListBaseSession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences)DocumentModelListSession. query(Map<String,Serializable> filter)Executes a simple query.DocumentModelListSession. query(Map<String,Serializable> filter, Set<String> fulltext)Executes a simple query.DocumentModelListSession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy)Executes a simple query.DocumentModelListSession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences)Executes a query with the possibility to fetch referencesDocumentModelListSession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences, int limit, int offset)Executes a query with the possibility to fetch a subset of the results.DocumentModelListSession. query(QueryBuilder queryBuilder, boolean fetchReferences)Executes a query with the possibility to fetch a subset of the results.Methods in org.nuxeo.ecm.directory with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListBaseSession. applyQueryLimits(DocumentModelList results, int limit, int offset)Applies offset and limit to a DocumentModelList -
Uses of DocumentModelList in org.nuxeo.ecm.directory.core
Methods in org.nuxeo.ecm.directory.core that return DocumentModelList Modifier and Type Method Description DocumentModelListCoreDirectorySession. getEntries()DocumentModelListCoreDirectorySession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences, int limit, int offset)DocumentModelListCoreDirectorySession. query(QueryBuilder queryBuilder, boolean fetchReferences) -
Uses of DocumentModelList in org.nuxeo.ecm.directory.ldap
Methods in org.nuxeo.ecm.directory.ldap that return DocumentModelList Modifier and Type Method Description protected DocumentModelListLDAPSession. ldapResultsToDocumentModels(NamingEnumeration<SearchResult> results, boolean fetchReferences)DocumentModelListLDAPSession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences, int limit, int offset)DocumentModelListLDAPSession. query(QueryBuilder queryBuilder, boolean fetchReferences) -
Uses of DocumentModelList in org.nuxeo.ecm.directory.memory
Methods in org.nuxeo.ecm.directory.memory that return DocumentModelList Modifier and Type Method Description DocumentModelListMemoryDirectorySession. getEntries()DocumentModelListMemoryDirectorySession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences, int limit, int offset)DocumentModelListMemoryDirectorySession. query(QueryBuilder queryBuilder, boolean fetchReferences) -
Uses of DocumentModelList in org.nuxeo.ecm.directory.multi
Methods in org.nuxeo.ecm.directory.multi that return DocumentModelList Modifier and Type Method Description DocumentModelListMultiDirectorySession. getEntries()DocumentModelListMultiDirectorySession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences, int limit, int offset)DocumentModelListMultiDirectorySession. query(QueryBuilder queryBuilder, boolean fetchReferences) -
Uses of DocumentModelList in org.nuxeo.ecm.directory.sql
Methods in org.nuxeo.ecm.directory.sql that return DocumentModelList Modifier and Type Method Description DocumentModelListSQLSession. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, boolean fetchReferences, int limit, int offset)DocumentModelListSQLSession. query(QueryBuilder queryBuilder, boolean fetchReferences) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service that return DocumentModelList Modifier and Type Method Description protected DocumentModelListAbstractAuditBackend. guardedDocumentChildren(CoreSession session, DocumentRef reference) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.computedgroups
Methods in org.nuxeo.ecm.platform.computedgroups that return DocumentModelList Modifier and Type Method Description DocumentModelListUserManagerWithComputedGroups. searchGroups(Map<String,Serializable> filter, Set<String> fulltext)DocumentModelListUserManagerWithComputedGroups. searchGroups(Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)DocumentModelListUserManagerWithComputedGroups. searchGroups(QueryBuilder queryBuilder)DocumentModelListUserManagerWithComputedGroups. searchGroups(QueryBuilder queryBuilder, DocumentModel context) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.ec.notification.automation
Methods in org.nuxeo.ecm.platform.ec.notification.automation that return DocumentModelList Modifier and Type Method Description DocumentModelListSubscribeOperation. run(DocumentModelList docs)DocumentModelListUnsubscribeOperation. run(DocumentModelList docs)Methods in org.nuxeo.ecm.platform.ec.notification.automation with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListSubscribeOperation. run(DocumentModelList docs)DocumentModelListUnsubscribeOperation. run(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.filemanager.api
Methods in org.nuxeo.ecm.platform.filemanager.api that return DocumentModelList Modifier and Type Method Description DocumentModelListFileManager. 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.DocumentModelListFileManager. getCreationContainers(NuxeoPrincipal 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 Modifier and Type Method Description DocumentModelListFileManagerService. getCreationContainers(CoreSession documentManager, String docType)DocumentModelListFileManagerService. getCreationContainers(NuxeoPrincipal 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 Modifier and Type Method Description DocumentModelListCreationContainerListProvider. getCreationContainerList(CoreSession documentManager, String docType)Build the list of candidate containers for the given document type and session.DocumentModelListDefaultCreationContainerListProvider. getCreationContainerList(CoreSession documentManager, String docType) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.oauth.providers
Methods in org.nuxeo.ecm.platform.oauth.providers with parameters of type DocumentModelList Modifier and Type Method Description protected DocumentModelOAuthServiceProviderRegistryImpl. getBestEntry(DocumentModelList entries, String gadgetUri, String serviceName) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.oauth2.providers
Methods in org.nuxeo.ecm.platform.oauth2.providers that return DocumentModelList Modifier and Type Method Description protected DocumentModelListOAuth2ServiceUserStore. query(Map<String,Serializable> filter) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.oauth2.tokens
Methods in org.nuxeo.ecm.platform.oauth2.tokens that return DocumentModelList Modifier and Type Method Description DocumentModelListOAuth2TokenStore. query()DocumentModelListOAuth2TokenStore. query(Map<String,Serializable> filter)DocumentModelListOAuth2TokenStore. query(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.pdf
Methods in org.nuxeo.ecm.platform.pdf with parameters of type DocumentModelList Modifier and Type Method Description voidPDFMerge. addBlobs(DocumentModelList inDocs, String inXPath)Constructors in org.nuxeo.ecm.platform.pdf with parameters of type DocumentModelList Constructor Description PDFMerge(DocumentModelList inDocs, String inXPath) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.pdf.operations
Methods in org.nuxeo.ecm.platform.pdf.operations with parameters of type DocumentModelList Modifier and Type Method Description BlobListPDFEncryptOperation. run(DocumentModelList inDocs)BlobListPDFEncryptReadOnlyOperation. run(DocumentModelList inDocs)BlobPDFMergeDocumentsOperation. run(DocumentModelList inDocs)BlobListPDFRemoveEncryptionOperation. run(DocumentModelList inDocs) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.publisher.helper
Methods in org.nuxeo.ecm.platform.publisher.helper that return DocumentModelList Modifier and Type Method Description DocumentModelListRootSectionFinder. getAccessibleSectionRoots(DocumentModel currentDoc)DocumentModelListRootSectionFinder. getDefaultSectionRoots(boolean onlyHeads)DocumentModelListRootSectionFinder. getDefaultSectionRoots(boolean onlyHeads, boolean addDefaultSectionRoots)DocumentModelListRootSectionFinder. getSectionRootsForWorkspace(DocumentModel currentDoc)Returns the head (root) sections that are bound to a given Workspace.DocumentModelListRootSectionFinder. getSectionRootsForWorkspace(DocumentModel currentDoc, boolean addDefaultSectionRoots)Returns the head (root) sections that are bound to a given Workspace. -
Uses of DocumentModelList in org.nuxeo.ecm.platform.publisher.impl.core
Methods in org.nuxeo.ecm.platform.publisher.impl.core that return DocumentModelList Modifier and Type Method Description protected DocumentModelListCoreFolderPublicationNode. getOrderedChildren()protected DocumentModelListCoreFolderPublicationNode. getSortedChildren(boolean queryDocuments)protected DocumentModelListCoreFolderPublicationNode. getSortedChildren(boolean queryDocuments, String docId) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.publisher.impl.finder
Fields in org.nuxeo.ecm.platform.publisher.impl.finder declared as DocumentModelList Modifier and Type Field Description protected DocumentModelListAbstractRootSectionsFinder. accessibleSectionRootsMethods in org.nuxeo.ecm.platform.publisher.impl.finder that return DocumentModelList Modifier and Type Method Description protected DocumentModelListAbstractRootSectionsFinder. filterDocuments(DocumentModelList docs)DocumentModelListAbstractRootSectionsFinder. getAccessibleSectionRoots(DocumentModel currentDoc)DocumentModelListAbstractRootSectionsFinder. getDefaultSectionRoots(boolean onlyHeads)DocumentModelListAbstractRootSectionsFinder. getDefaultSectionRoots(boolean onlyHeads, boolean addDefaultSectionRoots)protected DocumentModelListAbstractRootSectionsFinder. getDefaultSectionRoots(CoreSession session)protected DocumentModelListAbstractRootSectionsFinder. getFiltredSectionRoots(List<String> rootPaths, boolean onlyHeads)DocumentModelListAbstractRootSectionsFinder. getSectionRootsForWorkspace(DocumentModel currentDoc)DocumentModelListAbstractRootSectionsFinder. getSectionRootsForWorkspace(DocumentModel currentDoc, boolean addDefaultSectionRoots)protected DocumentModelListAbstractRootSectionsFinder. getSectionRootsFromWorkspaceConfig(DocumentModel workspace, CoreSession session)Methods in org.nuxeo.ecm.platform.publisher.impl.finder with parameters of type DocumentModelList Modifier and Type Method Description protected DocumentModelListAbstractRootSectionsFinder. filterDocuments(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.query.core
Fields in org.nuxeo.ecm.platform.query.core declared as DocumentModelList Modifier and Type Field Description protected DocumentModelListDocumentModelListPageProvider. docsMethods in org.nuxeo.ecm.platform.query.core that return DocumentModelList Modifier and Type Method Description DocumentModelListDocumentModelListPageProvider. getDocumentModelList()Constructors in org.nuxeo.ecm.platform.query.core with parameters of type DocumentModelList Constructor Description DocumentModelListPageProvider(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.query.nxql
Fields in org.nuxeo.ecm.platform.query.nxql declared as DocumentModelList Modifier and Type Field Description protected DocumentModelListCoreQueryUnrestrictedSessionRunner. docsMethods in org.nuxeo.ecm.platform.query.nxql that return DocumentModelList Modifier and Type Method Description DocumentModelListCoreQueryUnrestrictedSessionRunner. getDocs() -
Uses of DocumentModelList in org.nuxeo.ecm.platform.relations.api.util
-
Uses of DocumentModelList in org.nuxeo.ecm.platform.rendition.operation
Methods in org.nuxeo.ecm.platform.rendition.operation that return DocumentModelList Modifier and Type Method Description DocumentModelListPublishRendition. run(DocumentModelList docs)Methods in org.nuxeo.ecm.platform.rendition.operation with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListPublishRendition. run(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.routing.api
Methods in org.nuxeo.ecm.platform.routing.api that return DocumentModelList Modifier and Type Method Description DocumentModelListActionableObject. getAttachedDocuments(CoreSession session)Deprecated.The documents processed by the action.DocumentModelListDocumentRouteElement. getAttachedDocuments(CoreSession session)Return the list of documents that this route processes.DocumentModelListDocumentRoutingService. getOrderedRouteElement(String routeElementId, CoreSession session)Deprecated.since 5.9.2 - Use only routes of type 'graph' -
Uses of DocumentModelList in org.nuxeo.ecm.platform.routing.core.api.operation
Methods in org.nuxeo.ecm.platform.routing.core.api.operation that return DocumentModelList Modifier and Type Method Description DocumentModelListGetOpenTasksOperation. getAllTasks(DocumentModel doc)DocumentModelListGetOpenTasksOperation. getAllTasks(DocumentModelList docs)protected DocumentModelListGetTaskNamesOperation. getAllUserOpenTask(CoreSession session, Locale locale, String searchTerm, boolean partialMatch)Returns all user tasks having their translated name matching ( partially or fully ) the given label.DocumentModelListGetTaskNamesOperation. run()DocumentModelListStartWorkflowOperation. run(DocumentModelList docs)Methods in org.nuxeo.ecm.platform.routing.core.api.operation with parameters of type DocumentModelList Modifier and Type Method Description DocumentModelListGetOpenTasksOperation. getAllTasks(DocumentModelList docs)DocumentModelListStartWorkflowOperation. run(DocumentModelList docs) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return DocumentModelList Modifier and Type Method Description DocumentModelListGraphRoute. getAttachedDocumentModels()Gets the attached documents.DocumentModelListGraphRouteImpl. getAttachedDocumentModels()DocumentModelListDocumentRouteElementImpl. getAttachedDocuments(CoreSession session)DocumentModelListDocumentRoutingServiceImpl. getOrderedRouteElement(String routeElementId, CoreSession session) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.shibboleth
Methods in org.nuxeo.ecm.platform.shibboleth that return DocumentModelList Modifier and Type Method Description static DocumentModelListShibbolethGroupHelper. getGroups()static DocumentModelListShibbolethGroupHelper. searchGroup(String fullText) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.task.core.service
Methods in org.nuxeo.ecm.platform.task.core.service with parameters of type DocumentModelList Modifier and Type Method Description static List<Task>DocumentTaskProvider. wrapDocModelInTask(DocumentModelList taskDocuments)Deprecated.since 6.0, useDocumentTaskProvider.wrapDocModelInTask(List)instead.static List<Task>DocumentTaskProvider. wrapDocModelInTask(DocumentModelList taskDocuments, boolean detach)Deprecated.since 6.0, useDocumentTaskProvider.wrapDocModelInTask(List)instead. -
Uses of DocumentModelList in org.nuxeo.ecm.platform.usermanager
Methods in org.nuxeo.ecm.platform.usermanager that return DocumentModelList Modifier and Type Method Description protected DocumentModelListUserManagerImpl. queryWithVirtualEntries(Session session, QueryBuilder queryBuilder, List<DocumentModel> virtualEntries)Executes a query then adds virtual entries (already supposed to match the query).DocumentModelListFakeUserManagerImpl. searchGroups(String pattern)DocumentModelListFakeUserManagerImpl. searchGroups(Map<String,Serializable> filter, Set<String> fulltext)DocumentModelListFakeUserManagerImpl. searchGroups(QueryBuilder queryBuilder)DocumentModelListMultiTenantUserManager. searchGroups(String pattern, DocumentModel context)Search matching groups through their defined search fields into the given context document.DocumentModelListMultiTenantUserManager. searchGroups(Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)Returns groups matching given criteria with the given context.DocumentModelListMultiTenantUserManager. searchGroups(QueryBuilder queryBuilder, DocumentModel context)Returns groups matching the given query, within the given context.DocumentModelListUserManager. searchGroups(String pattern)Search matching groups through their defined search fieldsDocumentModelListUserManager. searchGroups(Map<String,Serializable> filter, Set<String> fulltext)Returns groups matching given criteria.DocumentModelListUserManager. searchGroups(QueryBuilder queryBuilder)Returns groups matching the given query.DocumentModelListUserManagerImpl. searchGroups(String pattern)DocumentModelListUserManagerImpl. searchGroups(String pattern, DocumentModel context)DocumentModelListUserManagerImpl. searchGroups(Map<String,Serializable> filter, Set<String> fulltext)DocumentModelListUserManagerImpl. searchGroups(Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)DocumentModelListUserManagerImpl. searchGroups(QueryBuilder queryBuilder)DocumentModelListUserManagerImpl. searchGroups(QueryBuilder queryBuilder, DocumentModel context)DocumentModelListFakeUserManagerImpl. searchUsers(String pattern)DocumentModelListFakeUserManagerImpl. searchUsers(Map<String,Serializable> filter, Set<String> fulltext)DocumentModelListFakeUserManagerImpl. searchUsers(QueryBuilder queryBuilder)DocumentModelListMultiTenantUserManager. searchUsers(String pattern, DocumentModel context)Returns users matching given pattern with the given context.DocumentModelListMultiTenantUserManager. searchUsers(Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)Returns users matching given criteria and with the given context.DocumentModelListMultiTenantUserManager. searchUsers(QueryBuilder queryBuilder, DocumentModel context)Returns users matching the given query, within the given context.DocumentModelListUserManager. searchUsers(String pattern)Returns users matching given patternDocumentModelListUserManager. searchUsers(Map<String,Serializable> filter, Set<String> fulltext)Returns users matching given criteria.DocumentModelListUserManager. searchUsers(QueryBuilder queryBuilder)Returns users matching the given query.DocumentModelListUserManagerImpl. searchUsers(String pattern)DocumentModelListUserManagerImpl. searchUsers(String pattern, DocumentModel context)DocumentModelListUserManagerImpl. searchUsers(Map<String,Serializable> filter, Set<String> fulltext)DocumentModelListUserManagerImpl. searchUsers(Map<String,Serializable> filter, Set<String> fulltext, Map<String,String> orderBy, DocumentModel context)MULTI-TENANT-IMPLEMENTATIONDocumentModelListUserManagerImpl. searchUsers(Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)DocumentModelListUserManagerImpl. searchUsers(QueryBuilder queryBuilder)DocumentModelListUserManagerImpl. searchUsers(QueryBuilder queryBuilder, DocumentModel context) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.usermanager.providers
Fields in org.nuxeo.ecm.platform.usermanager.providers with type parameters of type DocumentModelList Modifier and Type Field Description protected Map<String,DocumentModelList>AbstractUsersPageProvider. userCatalogMap with first letter as key and users list as value. -
Uses of DocumentModelList in org.nuxeo.ecm.platform.userworkspace.operations
Methods in org.nuxeo.ecm.platform.userworkspace.operations that return DocumentModelList Modifier and Type Method Description DocumentModelListUserWorkspaceCreateFromBlob. run(BlobList blobs) -
Uses of DocumentModelList in org.nuxeo.ecm.platform.video.tools.operations
Methods in org.nuxeo.ecm.platform.video.tools.operations with parameters of type DocumentModelList Modifier and Type Method Description BlobListAddWatermarkToVideo. run(DocumentModelList input)BlobConcatVideos. run(DocumentModelList docs)BlobListExtractClosedCaptionsFromVideo. run(DocumentModelList input)BlobListSliceVideo. run(DocumentModelList input) -
Uses of DocumentModelList in org.nuxeo.ecm.restapi.server.jaxrs
Fields in org.nuxeo.ecm.restapi.server.jaxrs declared as DocumentModelList Modifier and Type Field Description protected DocumentModelListBulkDocumentsObject. docsDeprecated.Methods in org.nuxeo.ecm.restapi.server.jaxrs that return DocumentModelList Modifier and Type Method Description DocumentModelListBulkDocumentsObject. doGet()Deprecated.DocumentModelListBulkDocumentsObject. doUpdate(DocumentModel updateDoc)Deprecated.protected DocumentModelListQueryObject. getQuery(javax.ws.rs.core.UriInfo uriInfo, String langOrProviderName) -
Uses of DocumentModelList in org.nuxeo.ecm.restapi.server.jaxrs.search
Methods in org.nuxeo.ecm.restapi.server.jaxrs.search that return DocumentModelList Modifier and Type Method Description protected DocumentModelListSearchObject. executeSavedSearch(SavedSearch search, javax.ws.rs.core.MultivaluedMap<String,String> params)protected DocumentModelListQueryExecutor. queryByLang(String query, Long pageSize, Long currentPageIndex, Long currentPageOffset, Long maxResults, List<SortInfo> sortInfo, Map<String,Serializable> props, DocumentModel searchDocumentModel, Object... parameters)protected DocumentModelListQueryExecutor. queryByLang(String queryLanguage, javax.ws.rs.core.MultivaluedMap<String,String> queryParams)protected DocumentModelListQueryExecutor. queryByLang(javax.ws.rs.core.MultivaluedMap<String,String> queryParams)protected DocumentModelListQueryExecutor. queryByPageProvider(String pageProviderName, Long pageSize, Long currentPageIndex, Long currentPageOffset, List<SortInfo> sortInfo, List<String> highlights, List<QuickFilter> quickFilters, Map<String,Serializable> props, DocumentModel searchDocumentModel, Object... parameters)protected DocumentModelListQueryExecutor. queryByPageProvider(String pageProviderName, Long pageSize, Long currentPageIndex, Long currentPageOffset, List<SortInfo> sortInfo, List<QuickFilter> quickFilters, Object[] parameters, Map<String,Serializable> props, DocumentModel searchDocumentModel)protected DocumentModelListQueryExecutor. queryByPageProvider(String pageProviderName, javax.ws.rs.core.MultivaluedMap<String,String> queryParams)protected DocumentModelListSearchObject. querySavedSearchByLang(String queryLanguage, String query, Long pageSize, Long currentPageIndex, Long currentPageOffset, Long maxResults, String orderedParams, Map<String,String> namedParameters, List<SortInfo> sortInfo)protected DocumentModelListSearchObject. querySavedSearchByPageProvider(String pageProviderName, Long pageSize, Long currentPageIndex, Long currentPageOffset, String orderedParams, Map<String,String> namedParameters, List<SortInfo> sortInfo, List<QuickFilter> quickFilters, DocumentModel searchDocumentModel) -
Uses of DocumentModelList in org.nuxeo.ecm.tokenauth.service
Methods in org.nuxeo.ecm.tokenauth.service that return DocumentModelList Modifier and Type Method Description DocumentModelListTokenAuthenticationService. getTokenBindings(String userName)Gets the token bindings for the specified user.DocumentModelListTokenAuthenticationService. getTokenBindings(String userName, String applicationName)Gets the token bindings for the specified user and application.DocumentModelListTokenAuthenticationServiceImpl. getTokenBindings(String userName)DocumentModelListTokenAuthenticationServiceImpl. getTokenBindings(String userName, String applicationName) -
Uses of DocumentModelList in org.nuxeo.ecm.user.invite
Methods in org.nuxeo.ecm.user.invite that return DocumentModelList Modifier and Type Method Description DocumentModelListUserInvitationComponent. getRegistrationsForUser(String docId, String username, String configurationName)DocumentModelListUserInvitationService. getRegistrationsForUser(String docId, String username, String configurationName)Retrieve registrations for a document givent the username -
Uses of DocumentModelList in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch that return DocumentModelList Modifier and Type Method Description DocumentModelListElasticSearchComponent. query(CoreSession session, String nxql, int limit, int offset, SortInfo... sortInfos)Deprecated.DocumentModelListElasticSearchComponent. query(CoreSession session, org.elasticsearch.index.query.QueryBuilder queryBuilder, int limit, int offset, SortInfo... sortInfos)Deprecated.DocumentModelListElasticSearchComponent. query(NxQueryBuilder queryBuilder) -
Uses of DocumentModelList in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return DocumentModelList Modifier and Type Method Description DocumentModelListEsResult. getDocuments()Get the list of Nuxeo documents, this is populated when using a SELECT * clause, or when submitting esQuery.DocumentModelListElasticSearchService. query(CoreSession session, String nxql, int limit, int offset, SortInfo... sortInfos)Deprecated.since 6.0, use query with NxQueryBuilderDocumentModelListElasticSearchService. query(CoreSession session, org.elasticsearch.index.query.QueryBuilder queryBuilder, int limit, int offset, SortInfo... sortInfos)Deprecated.since 6.0, use query with NxQueryBuilderDocumentModelListElasticSearchService. query(NxQueryBuilder queryBuilder)Returns a document list using anNxQueryBuilder.Constructors in org.nuxeo.elasticsearch.api with parameters of type DocumentModelList Constructor Description EsResult(DocumentModelList documents, List<Aggregate<Bucket>> aggregates, org.elasticsearch.action.search.SearchResponse response)EsScrollResult(DocumentModelList documents, org.elasticsearch.action.search.SearchResponse response, NxQueryBuilder queryBuilder, String scrollId, long keepAlive) -
Uses of DocumentModelList in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core that return DocumentModelList Modifier and Type Method Description DocumentModelListElasticSearchServiceImpl. query(CoreSession session, String nxql, int limit, int offset, SortInfo... sortInfos)Deprecated.DocumentModelListElasticSearchServiceImpl. query(CoreSession session, org.elasticsearch.index.query.QueryBuilder queryBuilder, int limit, int offset, SortInfo... sortInfos)Deprecated.DocumentModelListElasticSearchServiceImpl. query(NxQueryBuilder queryBuilder) -
Uses of DocumentModelList in org.nuxeo.io.fsexporter
Methods in org.nuxeo.io.fsexporter that return DocumentModelList Modifier and Type Method Description DocumentModelListDefaultExporterPlugin. getChildren(CoreSession session, DocumentModel doc, String customQuery)DocumentModelListFSExporterPlugin. getChildren(CoreSession session, DocumentModel doc, String PageProvider) -
Uses of DocumentModelList in org.nuxeo.snapshot
Methods in org.nuxeo.snapshot with parameters of type DocumentModelList Modifier and Type Method Description protected DocumentModelSnapshotableAdapter. restore(DocumentModel leafVersion, DocumentModel target, boolean first, DocumentModelList olddocs)
-