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.DocumentFileService.getDocumentById(String documentId) Retrieves a file by its identifier.DocumentFileService.getDocumentById(String documentId, String aclIdentity) Retrieves a file by its identifier.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.deleteDocumentsPermanently(int actionId, List<AbstractNode> trashElementNodes, long userIdentityId) Delete a list of documents from the trash.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 bulkvoidDocumentFileService.restoreDocuments(int actionId, List<AbstractNode> trashElementNodes, long userIdentityId) Restore a list of documents from the trash. -
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.DocumentFileStorage.getDocumentById(String documentId) DocumentFileStorage.getDocumentById(String documentId, String aclIdentity) Retrieves a document By IdMethods 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)voidJCRDeleteFileStorage.deleteDocumentsPermanently(int actionId, List<AbstractNode> trashElementNodes, org.exoplatform.services.security.Identity aclUserIdentity) Delete a list of documents from the 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 bulkvoidJCRDeleteFileStorage.restoreDocuments(int actionId, List<AbstractNode> trashElementNodes, org.exoplatform.services.security.Identity aclUserIdentity) Restore a list of documents from the trash.