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 booleanContentStorageInformation. 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 booleanContentStorageInformationImpl. 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 voidNodeStorageInfoRelation. requestRestoreContentFromArchive(String nodeId, String contentPropName, RestoreArchivedContentRequest restoreArchivedContentRequest, Parameters parameters, WithResponse withResponse)voidNodeVersionsStorageInfoRelation. requestRestoreContentFromArchive(String nodeId, String versionId, RestoreArchivedContentRequest restoreArchivedContentRequest, Parameters parameters, WithResponse withResponse)
-