Class RuleServiceImpl.ExecutedRuleData

  • Enclosing class:
    RuleServiceImpl

    public class RuleServiceImpl.ExecutedRuleData
    extends Object
    Helper class to contain the information about a rule that is executed
    Author:
    Roy Wetherall
    • Field Detail

      • actionableNodeRef

        protected org.alfresco.service.cmr.repository.NodeRef actionableNodeRef
      • rule

        protected Rule rule
    • Constructor Detail

      • ExecutedRuleData

        public ExecutedRuleData​(org.alfresco.service.cmr.repository.NodeRef actionableNodeRef,
                                Rule rule)
    • Method Detail

      • getActionableNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getActionableNodeRef()
      • getRule

        public Rule getRule()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object