public static class RestoreNodeReport.RestoreStatus
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static RestoreNodeReport.RestoreStatus |
FAILURE_DUPLICATE_CHILD_NODE_NAME
duplicate child name not allowed
|
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
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuccess() |
static RestoreNodeReport.RestoreStatus |
valueOf(java.lang.String name) |
static RestoreNodeReport.RestoreStatus[] |
values() |
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_DUPLICATE_CHILD_NODE_NAME
public static final RestoreNodeReport.RestoreStatus FAILURE_OTHER
public static RestoreNodeReport.RestoreStatus[] values()
public static RestoreNodeReport.RestoreStatus valueOf(java.lang.String name)
public boolean isSuccess()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.