Class VitalRecordDefinitionAspect

  • All Implemented Interfaces:
    RecordsManagementCustomModel, RecordsManagementModel, org.alfresco.repo.node.NodeServicePolicies.OnUpdatePropertiesPolicy, 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 VitalRecordDefinitionAspect
    extends BaseBehaviourBean
    implements org.alfresco.repo.node.NodeServicePolicies.OnUpdatePropertiesPolicy
    rma:ghosted behaviour bean
    Since:
    2.2
    Author:
    Roy Wetherall
    • Constructor Detail

      • VitalRecordDefinitionAspect

        public VitalRecordDefinitionAspect()
    • Method Detail

      • setRecordsManagementActionService

        public void setRecordsManagementActionService​(RecordsManagementActionService recordsManagementActionService)
        Parameters:
        recordsManagementActionService - records management action service
      • onUpdateProperties

        public void onUpdateProperties​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                       Map<org.alfresco.service.namespace.QName,​Serializable> before,
                                       Map<org.alfresco.service.namespace.QName,​Serializable> after)
        Specified by:
        onUpdateProperties in interface org.alfresco.repo.node.NodeServicePolicies.OnUpdatePropertiesPolicy
        See Also:
        NodeServicePolicies.OnUpdatePropertiesPolicy.onUpdateProperties(org.alfresco.service.cmr.repository.NodeRef, java.util.Map, java.util.Map)