Uses of Enum Class
org.alfresco.repo.copy.CopyBehaviourCallback.ChildAssocCopyAction
Packages that use CopyBehaviourCallback.ChildAssocCopyAction
-
Uses of CopyBehaviourCallback.ChildAssocCopyAction in org.alfresco.repo.copy
Methods in org.alfresco.repo.copy that return CopyBehaviourCallback.ChildAssocCopyActionModifier and TypeMethodDescriptionCompoundCopyBehaviourCallback.getChildAssociationCopyAction(QName classQName, CopyDetails copyDetails, CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) Uses the ChildAssocCopyAction ordering to drive priority i.e. a vote to copy will override a vote NOT to copy.CopyBehaviourCallback.getChildAssociationCopyAction(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.DefaultCopyBehaviourCallback.getChildAssociationCopyAction(QName classQName, CopyDetails copyDetails, CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) Default behaviour: Cascade if we are copying children AND the association is primaryDoNothingCopyBehaviourCallback.getChildAssociationCopyAction(QName classQName, CopyDetails copyDetails, CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) Returns the enum constant of this class with the specified name.CopyBehaviourCallback.ChildAssocCopyAction.values()Returns an array containing the constants of this enum class, in the order they are declared.