Uses of Class
org.exoplatform.documents.rest.model.AbstractNodeEntity
Packages that use AbstractNodeEntity
-
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.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, 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.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)