Uses of Enum Class
org.alfresco.repo.content.cleanup.ContentStoreCleaner.DeleteFailureAction
Packages that use ContentStoreCleaner.DeleteFailureAction
-
Uses of ContentStoreCleaner.DeleteFailureAction in org.alfresco.repo.content.cleanup
Methods in org.alfresco.repo.content.cleanup that return ContentStoreCleaner.DeleteFailureActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ContentStoreCleaner.DeleteFailureAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.content.cleanup with parameters of type ContentStoreCleaner.DeleteFailureActionModifier and TypeMethodDescriptionvoidContentStoreCleaner.setDeletionFailureAction(ContentStoreCleaner.DeleteFailureAction deletionFailureAction) Set the action to take in the event that an orphaned binary failed to get deleted.