| Represents document content broken up into all it's pieces. This object is used both
to hold the state of the document content returned by the server, as well as to accumulate
and marshal changes made by the client application. In the former case, no attribute
definitions will be supplied in this object by the server. In the latter case, the client
may add attribute content to the document content by attaching attribute definitions, which
will be marshaled into the document content when an action is taken by the client on the document.
These definition VOs will be transient and will not be returned again when content is refreshed
from the server.
author: ewestfal |