Uses of Class
org.exoplatform.documents.rest.model.FileNodeEntity
-
Packages that use FileNodeEntity Package Description org.exoplatform.documents.rest org.exoplatform.documents.rest.util -
-
Uses of FileNodeEntity in org.exoplatform.documents.rest
Methods in org.exoplatform.documents.rest with parameters of type FileNodeEntity Modifier and Type Method Description javax.ws.rs.core.ResponseDocumentFileRest. updatePermissions(FileNodeEntity nodeEntity) -
Uses of FileNodeEntity in org.exoplatform.documents.rest.util
Methods in org.exoplatform.documents.rest.util that return FileNodeEntity Modifier and Type Method Description static FileNodeEntityEntityBuilder. toFileEntity(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.FileNode file, List<String> expandProperties, long authenticatedUserId)
-