Class ApplyCustomTypeAction

  • 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 ApplyCustomTypeAction
    extends RMActionExecuterAbstractBase
    This class applies the aspect specified in the spring bean property customTypeAspect. It is used to apply one of the 4 "custom type" aspects from the DOD 5015 model.
    Author:
    Neil McErlean
    • Constructor Detail

      • ApplyCustomTypeAction

        public ApplyCustomTypeAction()
    • Method Detail

      • setCustomTypeAspect

        public void setCustomTypeAspect​(String customTypeAspect)
      • 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)
      • getParameterDefintions

        protected List<org.alfresco.service.cmr.action.ParameterDefinition> getParameterDefintions()
        Overrides:
        getParameterDefintions in class org.alfresco.repo.action.ParameterizedItemAbstractBase