Uses of Class
org.exoplatform.documents.rest.model.TrashElementEntity
Packages that use TrashElementEntity
-
Uses of TrashElementEntity in org.exoplatform.documents.rest
Method parameters in org.exoplatform.documents.rest with type arguments of type TrashElementEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseDocumentFileRest.deleteDocumentsPermanently(int actionId, List<TrashElementEntity> documents) javax.ws.rs.core.ResponseDocumentFileRest.restoreDocuments(int actionId, List<TrashElementEntity> documents) -
Uses of TrashElementEntity in org.exoplatform.documents.rest.util
Methods in org.exoplatform.documents.rest.util that return TrashElementEntityModifier and TypeMethodDescriptionstatic TrashElementEntityEntityBuilder.toTrashElement(org.exoplatform.documents.model.TrashElementNode trashElementNode) Method parameters in org.exoplatform.documents.rest.util with type arguments of type TrashElementEntityModifier and TypeMethodDescriptionstatic List<org.exoplatform.documents.model.AbstractNode> EntityBuilder.toNodesFromTrashEntities(List<TrashElementEntity> trashElementEntities)