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 booleanContentStorageInformation. requestArchiveContent(NodeRef nodeRef, String contentPropName, ArchiveContentRequest archiveContentRequest) -
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 booleanContentStorageInformationImpl. requestArchiveContent(NodeRef nodeRef, String contentPropName, ArchiveContentRequest archiveContentRequest) -
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 voidNodeStorageInfoRelation. requestArchiveContent(String nodeId, String contentPropName, ArchiveContentRequest archiveContentRequest, Parameters parameters, WithResponse withResponse)voidNodeVersionsStorageInfoRelation. requestArchiveContent(String nodeId, String versionId, ArchiveContentRequest archiveContentRequest, Parameters parameters, WithResponse withResponse)
-