CopyBehaviourCallback.ChildAssocRecurseAction |
AbstractCopyBehaviourCallback.getChildAssociationRecurseAction(org.alfresco.service.namespace.QName classQName,
CopyDetails copyDetails,
CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) |
|
CopyBehaviourCallback.ChildAssocRecurseAction |
CompoundCopyBehaviourCallback.getChildAssociationRecurseAction(org.alfresco.service.namespace.QName classQName,
CopyDetails copyDetails,
CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) |
Uses the ChildAssocRecurseAction ordering to drive recursive copy behaviour.
|
CopyBehaviourCallback.ChildAssocRecurseAction |
CopyBehaviourCallback.getChildAssociationRecurseAction(org.alfresco.service.namespace.QName classQName,
CopyDetails copyDetails,
CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) |
Once the child association copy action has been chosen, the policy callback can
dictate whether or not to force further recursion.
|
static CopyBehaviourCallback.ChildAssocRecurseAction |
CopyBehaviourCallback.ChildAssocRecurseAction.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CopyBehaviourCallback.ChildAssocRecurseAction[] |
CopyBehaviourCallback.ChildAssocRecurseAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|