handleRouteLevelChange(DocumentRouteLevelChangeVO levelChangeEvent) The the default implementation for RouteLevelChange does nothing, but is meant to provide a hook for documents to implement
for other needs.
public void
handleRouteStatusChange() This is the default implementation which checks for a different workflow statuses, and updates the Kuali status accordingly.
This method was added because of performance problems with the default workflow xml serialization strategy.
This allows individual "big" document implementations to defer to a service that can be overriden for translation
of the real document into a much smaller object structure for serialization.
the Document instance that should be used to generate the xml for workfow
This is the default document title implementation. It concatenates the document's data dictionary file label attribute and
the document's document header description together. This title is used to populate workflow and will show up in document
search results and user action lists.
See Also:org.kuali.core.document.Document.getDocumentTitle