Uses of Class
org.exoplatform.documents.model.AbstractNode
-
Packages that use AbstractNode Package Description org.exoplatform.documents.model org.exoplatform.documents.service org.exoplatform.documents.storage -
-
Uses of AbstractNode in org.exoplatform.documents.model
Subclasses of AbstractNode in org.exoplatform.documents.model Modifier and Type Class Description classFileNodeclassFolderNode -
Uses of AbstractNode in org.exoplatform.documents.service
Methods in org.exoplatform.documents.service that return AbstractNode Modifier and Type Method Description AbstractNodeDocumentFileService. duplicateDocument(long ownerId, String fileId, long authenticatedUserId)Duplicate the given node.Methods in org.exoplatform.documents.service that return types with arguments of type AbstractNode Modifier and Type Method Description List<AbstractNode>DocumentFileService. getDocumentItems(FileListingType listingType, DocumentNodeFilter filter, int offset, int limit, long userIdentityId)Retrieves a list of accessible folders and/or files, for a selected user, by applying the designated filter.List<AbstractNode>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 AbstractNode Modifier and Type Method Description AbstractNodeDocumentFileStorage. duplicateDocument(long ownerId, String fileId, org.exoplatform.services.security.Identity aclIdentity)Duplicate the given node.Methods in org.exoplatform.documents.storage that return types with arguments of type AbstractNode Modifier and Type Method Description List<AbstractNode>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.
-