Uses of Class
org.exoplatform.documents.model.AbstractNode
Packages that use AbstractNode
Package
Description
-
Uses of AbstractNode in org.exoplatform.documents.model
Subclasses of AbstractNode in org.exoplatform.documents.model -
Uses of AbstractNode in org.exoplatform.documents.service
Methods in org.exoplatform.documents.service that return AbstractNodeModifier and TypeMethodDescriptionDocumentFileService.createFolder(long ownerId, String folderId, String folderPath, String name, long authenticatedUserId) DocumentFileService.duplicateDocument(long ownerId, String fileId, String prefixClone, long authenticatedUserId) Duplicate the given node.Methods in org.exoplatform.documents.service that return types with arguments of type AbstractNodeModifier and TypeMethodDescriptionDocumentFileService.getBiggestDocuments(long ownerId, org.exoplatform.social.core.identity.model.Identity userIdentity, int offset, int limit) Retrieves a list of accessible files, for a selected user, by applying the designated filter.DocumentFileService.getDocumentItems(FileListingType listingType, DocumentNodeFilter filter, int offset, int limit, long userIdentityId, boolean showHiddenFiles) Retrieves a list of accessible folders and/or files, for a selected user, by applying the designated filter.DocumentFileService.getFolderChildNodes(DocumentFolderFilter filter, int offset, int limit, long userIdentityId) Retrieves a list of accessible files, for a selected user, by applying the designated filter.Method parameters in org.exoplatform.documents.service with type arguments of type AbstractNodeModifier and TypeMethodDescriptionvoidDocumentFileService.deleteDocuments(int actionId, List<AbstractNode> documents, long authenticatedUserId) Delete a list of documents.voidDocumentFileService.downloadDocuments(int actionId, List<AbstractNode> documents, long authenticatedUserId) Download a list of documents.voidDocumentFileService.moveDocuments(int actionId, long ownerId, List<AbstractNode> documents, String destPath, long userIdentityId) Move list of documents in bulk -
Uses of AbstractNode in org.exoplatform.documents.storage
Methods in org.exoplatform.documents.storage that return AbstractNodeModifier and TypeMethodDescriptionDocumentFileStorage.createFolder(long ownerId, String folderId, String folderPath, String title, org.exoplatform.services.security.Identity aclIdentity) DocumentFileStorage.duplicateDocument(long ownerId, String fileId, String prefixClone, org.exoplatform.services.security.Identity aclIdentity) Duplicate the given node.Methods in org.exoplatform.documents.storage that return types with arguments of type AbstractNodeModifier and TypeMethodDescriptionDocumentFileStorage.getBiggestDocuments(Long ownerId, org.exoplatform.services.security.Identity aclIdentity, int offset, int limit) Retrieves a list of biggest accessible files, for a selected user.DocumentFileStorage.getFolderChildNodes(DocumentFolderFilter filter, org.exoplatform.services.security.Identity aclIdentity, int offset, int limit) Retrieves a list of accessible files, for a selected user, by applying the designated filter.Method parameters in org.exoplatform.documents.storage with type arguments of type AbstractNodeModifier and TypeMethodDescriptionvoidJCRDeleteFileStorage.deleteDocuments(int actionId, List<AbstractNode> items, org.exoplatform.services.security.Identity identity, long authenticatedUserId) Delete a list of document (Move to trash)voidDocumentFileStorage.downloadDocuments(int actionId, List<AbstractNode> documents, org.exoplatform.services.security.Identity identity, long authenticatedUserId) voidDocumentFileStorage.moveDocuments(int actionId, long ownerId, List<AbstractNode> documents, String destPath, org.exoplatform.services.security.Identity userIdentityId, long identityId) Move list of documents in bulk