public static final class CopyBehaviourCallback.AssocCopyTargetAction
extends java.lang.Enum
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
static CopyBehaviourCallback.AssocCopyTargetAction |
USE_COPIED_OTHERWISE_ORIGINAL_TARGET
The copied association will use, as target, the node copied from the
original target; if the original association's target is not copied
in the original target is used.
|
static CopyBehaviourCallback.AssocCopyTargetAction |
USE_COPIED_TARGET
The copied association will use, as target, the node copied from the
original target; if the original association's target is not copied
in the process, then nothing is done.
|
static CopyBehaviourCallback.AssocCopyTargetAction |
USE_ORIGINAL_TARGET
The copied association will use, as target, the original association's target
i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static CopyBehaviourCallback.AssocCopyTargetAction |
valueOf(java.lang.String name) |
static CopyBehaviourCallback.AssocCopyTargetAction[] |
values() |
public static final CopyBehaviourCallback.AssocCopyTargetAction USE_ORIGINAL_TARGET
public static final CopyBehaviourCallback.AssocCopyTargetAction USE_COPIED_TARGET
public static final CopyBehaviourCallback.AssocCopyTargetAction USE_COPIED_OTHERWISE_ORIGINAL_TARGET
public static CopyBehaviourCallback.AssocCopyTargetAction[] values()
public static CopyBehaviourCallback.AssocCopyTargetAction valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.