Uses of Class
org.exoplatform.documents.rest.model.AbstractNodeEntity
-
Packages that use AbstractNodeEntity Package Description org.exoplatform.documents.rest.model org.exoplatform.documents.rest.util -
-
Uses of AbstractNodeEntity in org.exoplatform.documents.rest.model
Subclasses of AbstractNodeEntity in org.exoplatform.documents.rest.model Modifier and Type Class Description classFileNodeEntityclassFolderNodeEntity -
Uses of AbstractNodeEntity in org.exoplatform.documents.rest.util
Methods in org.exoplatform.documents.rest.util that return AbstractNodeEntity Modifier and Type Method Description static 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 AbstractNodeEntity Modifier and Type Method Description static 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 AbstractNodeEntity Modifier and Type Method Description 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)
-