Class BroadcastVitalRecordDefinitionAction

  • All Implemented Interfaces:
    RecordsManagementAction, RecordsManagementCustomModel, RecordsManagementModel, org.alfresco.repo.action.executer.ActionExecuter, org.alfresco.repo.action.executer.LoggingAwareExecuter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware

    public class BroadcastVitalRecordDefinitionAction
    extends RMActionExecuterAbstractBase
    Action to implement the consequences of a change to the value of the VitalRecordDefinition properties. When the VitalRecordIndicator or the reviewPeriod properties are changed on a record container, then any descendant folders or records must be updated as a consequence. Descendant folders should have their reviewPeriods and/or vitalRecordIndicators updated to match the new value. Descendant records should have their reviewAsOf date updated.
    Author:
    Neil McErlean
    • Constructor Detail

      • BroadcastVitalRecordDefinitionAction

        public BroadcastVitalRecordDefinitionAction()
    • Method Detail

      • setFilePlanService

        public void setFilePlanService​(FilePlanService filePlanService)
      • executeImpl

        protected void executeImpl​(org.alfresco.service.cmr.action.Action action,
                                   org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
        Specified by:
        executeImpl in class org.alfresco.repo.action.executer.ActionExecuterAbstractBase
        See Also:
        ActionExecuterAbstractBase.executeImpl(org.alfresco.service.cmr.action.Action, org.alfresco.service.cmr.repository.NodeRef)