Class WorkflowDocumentImpl

java.lang.Object
org.kuali.rice.kew.impl.document.WorkflowDocumentImpl
All Implemented Interfaces:
Serializable, DocumentContract, WorkflowDocument, WorkflowDocumentPrototype

public class WorkflowDocumentImpl extends Object implements Serializable, WorkflowDocumentPrototype
The implementation of WorkflowDocument. Implements WorkflowDocumentPrototype to expose and initialization method used for construction.

NOTE: operations against document data on this are only "flushed" when an action is performed.

This class is *not* thread safe.

See Also: