Uses of Class
org.alfresco.rest.api.model.RestoreArchivedContentRequest
-
Packages that use RestoreArchivedContentRequest Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.nodes -
-
Uses of RestoreArchivedContentRequest in org.alfresco.rest.api
Methods in org.alfresco.rest.api with parameters of type RestoreArchivedContentRequest Modifier and Type Method Description boolean
ContentStorageInformation. requestRestoreContentFromArchive(String nodeId, String contentPropName, RestoreArchivedContentRequest restoreArchivedContentRequest)
Note: Currently marked as experimental and subject to change. -
Uses of RestoreArchivedContentRequest in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl with parameters of type RestoreArchivedContentRequest Modifier and Type Method Description boolean
ContentStorageInformationImpl. requestRestoreContentFromArchive(String nodeId, String contentPropName, RestoreArchivedContentRequest restoreArchivedContentRequest)
Note: Currently marked as experimental and subject to change. -
Uses of RestoreArchivedContentRequest in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with parameters of type RestoreArchivedContentRequest Modifier and Type Method Description void
NodeStorageInfoRelation. requestRestoreContentFromArchive(String nodeId, String contentPropName, RestoreArchivedContentRequest restoreArchivedContentRequest, Parameters parameters, WithResponse withResponse)
-