Package org.kuali.rice.kew.api.document
Class DocumentUpdate
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.document.DocumentUpdate
- All Implemented Interfaces:
Serializable,ModelObjectBasic,ModelObjectComplete
Defines an update to document meta-data on a particular workflow document,
including title, application document id, application document status,
and routing branch variables. This structure is used to convey changes to
the document meta-data on document actions, and to retrieve their state
afterwards.
Document titles will be truncated to to
KewApiConstants.TITLE_MAX_LENGTH length.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
WorkflowDocumentFactoryWorkflowDocumentImplWorkflowDocumentImpl.ModifiableDocumentWorkflowDocumentActionsServiceImpl- Serialized Form
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructDocumentUpdateinstances. -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getTitle
-
getApplicationDocumentId
-
getApplicationDocumentStatus
-
getVariables
-
getDirtyFields
-