Package | Description |
---|---|
org.alfresco.repo.copy |
Modifier and Type | Method and Description |
---|---|
CopyBehaviourCallback.ChildAssocCopyAction |
DoNothingCopyBehaviourCallback.getChildAssociationCopyAction(org.alfresco.service.namespace.QName classQName,
CopyDetails copyDetails,
CopyBehaviourCallback.CopyChildAssociationDetails childAssocCopyDetails) |
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 |
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.
|
static CopyBehaviourCallback.ChildAssocCopyAction |
CopyBehaviourCallback.ChildAssocCopyAction.valueOf(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.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.