org.kuali.rice.kim.rule.event.ui
Class AddDelegationEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.rice.kim.rule.event.ui.AddDelegationEvent
- All Implemented Interfaces:
- KualiDocumentEvent
public class AddDelegationEvent
- extends KualiDocumentEventBase
This is a description of what this class does - shyu don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
AddDelegationEvent
public AddDelegationEvent(String errorPathPrefix,
IdentityManagementRoleDocument document)
AddDelegationEvent
public AddDelegationEvent(String errorPathPrefix,
Document document,
RoleDocumentDelegation delegation)
getRuleInterfaceClass
public Class getRuleInterfaceClass()
- Description copied from interface:
KualiDocumentEvent
- Returns the interface that classes must implement to recieve this event.
- Returns:
invokeRuleMethod
public boolean invokeRuleMethod(BusinessRule rule)
- Description copied from interface:
KualiDocumentEvent
- Invokes the event handling method on the rule object.
- Returns:
getDelegation
public RoleDocumentDelegation getDelegation()
- Returns:
- the delegation
setDelegation
public void setDelegation(RoleDocumentDelegation delegation)
- Parameters:
delegation
- the delegation to set
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.