Package org.alfresco.repo.copy

Interface Summary
CopyBehaviourCallback A callback to modify copy behaviour associated with a given type or aspect.
CopyServicePolicies Policies for the CopyService.
CopyServicePolicies.BeforeCopyPolicy The intermediate copy callback, which occurs once it has been decided which properties and aspects will be copied, but before the copy occurs.
CopyServicePolicies.OnCopyCompletePolicy Final callback after the copy (including any cascading) has been completed.
CopyServicePolicies.OnCopyNodePolicy Policy invoked when a node is copied.
 

Class Summary
AbstractCopyBehaviourCallback Abstract implementation to allow for easier migration if the interface changes.
CompoundCopyBehaviourCallback Handles compound behavioural callbacks for the same dictionary class (type or aspect).
CopyBehaviourCallback.AssocCopySourceAction Description of how the copy process should handle multiplicity of peer associations at the source end of the association.
The order of this enum denotes the priority when mixing behaviour as well; that is to say that a 'ignore' behaviour will occur even if an 'copy' is also provided by the registered behaviour callbacks.
CopyBehaviourCallback.AssocCopyTargetAction Description of how the copy process should handle multiplicity of peer associations at the target end of the association.
The order of this enum denotes the priority when mixing behaviour as well; that is to say that a 'ignore' behaviour will occur even if an 'copy' is also provided by the registered behaviour callbacks.
CopyBehaviourCallback.ChildAssocCopyAction Description of how the copy process should traverse a child association.
CopyBehaviourCallback.ChildAssocRecurseAction Description of how the copy process should behave when copying an association.
CopyBehaviourCallback.CopyAssociationDetails A simple bean class to convey information to the callback methods dealing with copying of associations.
CopyBehaviourCallback.CopyChildAssociationDetails A simple bean class to convey information to the callback methods dealing with copying of child associations.
CopyDetails Simple Java bean that contains the details of a copy process underway.
CopyServiceImpl Service implementation of copy operations.
CopyServiceImplTest Unit tests for copy service
CrossRepositoryCopyServiceImpl Cross Repository Copying.
DefaultCopyBehaviourCallback The default behaviour that a type of aspect implements if there is no associated <behaviour.
DoNothingCopyBehaviourCallback Simple copy behaviour to prevent any copying.
 



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.