Class ErrorProneActionExecutor

    • Constructor Detail

      • ErrorProneActionExecutor

        public ErrorProneActionExecutor()
    • Method Detail

      • getNumSuccess

        public int getNumSuccess()
      • getNumFailed

        public int getNumFailed()
      • executeImpl

        protected void executeImpl​(Action ruleAction,
                                   org.alfresco.service.cmr.repository.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
      • setTestMode

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

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