Uses of Class
org.alfresco.repo.content.StorageClassSet
-
Packages that use StorageClassSet Package Description org.alfresco.repo.content -
-
Uses of StorageClassSet in org.alfresco.repo.content
Fields in org.alfresco.repo.content declared as StorageClassSet Modifier and Type Field Description static StorageClassSetContentStore. SCS_ARCHIVEstatic StorageClassSetContentStore. SCS_DEFAULTThe 'default' storage class A content is considered to have a default storage class if: the value is a Set.of("default") the value is an empty set the value is nullstatic StorageClassSetContentStore. SCS_WORMMethods in org.alfresco.repo.content that return StorageClassSet Modifier and Type Method Description default StorageClassSetContentStore. findStorageClasses(String contentUrl)Methods in org.alfresco.repo.content that return types with arguments of type StorageClassSet Modifier and Type Method Description default Map<StorageClassSet,Set<StorageClassSet>>ContentStore. findStorageClassesTransitions(String contentUrl)default Map<StorageClassSet,Set<StorageClassSet>>ContentStore. findStorageClassesTransitions(String contentUrl)default Map<StorageClassSet,Set<StorageClassSet>>ContentStore. getStorageClassesTransitions()default Map<StorageClassSet,Set<StorageClassSet>>ContentStore. getStorageClassesTransitions()Methods in org.alfresco.repo.content with parameters of type StorageClassSet Modifier and Type Method Description default booleanContentStore. isStorageClassesSupported(StorageClassSet storageClassSet)Checks whether or not the currentContentStoresupports the providedSetstorage classesdefault voidContentStore. updateStorageClasses(String contentUrl, StorageClassSet storageClassSet, Map<String,Object> parameters)Updates the storage class for content
-