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 class
ContentRestoreParams
Enumeration with values for archive-restore parameter keys.class
ObjectStorageProps
Enumeration 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 boolean
ContentStore. requestRestoreContentFromArchive(String contentUrl, Map<String,Serializable> restoreParams)
Submit a request to restore content from archive (offline) state.default boolean
ContentStore. 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 class
ArchivedIOException
Unable to access as content is in an Archived state.class
RestoreInProgressException
Content Restoration in progress
-