Package org.alfresco.repo.rule
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 Summary
Fields Modifier and Type Field Description protected NodeRefactionableNodeRefprotected Rulerule
-
Constructor Summary
Constructors Constructor Description ExecutedRuleData(NodeRef actionableNodeRef, Rule rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)NodeRefgetActionableNodeRef()RulegetRule()inthashCode()
-