public class SendAdHocRequestsEvent extends KualiDocumentEventBase
document
Constructor and Description |
---|
SendAdHocRequestsEvent(Document document)
Constructs a SaveDocumentEvent with the given document
|
SendAdHocRequestsEvent(String errorPathPrefix,
Document document) |
SendAdHocRequestsEvent(String description,
String errorPathPrefix,
Document document) |
Modifier and Type | Method and Description |
---|---|
List<KualiDocumentEvent> |
generateEvents()
This will return a list of events that are spawned from this event.
|
Class<? extends BusinessRule> |
getRuleInterfaceClass()
This overridden method ...
|
boolean |
invokeRuleMethod(BusinessRule rule)
Invokes the event handling method on the rule object.
|
getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
public SendAdHocRequestsEvent(String errorPathPrefix, Document document)
public SendAdHocRequestsEvent(Document document)
document
- public SendAdHocRequestsEvent(String description, String errorPathPrefix, Document document)
public Class<? extends BusinessRule> getRuleInterfaceClass()
KualiDocumentEvent.getRuleInterfaceClass()
public boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEvent
public List<KualiDocumentEvent> generateEvents()
KualiDocumentEvent
generateEvents
in interface KualiDocumentEvent
generateEvents
in class KualiDocumentEventBase
KualiDocumentEventBase.generateEvents()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.