Package org.kuali.rice.kew.impl.document
Class WorkflowDocumentImpl.ModifiableDocument
java.lang.Object
org.kuali.rice.kew.impl.document.WorkflowDocumentImpl.ModifiableDocument
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WorkflowDocumentImpl
protected static class WorkflowDocumentImpl.ModifiableDocument
extends Object
implements Serializable
A wrapper around Document which keeps track of local changes and generates
a new updated Document as necessary.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DocumentUpdatebuild()protected Stringprotected Stringprotected org.joda.time.DateTimeImmutable value which is accessed frequently, provide direct access to it.protected Documentprotected StringImmutable value which is accessed frequently, provide direct access to it.protected StringgetTitle()protected StringgetVariableValue(String name) protected voidsetApplicationDocumentId(String applicationDocumentId) protected voidsetApplicationDocumentStatus(String applicationDocumentStatus) protected voidprotected voidsetVariable(String name, String value)
-
Constructor Details
-
ModifiableDocument
-
-
Method Details
-
getDocument
-
build
-
getDocumentId
Immutable value which is accessed frequently, provide direct access to it. -
getDateCreated
protected org.joda.time.DateTime getDateCreated()Immutable value which is accessed frequently, provide direct access to it. -
getApplicationDocumentId
-
setApplicationDocumentId
-
getTitle
-
setTitle
-
getApplicationDocumentStatus
-
setApplicationDocumentStatus
-
setVariable
-
getVariableValue
-