public class AddGroupEvent extends DocumentEventBase
document| Constructor and Description |
|---|
AddGroupEvent(String errorPathPrefix,
Document document,
PersonDocumentGroup group) |
AddGroupEvent(String errorPathPrefix,
IdentityManagementPersonDocument document) |
| Modifier and Type | Method and Description |
|---|---|
PersonDocumentGroup |
getGroup() |
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 |
setGroup(PersonDocumentGroup group) |
getDocument, getDocumentId, validateaddFact, generateEvents, getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodName, setFacts, setName, setRuleMethodName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgenerateEvents, getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodNamepublic AddGroupEvent(String errorPathPrefix, IdentityManagementPersonDocument document)
public AddGroupEvent(String errorPathPrefix, Document document, PersonDocumentGroup group)
public Class<? extends BusinessRule> getRuleInterfaceClass()
RuleEventpublic boolean invokeRuleMethod(BusinessRule rule)
RuleEventrule - business rulepublic PersonDocumentGroup getGroup()
public void setGroup(PersonDocumentGroup group)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.