CopyBehaviourCallback.ChildAssocCopyAction |
CompoundCopyBehaviourCallback.getChildAssociationCopyAction(org.alfresco.service.namespace.QName classQName,
CopyDetails copyDetails,
CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) |
Uses the ChildAssocCopyAction ordering to drive priority i.e.
|
CopyBehaviourCallback.ChildAssocCopyAction |
CopyBehaviourCallback.getChildAssociationCopyAction(org.alfresco.service.namespace.QName classQName,
CopyDetails copyDetails,
CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) |
Determine if a copy should copy the child, the association only or do nothing with
the given association.
|
CopyBehaviourCallback.ChildAssocCopyAction |
DefaultCopyBehaviourCallback.getChildAssociationCopyAction(org.alfresco.service.namespace.QName classQName,
CopyDetails copyDetails,
CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) |
Default behaviour: Cascade if we are copying children AND the association is primary
|
CopyBehaviourCallback.ChildAssocCopyAction |
DoNothingCopyBehaviourCallback.getChildAssociationCopyAction(org.alfresco.service.namespace.QName classQName,
CopyDetails copyDetails,
CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) |
|
static CopyBehaviourCallback.ChildAssocCopyAction |
CopyBehaviourCallback.ChildAssocCopyAction.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CopyBehaviourCallback.ChildAssocCopyAction[] |
CopyBehaviourCallback.ChildAssocCopyAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|