public class CompleteDocumentEvent extends DocumentEventBase
document
Constructor and Description |
---|
CompleteDocumentEvent(Document document)
Constructs a RouteDocumentEvent with the given document
|
CompleteDocumentEvent(String errorPathPrefix,
Document document)
Constructs a RouteDocumentEvent with the specified errorPathPrefix and document
|
Modifier and Type | Method and Description |
---|---|
List<RuleEvent> |
generateEvents()
This will return a list of events that are spawned from this event.
|
Class |
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.
|
getDocument, getDocumentId, validate
addFact, getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodName, setFacts, setName, setRuleMethodName, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodName
public CompleteDocumentEvent(String errorPathPrefix, Document document)
errorPathPrefix
- document
- public CompleteDocumentEvent(Document document)
document
- public Class getRuleInterfaceClass()
RuleEvent
RuleEvent.getRuleInterfaceClass()
public boolean invokeRuleMethod(BusinessRule rule)
RuleEvent
rule
- business ruleRuleEvent.invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule)
public List<RuleEvent> generateEvents()
RuleEvent
generateEvents
in interface RuleEvent
generateEvents
in class RuleEventBase
RuleEvent.generateEvents()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.