public static final class ContentStoreCleaner.DeleteFailureAction
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static ContentStoreCleaner.DeleteFailureAction |
IGNORE
Failure to clean up a binary is logged, but the URL is discarded for good i.e.
|
static ContentStoreCleaner.DeleteFailureAction |
KEEP_URL
Failure to clean up the binary is logged and then a URL record is created with a
orphan time of 0; there will be no further attempts to delete the URL binary, but
the record will also not be destroyed.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentStoreCleaner.DeleteFailureAction |
valueOf(java.lang.String name) |
static ContentStoreCleaner.DeleteFailureAction[] |
values() |
public static final ContentStoreCleaner.DeleteFailureAction IGNORE
public static final ContentStoreCleaner.DeleteFailureAction KEEP_URL
public static ContentStoreCleaner.DeleteFailureAction[] values()
public static ContentStoreCleaner.DeleteFailureAction valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.