Uses of Class
org.alfresco.rest.model.RestRestoreArchivedContentRequestModel
Packages that use RestRestoreArchivedContentRequestModel
-
Uses of RestRestoreArchivedContentRequestModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestRestoreArchivedContentRequestModel -
Uses of RestRestoreArchivedContentRequestModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests with parameters of type RestRestoreArchivedContentRequestModelModifier and TypeMethodDescriptionContentStorageInformation.requestRestoreContentFromArchive(String nodeId, String contentPropName, RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) Restore content from archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive-restore"ContentStorageInformation.requestRestoreContentFromArchive(RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) Restore content from archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive-restore"ContentStorageInformation.requestRestoreVersionContentFromArchive(String nodeId, String contentPropName, String versionId, RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) Restore version content from archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive-restore"ContentStorageInformation.requestRestoreVersionContentFromArchive(RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) Restore version content from archive using POST call on "nodes/{nodeId}/storage-info/versions/{versionId}/{contentPropName}/archive-restore"