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