Class ErrorProneActionExecutor

All Implemented Interfaces:
ActionExecuter, LoggingAwareExecuter, TestModeable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class ErrorProneActionExecutor extends ActionExecuterAbstractBase implements org.springframework.beans.factory.InitializingBean, TestModeable
  • Field Details

  • Constructor Details

    • ErrorProneActionExecutor

      public ErrorProneActionExecutor()
  • Method Details

    • getNumSuccess

      public int getNumSuccess()
    • getNumFailed

      public int getNumFailed()
    • executeImpl

      protected void executeImpl(Action ruleAction, NodeRef actionedUponNodeRef)
      Send an email message
      Specified by:
      executeImpl in class ActionExecuterAbstractBase
      Parameters:
      ruleAction - the action
      actionedUponNodeRef - the actioned upon node
      Throws:
      org.alfresco.error.AlfrescoRuntimeException
    • addParameterDefinitions

      protected void addParameterDefinitions(List<ParameterDefinition> paramList)
      Add the parameter definitions
      Specified by:
      addParameterDefinitions in class ParameterizedItemAbstractBase
      Parameters:
      paramList - the parameter definitions list
    • isTestMode

      public boolean isTestMode()
      Specified by:
      isTestMode in interface TestModeable
    • setTestMode

      public void setTestMode(boolean testMode)
      Specified by:
      setTestMode in interface TestModeable
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception