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(NodeRef nodeRef, String contentPropName, RestoreArchivedContentRequest restoreArchivedContentRequest)
-
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(NodeRef nodeRef, String contentPropName, RestoreArchivedContentRequest restoreArchivedContentRequest)
-
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)
void
NodeVersionsStorageInfoRelation. requestRestoreContentFromArchive(String nodeId, String versionId, RestoreArchivedContentRequest restoreArchivedContentRequest, Parameters parameters, WithResponse withResponse)
-