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
public final class DocumentUpdate
- extends AbstractDataTransferObject
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:
WorkflowDocumentFactory
,
WorkflowDocumentImpl
,
WorkflowDocumentImpl.ModifiableDocument
,
WorkflowDocumentActionsServiceImpl
,
Serialized Form
getTitle
public String getTitle()
getApplicationDocumentId
public String getApplicationDocumentId()
getApplicationDocumentStatus
public String getApplicationDocumentStatus()
getVariables
public Map<String,String> getVariables()
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.