Package org.kuali.rice.kns.document
Interface MaintenanceDocument
- All Superinterfaces:
Document,GloballyUnique,MaintenanceDocument
- All Known Implementing Classes:
MaintenanceDocumentBase
Deprecated.
Common interface for all maintenance documents.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a reference to the PersistableBusinessObject that this MaintenanceDocument is maintaining.Deprecated.Deprecated.booleanDeprecated.Methods inherited from interface org.kuali.rice.krad.document.Document
addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getActionRequests, getAdHocRouteNodeName, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearingMethodNames, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getSuperUserAnnotation, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotes, setSuperUserAnnotation, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerializationMethods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.krad.maintenance.MaintenanceDocument
getDocumentDataObject, getXmlDocumentContents, isDisplayTopicFieldInNotes, isEdit, isFieldsClearedOnCopy, isNew, isNewWithExisting, isOldDataObjectInDocument, populateMaintainablesFromXmlDocumentContents, populateXmlDocumentContentsFromMaintainables, setDisplayTopicFieldInNotes, setFieldsClearedOnCopy, setNewMaintainableObject, setOldMaintainableObject, setXmlDocumentContents
-
Method Details
-
getNewMaintainableObject
Maintainable getNewMaintainableObject()Deprecated.- Specified by:
getNewMaintainableObjectin interfaceMaintenanceDocument- Returns:
- Maintainable which holds the new maintenance record
-
getOldMaintainableObject
Maintainable getOldMaintainableObject()Deprecated.- Specified by:
getOldMaintainableObjectin interfaceMaintenanceDocument- Returns:
- Maintainable which holds the old maintenance record
-
getDocumentBusinessObject
Object getDocumentBusinessObject()Deprecated.Returns a reference to the PersistableBusinessObject that this MaintenanceDocument is maintaining. -
isOldBusinessObjectInDocument
boolean isOldBusinessObjectInDocument()Deprecated.- Returns:
- boolean - indicates whether this is an edit or new maintenace document by the existence of an old maintainable
-
MaintenanceDocument.