Interface | Description |
---|---|
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 | Description |
---|---|
AbstractBaseCopyService |
This is a base class for all the copy services.
|
AbstractBaseCopyService.AssociationCopyInfo |
Simple container for storing data required to copy a node, including the parent association that will be copied along with
the new path part of the association that will be created by the copy.
|
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.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.
|
DefaultCopyBehaviourCallback |
The default behaviour that a type of aspect implements if there is no associated
<
behaviour . |
DoNothingCopyBehaviourCallback |
Simple copy behaviour to prevent any copying.
|
Enum | Description |
---|---|
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.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.