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.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. -
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.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.