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