|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
org.alfresco.repo.node.archive.RestoreNodeReport.RestoreStatus
public static class RestoreNodeReport.RestoreStatus
Represents the state of a restore process.
Field Summary | |
---|---|
static RestoreNodeReport.RestoreStatus |
FAILURE_INTEGRITY
there was an integrity failure after the node was restored |
static RestoreNodeReport.RestoreStatus |
FAILURE_INVALID_ARCHIVE_NODE
the node to restore was missing |
static RestoreNodeReport.RestoreStatus |
FAILURE_INVALID_PARENT
the destination parent of the restore operation was missing |
static RestoreNodeReport.RestoreStatus |
FAILURE_OTHER
the problem was not well-recognized |
static RestoreNodeReport.RestoreStatus |
FAILURE_PERMISSION
the permissions required for either reading or writing were invalid |
static RestoreNodeReport.RestoreStatus |
SUCCESS
the operation was a success |
Method Summary | |
---|---|
boolean |
isSuccess()
|
static RestoreNodeReport.RestoreStatus |
valueOf(java.lang.String name)
|
static RestoreNodeReport.RestoreStatus[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RestoreNodeReport.RestoreStatus SUCCESS
public static final RestoreNodeReport.RestoreStatus FAILURE_INVALID_ARCHIVE_NODE
public static final RestoreNodeReport.RestoreStatus FAILURE_INVALID_PARENT
public static final RestoreNodeReport.RestoreStatus FAILURE_PERMISSION
public static final RestoreNodeReport.RestoreStatus FAILURE_INTEGRITY
public static final RestoreNodeReport.RestoreStatus FAILURE_OTHER
Method Detail |
---|
public static RestoreNodeReport.RestoreStatus[] values()
public static RestoreNodeReport.RestoreStatus valueOf(java.lang.String name)
public boolean isSuccess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |