Uses of Interface
org.alfresco.repo.copy.CopyBehaviourCallback
Packages that use CopyBehaviourCallback
Package
Description
The implementation of the Alfresco Imap Server
Provides the implementation of the transfer service which can be used to
transfer nodes from one repository to another.
-
Uses of CopyBehaviourCallback in org.alfresco.email.server
Classes in org.alfresco.email.server that implement CopyBehaviourCallbackMethods in org.alfresco.email.server that return CopyBehaviourCallbackModifier and TypeMethodDescriptionAliasableAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) -
Uses of CopyBehaviourCallback in org.alfresco.repo.action
Methods in org.alfresco.repo.action that return CopyBehaviourCallbackModifier and TypeMethodDescriptionActionsAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) ActionServiceImpl.getCopyCallback(QName classRef, CopyDetails copyDetails) -
Uses of CopyBehaviourCallback in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci that return CopyBehaviourCallbackModifier and TypeMethodDescriptionCheckedOutAspect.getCallbackForCheckedOutAspect(QName classRef, CopyDetails copyDetails) Callback behaviour retrieval for the 'checkedOut' aspect.WorkingCopyAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) -
Uses of CopyBehaviourCallback in org.alfresco.repo.copy
Classes in org.alfresco.repo.copy that implement CopyBehaviourCallbackModifier and TypeClassDescriptionclassAbstract implementation to allow for easier migration if the interface changes.classHandles compound behavioural callbacks for the same dictionary class (type or aspect).classThe default behaviour that a type of aspect implements if there is no associated <behaviour.classSimple copy behaviour to prevent any copying.Methods in org.alfresco.repo.copy that return CopyBehaviourCallbackModifier and TypeMethodDescriptionCopyServiceImpl.getCallbackForCopiedFromAspect(QName classRef, CopyDetails copyDetails) Callback behaviour retrieval for the 'copiedfrom' aspect.CopyServiceImpl.getCallbackForFolderType(QName classRef, CopyDetails copyDetails) Callback behaviour retrieval forContentModel.TYPE_FOLDERaspect.CopyServiceImpl.getCallbackForOwnableAspect(QName classRef, CopyDetails copyDetails) Callback behaviour retrieval for the 'ownable' aspect.CopyServicePolicies.OnCopyNodePolicy.getCopyCallback(QName classRef, CopyDetails copyDetails) Called for all types and aspects before copying a node.static CopyBehaviourCallbackDefaultCopyBehaviourCallback.getInstance()static CopyBehaviourCallbackDoNothingCopyBehaviourCallback.getInstance()Methods in org.alfresco.repo.copy with parameters of type CopyBehaviourCallbackModifier and TypeMethodDescriptionvoidCompoundCopyBehaviourCallback.addBehaviour(CopyBehaviourCallback callback) -
Uses of CopyBehaviourCallback in org.alfresco.repo.forum
Methods in org.alfresco.repo.forum that return CopyBehaviourCallbackModifier and TypeMethodDescriptionCommentsRollupAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) DiscussableAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) -
Uses of CopyBehaviourCallback in org.alfresco.repo.imap
Methods in org.alfresco.repo.imap that return CopyBehaviourCallbackModifier and TypeMethodDescriptionImapContentPolicy.getCopyCallback(QName classRef, CopyDetails copyDetails) -
Uses of CopyBehaviourCallback in org.alfresco.repo.lock
Methods in org.alfresco.repo.lock that return CopyBehaviourCallbackModifier and TypeMethodDescriptionLockServiceImpl.getCopyCallback(QName classRef, CopyDetails copyDetails) -
Uses of CopyBehaviourCallback in org.alfresco.repo.model.ml
Methods in org.alfresco.repo.model.ml that return CopyBehaviourCallbackModifier and TypeMethodDescriptionEmptyTranslationAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) MultilingualDocumentAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) The copy of a cm:mlDocument can't keep the Multilingual aspect. -
Uses of CopyBehaviourCallback in org.alfresco.repo.node
Methods in org.alfresco.repo.node that return CopyBehaviourCallbackModifier and TypeMethodDescriptionPendingDeleteAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) ReferenceableAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) TemporaryAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) Thesys:temporaryaspect is only copied if the copy is clean i.e.UndeletableAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) -
Uses of CopyBehaviourCallback in org.alfresco.repo.ownable.impl
Methods in org.alfresco.repo.ownable.impl that return CopyBehaviourCallbackModifier and TypeMethodDescriptionOwnableServiceImpl.onCopyNode(QName classRef, CopyDetails copyDetails) When an owned or audited node is copied, control which properties go over, and which are re-created -
Uses of CopyBehaviourCallback in org.alfresco.repo.rating
Methods in org.alfresco.repo.rating that return CopyBehaviourCallbackModifier and TypeMethodDescriptionRateableAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) RatingsRelatedAspectBehaviours.getCopyCallback(QName classRef, CopyDetails copyDetails) -
Uses of CopyBehaviourCallback in org.alfresco.repo.rendition
Methods in org.alfresco.repo.rendition that return CopyBehaviourCallbackModifier and TypeMethodDescriptionRenditionedAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) Deprecated. -
Uses of CopyBehaviourCallback in org.alfresco.repo.rule
Methods in org.alfresco.repo.rule that return CopyBehaviourCallbackModifier and TypeMethodDescriptionRulesAspect.getCopyCallback(QName classRef, CopyDetails copyDetails) -
Uses of CopyBehaviourCallback in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail that return CopyBehaviourCallbackModifier and TypeMethodDescriptionThumbnailServiceImpl.getCopyCallback(QName classRef, CopyDetails copyDetails) Deprecated.See init - eg. -
Uses of CopyBehaviourCallback in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return CopyBehaviourCallbackModifier and TypeMethodDescriptionRepoTransferReceiverImpl.onCopyAlien(QName classRef, CopyDetails copyDetails) When an alien node is copied, don't copy the alien aspect.RepoTransferReceiverImpl.onCopyTransferred(QName classRef, CopyDetails copyDetails) When a transferred node is copied, don't copy the transferred aspect. -
Uses of CopyBehaviourCallback in org.alfresco.repo.version
Methods in org.alfresco.repo.version that return CopyBehaviourCallbackModifier and TypeMethodDescriptionVersionableAspect.getCopyCallback(QName classRef, CopyDetails copyDetails)