org.kuali.rice.kew.impl.document
Class WorkflowDocumentImpl.ModifiableDocumentContent
java.lang.Object
org.kuali.rice.kew.impl.document.WorkflowDocumentImpl.ModifiableDocumentContent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- WorkflowDocumentImpl
protected static class WorkflowDocumentImpl.ModifiableDocumentContent
- extends Object
- implements Serializable
A wrapper around DocumentContent which keeps track of local changes and generates
a new updated DocumentContent as necessary.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowDocumentImpl.ModifiableDocumentContent
protected WorkflowDocumentImpl.ModifiableDocumentContent(DocumentContent documentContent)
getDocumentContent
protected DocumentContent getDocumentContent()
build
protected DocumentContentUpdate build()
setDocumentContentUpdate
protected void setDocumentContentUpdate(DocumentContentUpdate update)
addAttributeDefinition
protected void addAttributeDefinition(WorkflowAttributeDefinition definition)
removeAttributeDefinition
protected void removeAttributeDefinition(WorkflowAttributeDefinition definition)
getAttributeDefinitions
protected List<WorkflowAttributeDefinition> getAttributeDefinitions()
addSearchableDefinition
protected void addSearchableDefinition(WorkflowAttributeDefinition definition)
removeSearchableDefinition
protected void removeSearchableDefinition(WorkflowAttributeDefinition definition)
getSearchableDefinitions
protected List<WorkflowAttributeDefinition> getSearchableDefinitions()
setApplicationContent
protected void setApplicationContent(String applicationContent)
setAttributeContent
protected void setAttributeContent(String attributeContent)
setAttributeDefinitions
public void setAttributeDefinitions(List<WorkflowAttributeDefinition> attributeDefinitions)
setSearchableContent
public void setSearchableContent(String searchableContent)
setSearchableDefinitions
public void setSearchableDefinitions(List<WorkflowAttributeDefinition> searchableDefinitions)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.