public static final class VersionRevertCallback.RevertAspectAction
extends java.lang.Enum
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
static VersionRevertCallback.RevertAspectAction |
IGNORE
Ignore the aspect, do not remove it or its properties.
|
static VersionRevertCallback.RevertAspectAction |
REVERT
Revert this aspect, if it does not exist on the target version then it will be removed.
|
| Modifier and Type | Method and Description |
|---|---|
static VersionRevertCallback.RevertAspectAction |
valueOf(java.lang.String name) |
static VersionRevertCallback.RevertAspectAction[] |
values() |
public static final VersionRevertCallback.RevertAspectAction REVERT
public static final VersionRevertCallback.RevertAspectAction IGNORE
public static VersionRevertCallback.RevertAspectAction[] values()
public static VersionRevertCallback.RevertAspectAction valueOf(java.lang.String name)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.