| Package | Description |
|---|---|
| org.kuali.rice.krad.document | |
| org.kuali.rice.krad.maintenance | |
| org.kuali.rice.krad.rules.rule.event | |
| org.kuali.rice.krad.service |
| Modifier and Type | Method and Description |
|---|---|
List<KualiDocumentEvent> |
DocumentBase.generateSaveEvents()
Hook for override
|
List<KualiDocumentEvent> |
Document.generateSaveEvents()
Generate any necessary events required during the save event generation
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentBase.postProcessSave(KualiDocumentEvent event) |
void |
Document.postProcessSave(KualiDocumentEvent event)
Do any work on the document after the save.
|
void |
DocumentBase.prepareForSave(KualiDocumentEvent event)
Override this method with implementation specific prepareForSave logic
|
void |
Document.prepareForSave(KualiDocumentEvent event)
Do any work on the document that requires the KualiDocumentEvent before the save.
|
void |
DocumentBase.validateBusinessRules(KualiDocumentEvent event) |
void |
Document.validateBusinessRules(KualiDocumentEvent event)
Sends document off to the rules engine to verify business rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceDocumentBase.postProcessSave(KualiDocumentEvent event)
this needs to happen after the document itself is saved, to preserve consistency of the ver_nbr and in the case
of initial save, because this can't be saved until the document is saved initially
|
void |
MaintenanceDocumentBase.prepareForSave(KualiDocumentEvent event) |
void |
MaintenanceDocumentBase.validateBusinessRules(KualiDocumentEvent event)
Explicitly NOT calling super here.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddAdHocRoutePersonEvent
This class represents the add AdHocRoutePerson event that is part of an eDoc in Kuali.
|
class |
AddAdHocRouteWorkgroupEvent
This class represents the add AdHocRouteWorkgroup event that is part of an eDoc in Kuali.
|
class |
AddNoteEvent
This class represents the add note event that is part of an eDoc in Kuali.
|
class |
ApproveDocumentEvent
This class represents the approve event that is part of an eDoc in Kuali.
|
class |
BlanketApproveDocumentEvent
This class represents the blanketApprove event that is part of an eDoc in Kuali.
|
class |
CompleteDocumentEvent
Complete document event
|
class |
DocumentAuditEvent
Event class for document audit
|
class |
KualiDocumentEventBase
Abstract superclass for document-related events.
|
class |
RouteDocumentEvent
This class represents the route event that is part of an eDoc in Kuali.
|
class |
SaveDocumentEvent
This class represents the save event that is part of an eDoc in Kuali.
|
class |
SaveOnlyDocumentEvent
This class represents the save event that is part of an eDoc in Kuali.
|
class |
SendAdHocRequestsEvent
This is a description of what this class does - wliang don't forget to fill this in.
|
| Modifier and Type | Method and Description |
|---|---|
List<KualiDocumentEvent> |
SendAdHocRequestsEvent.generateEvents() |
List<KualiDocumentEvent> |
SaveOnlyDocumentEvent.generateEvents()
This overridden method returns an empty list always
|
List<KualiDocumentEvent> |
SaveDocumentEvent.generateEvents() |
List<KualiDocumentEvent> |
RouteDocumentEvent.generateEvents() |
List<KualiDocumentEvent> |
KualiDocumentEventBase.generateEvents() |
List<KualiDocumentEvent> |
KualiDocumentEvent.generateEvents()
This will return a list of events that are spawned from this event.
|
List<KualiDocumentEvent> |
ApproveDocumentEvent.generateEvents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KualiRuleService.applyRules(KualiDocumentEvent event)
Retrieves and instantiates the businessRulesClass associated with the event's document type (if any), and calls the
appropriate process* method of that businessRule for handling the given event type.
|
Document |
DocumentService.validateAndPersistDocument(Document document,
KualiDocumentEvent event)
Helper method used to save and validate a document
|
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentService.saveDocument(Document document,
Class<? extends KualiDocumentEvent> kualiDocumentEventClass)
Saves the passed-in document.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.