public class AddDelegationEvent extends KualiDocumentEventBase
document| Constructor and Description | 
|---|
| AddDelegationEvent(String errorPathPrefix,
                                    Document document,
                                    RoleDocumentDelegation delegation) | 
| AddDelegationEvent(String errorPathPrefix,
                                    IdentityManagementRoleDocument document) | 
| Modifier and Type | Method and Description | 
|---|---|
| RoleDocumentDelegation | getDelegation() | 
| Class<? extends BusinessRule> | getRuleInterfaceClass()Returns the interface that classes must implement to receive this event. | 
| boolean | invokeRuleMethod(BusinessRule rule)Invokes the event handling method on the rule object. | 
| void | setDelegation(RoleDocumentDelegation delegation) | 
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validatepublic AddDelegationEvent(String errorPathPrefix, IdentityManagementRoleDocument document)
public AddDelegationEvent(String errorPathPrefix, Document document, RoleDocumentDelegation delegation)
public Class<? extends BusinessRule> getRuleInterfaceClass()
KualiDocumentEventpublic boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEventpublic RoleDocumentDelegation getDelegation()
public void setDelegation(RoleDocumentDelegation delegation)
delegation - the delegation to setCopyright © 2005-2012 The Kuali Foundation. All Rights Reserved.