Uses of Class
org.alfresco.rest.requests.ContentStorageInformation
-
Packages that use ContentStorageInformation Package Description org.alfresco.rest.requests org.alfresco.rest.requests.coreAPI -
-
Uses of ContentStorageInformation in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return ContentStorageInformation Modifier and Type Method Description ContentStorageInformationNode. usingStorageInfo(java.lang.String contentPropName)ContentStorageInformationNode. usingVersionStorageInfo(java.lang.String contentPropName, java.lang.String versionId)ContentStorageInformationContentStorageInformation. withContentPropName(java.lang.String contentPropName)ContentStorageInformationContentStorageInformation. withNodeId(java.lang.String nodeId)ContentStorageInformationContentStorageInformation. withVersionId(java.lang.String versionId) -
Uses of ContentStorageInformation in org.alfresco.rest.requests.coreAPI
Methods in org.alfresco.rest.requests.coreAPI that return ContentStorageInformation Modifier and Type Method Description ContentStorageInformationRestCoreAPI. usingStorageInfo()
-