Class RuleServiceImpl.ExecutedRuleData

java.lang.Object
org.alfresco.repo.rule.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 Details

    • actionableNodeRef

      protected NodeRef actionableNodeRef
    • rule

      protected Rule rule
  • Constructor Details

    • ExecutedRuleData

      public ExecutedRuleData(NodeRef actionableNodeRef, Rule rule)
  • Method Details

    • getActionableNodeRef

      public NodeRef getActionableNodeRef()
    • getRule

      public Rule getRule()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object