Enum Class CopyBehaviourCallback.ChildAssocCopyAction

java.lang.Object
java.lang.Enum<CopyBehaviourCallback.ChildAssocCopyAction>
org.alfresco.repo.copy.CopyBehaviourCallback.ChildAssocCopyAction
All Implemented Interfaces:
Serializable, Comparable<CopyBehaviourCallback.ChildAssocCopyAction>, Constable
Enclosing interface:
CopyBehaviourCallback

public static enum CopyBehaviourCallback.ChildAssocCopyAction extends Enum<CopyBehaviourCallback.ChildAssocCopyAction> implements Comparable<CopyBehaviourCallback.ChildAssocCopyAction>
Description of how the copy process should traverse a child association. The order of this enum denotes the priority when mixing behaviour as well; that is to say that a 'forced recursion' will occur even if an 'ignore' is also provided by the registered behaviour callbacks.
Since:
3.2
Author:
Derek Hulley