Package org.alfresco.repo.forum
Class CommentsRollupAspect
java.lang.Object
org.alfresco.repo.forum.CommentsRollupAspect
- All Implemented Interfaces:
CopyServicePolicies.OnCopyNodePolicy,ClassPolicy,Policy
comments rollup aspect behaviour bean.
This aspect should not be copied.- Since:
- 4.0
- Author:
- Neil Mc Erlean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields inherited from interface org.alfresco.repo.copy.CopyServicePolicies.OnCopyNodePolicy
ARG_0, ARG_1, QNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCopyCallback(QName classRef, CopyDetails copyDetails) Called for all types and aspects before copying a node.voidinit()Initialise methodvoidsetPolicyComponent(PolicyComponent policyComponent) Set the policy component
-
Constructor Details
-
CommentsRollupAspect
public CommentsRollupAspect()
-
-
Method Details
-
setPolicyComponent
Set the policy component- Parameters:
policyComponent- policy component
-
init
public void init()Initialise method -
getCopyCallback
Description copied from interface:CopyServicePolicies.OnCopyNodePolicyCalled for all types and aspects before copying a node.- Specified by:
getCopyCallbackin interfaceCopyServicePolicies.OnCopyNodePolicy- Parameters:
classRef- the type or aspect qualified namecopyDetails- the details of the impending copy- Returns:
- Returns CopyBehaviourCallback
- See Also:
-