org.alfresco.repo.rule
Class RuleServiceImpl.ExecutedRuleData
java.lang.Object
org.alfresco.repo.rule.RuleServiceImpl.ExecutedRuleData
- Enclosing class:
- RuleServiceImpl
public class RuleServiceImpl.ExecutedRuleData
- extends java.lang.Object
Helper class to contain the information about a rule that is executed
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
actionableNodeRef
protected org.alfresco.service.cmr.repository.NodeRef actionableNodeRef
rule
protected Rule rule
RuleServiceImpl.ExecutedRuleData
public RuleServiceImpl.ExecutedRuleData(org.alfresco.service.cmr.repository.NodeRef actionableNodeRef,
Rule rule)
getActionableNodeRef
public org.alfresco.service.cmr.repository.NodeRef getActionableNodeRef()
getRule
public Rule getRule()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.