Class ScheduledAspect

  • All Implemented Interfaces:
    RecordsManagementCustomModel, RecordsManagementModel, org.alfresco.repo.node.NodeServicePolicies.OnAddAspectPolicy, org.alfresco.repo.policy.annotation.BehaviourRegistry, org.alfresco.repo.policy.ClassPolicy, org.alfresco.repo.policy.Policy, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class ScheduledAspect
    extends BaseBehaviourBean
    implements org.alfresco.repo.node.NodeServicePolicies.OnAddAspectPolicy
    Behaviour associated with the scheduled aspect
    Since:
    2.2
    Author:
    Roy Wetherall
    • Constructor Detail

      • ScheduledAspect

        public ScheduledAspect()
    • Method Detail

      • setDispositionService

        public void setDispositionService​(DispositionService dispositionService)
        Parameters:
        dispositionService - disposition service
      • onAddAspect

        public void onAddAspect​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                org.alfresco.service.namespace.QName aspectTypeQName)
        Specified by:
        onAddAspect in interface org.alfresco.repo.node.NodeServicePolicies.OnAddAspectPolicy
        See Also:
        NodeServicePolicies.OnAddAspectPolicy.onAddAspect(org.alfresco.service.cmr.repository.NodeRef, org.alfresco.service.namespace.QName)