Uses of Class
org.alfresco.rest.model.RestArchiveContentRequestModel
Packages that use RestArchiveContentRequestModel
-
Uses of RestArchiveContentRequestModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestArchiveContentRequestModel -
Uses of RestArchiveContentRequestModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests with parameters of type RestArchiveContentRequestModelModifier and TypeMethodDescriptionContentStorageInformation.requestArchiveContent(String nodeId, String contentPropName, RestArchiveContentRequestModel archiveContentRequest) Send content to archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive"ContentStorageInformation.requestArchiveContent(RestArchiveContentRequestModel archiveContentRequest) Send content to archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive"ContentStorageInformation.requestArchiveVersionContent(String nodeId, String contentPropName, String versionId, RestArchiveContentRequestModel archiveContentRequest) Send version content to archive using POST call on "nodes/{nodeId}/versions/{versionId}/storage-info/{contentPropName}/archive"ContentStorageInformation.requestArchiveVersionContent(RestArchiveContentRequestModel archiveContentRequest) Send version content to archive using POST call on "nodes/{nodeId}/versions/{versionId}/storage-info/{contentPropName}/archive"