Uses of Class
org.alfresco.service.Experimental
-
Packages that use Experimental Package Description org.alfresco.repo.content org.alfresco.service.cmr.repository -
-
Uses of Experimental in org.alfresco.repo.content
Classes in org.alfresco.repo.content with annotations of type Experimental Modifier and Type Class Description classContentRestoreParamsEnumeration with values for archive-restore parameter keys.classObjectStoragePropsEnumeration with "header" values for Alfresco derived Storage Properties Values of this enum should be used when adding Alfresco derived key-value pairs in Storage Properties map.Methods in org.alfresco.repo.content with annotations of type Experimental Modifier and Type Method Description default Map<String,String>ContentStore. getStorageProperties(String contentUrl)Gets a key-value (String-String) collection of storage headers/properties with their respective values.default booleanContentStore. requestRestoreContentFromArchive(String contentUrl, Map<String,Serializable> restoreParams)Submit a request to restore content from archive (offline) state.default booleanContentStore. requestSendContentToArchive(String contentUrl, Map<String,Serializable> archiveParams)Submit a request to send content to archive (offline) state. -
Uses of Experimental in org.alfresco.service.cmr.repository
Classes in org.alfresco.service.cmr.repository with annotations of type Experimental Modifier and Type Class Description classArchivedIOExceptionUnable to access as content is in an Archived state.classRestoreInProgressExceptionContent Restoration in progress
-