public final class RouteDocumentEvent extends KualiDocumentEventBase
document
Constructor and Description |
---|
RouteDocumentEvent(Document document)
Constructs a RouteDocumentEvent with the given document
|
RouteDocumentEvent(String errorPathPrefix,
Document document)
Constructs a RouteDocumentEvent with the specified errorPathPrefix and 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()
Returns the interface that classes must implement to receive this event.
|
boolean |
invokeRuleMethod(BusinessRule rule)
Invokes the event handling method on the rule object.
|
getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
public RouteDocumentEvent(String errorPathPrefix, Document document)
errorPathPrefix
- document
- public RouteDocumentEvent(Document document)
document
- public Class<? extends BusinessRule> getRuleInterfaceClass()
KualiDocumentEvent
KualiDocumentEvent.getRuleInterfaceClass()
public boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEvent
public List<KualiDocumentEvent> generateEvents()
KualiDocumentEvent
generateEvents
in interface KualiDocumentEvent
generateEvents
in class KualiDocumentEventBase
KualiDocumentEvent.generateEvents()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.