Package org.kuali.rice.kew.api.document
Class DocumentContentUpdate
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.document.DocumentContentUpdate
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete
public final class DocumentContentUpdate
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
Defines an update to document content on a particular workflow document.
Contains general application content as well as a list of attribute
definitions and searchable definitions. When passed to the appropriate
workflow services to perform an update on document content, if any of the
internal content or definitions on this object have not been set then they
will not be updated. This allows for this data structure to be used to only
update the portion of the document content that is desired to be updated.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructDocumentContentUpdateinstances. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getApplicationContent
-
getAttributeContent
-
getSearchableContent
-
getAttributeDefinitions
-
getSearchableDefinitions
-