public class SaveOnlyDocumentEvent extends SaveDocumentEvent
document
Constructor and Description |
---|
SaveOnlyDocumentEvent(Document document)
Constructs a SaveDocumentEvent with the given document
|
SaveOnlyDocumentEvent(String errorPathPrefix,
Document document)
Constructs a SaveOnlyDocumentEvent with the specified errorPathPrefix and document
|
SaveOnlyDocumentEvent(String description,
String errorPathPrefix,
Document document) |
Modifier and Type | Method and Description |
---|---|
List<RuleEvent> |
generateEvents()
This overridden method returns an empty list always
|
getRuleInterfaceClass, invokeRuleMethod
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 SaveOnlyDocumentEvent(String errorPathPrefix, Document document)
document
- errorPathPrefix
- public SaveOnlyDocumentEvent(Document document)
document
- public SaveOnlyDocumentEvent(String description, String errorPathPrefix, Document document)
public List<RuleEvent> generateEvents()
generateEvents
in interface RuleEvent
generateEvents
in class SaveDocumentEvent
SaveDocumentEvent.generateEvents()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.