|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase org.kuali.rice.krad.rules.rule.event.RouteDocumentEvent
public final class RouteDocumentEvent
This class represents the route event that is part of an eDoc in Kuali. This could be triggered when a user presses the route button for a given document or it could happen when another piece of code calls the route method in the document service.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase |
---|
document |
Constructor Summary | |
---|---|
RouteDocumentEvent(Document document)
Constructs a RouteDocumentEvent with the given document |
|
RouteDocumentEvent(String errorPathPrefix,
Document document)
Constructs a RouteDocumentEvent with the specified errorPathPrefix and document |
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase |
---|
getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RouteDocumentEvent(String errorPathPrefix, Document document)
errorPathPrefix
- document
- public RouteDocumentEvent(Document document)
document
- Method Detail |
---|
public Class<? extends BusinessRule> getRuleInterfaceClass()
KualiDocumentEvent
KualiDocumentEvent.getRuleInterfaceClass()
public boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEvent
KualiDocumentEvent.invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule)
public List<KualiDocumentEvent> generateEvents()
KualiDocumentEvent
generateEvents
in interface KualiDocumentEvent
generateEvents
in class KualiDocumentEventBase
KualiDocumentEvent.generateEvents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |