Uses of Class
org.alfresco.rest.api.model.StorageClass
-
Packages that use StorageClass Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.storageclasses -
-
Uses of StorageClass in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return types with arguments of type StorageClass Modifier and Type Method Description CollectionWithPagingInfo<StorageClass>ContentStorageClasses. getStorageClasses(Paging paging)Lists supported storage classes -
Uses of StorageClass in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return types with arguments of type StorageClass Modifier and Type Method Description CollectionWithPagingInfo<StorageClass>ContentStorageClassesImpl. getStorageClasses(Paging paging) -
Uses of StorageClass in org.alfresco.rest.api.storageclasses
Methods in org.alfresco.rest.api.storageclasses that return types with arguments of type StorageClass Modifier and Type Method Description CollectionWithPagingInfo<StorageClass>StorageClassesEntityResource. readAll(Parameters params)
-