Uses of Class
org.exoplatform.documents.rest.model.AbstractNodeEntity
Packages that use AbstractNodeEntity
Package
Description
-
Uses of AbstractNodeEntity in org.exoplatform.documents.rest
Method parameters in org.exoplatform.documents.rest with type arguments of type AbstractNodeEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseDocumentFileRest.bulkDeleteDocuments(int actionId, List<AbstractNodeEntity> documents) javax.ws.rs.core.ResponseDocumentFileRest.downloadDocuments(int actionId, List<AbstractNodeEntity> documents) javax.ws.rs.core.ResponseDocumentFileRest.moveDocuments(int actionId, Long ownerId, List<AbstractNodeEntity> documents, String destPath) -
Uses of AbstractNodeEntity in org.exoplatform.documents.rest.model
Subclasses of AbstractNodeEntity in org.exoplatform.documents.rest.model -
Uses of AbstractNodeEntity in org.exoplatform.documents.rest.util
Methods in org.exoplatform.documents.rest.util that return AbstractNodeEntityModifier and TypeMethodDescriptionstatic AbstractNodeEntityEntityBuilder.toDocumentItemEntity(org.exoplatform.documents.service.DocumentFileService documentFileService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.documents.service.PublicDocumentAccessService publicDocumentAccessService, org.exoplatform.documents.model.AbstractNode document, String expand, long authenticatedUserId) Methods in org.exoplatform.documents.rest.util that return types with arguments of type AbstractNodeEntityModifier and TypeMethodDescriptionstatic List<AbstractNodeEntity> EntityBuilder.toDocumentItemEntities(org.exoplatform.documents.service.DocumentFileService documentFileService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.documents.service.PublicDocumentAccessService publicDocumentAccessService, List<org.exoplatform.documents.model.AbstractNode> documents, String expand, long authenticatedUserId) Methods in org.exoplatform.documents.rest.util with parameters of type AbstractNodeEntityModifier and TypeMethodDescriptionstatic org.exoplatform.documents.model.AbstractNodeEntityBuilder.toAbstractNode(AbstractNodeEntity document) static org.exoplatform.documents.model.NodePermissionEntityBuilder.toNodePermission(AbstractNodeEntity node, org.exoplatform.documents.service.DocumentFileService documentFileService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager) Method parameters in org.exoplatform.documents.rest.util with type arguments of type AbstractNodeEntityModifier and TypeMethodDescriptionstatic List<org.exoplatform.documents.model.AbstractNode> EntityBuilder.toAbstractNodes(List<AbstractNodeEntity> documents)