org.kuali.rice.kew.dto
Class ModifiableDocumentContentDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.DocumentContentDTO
      extended by org.kuali.rice.kew.dto.ModifiableDocumentContentDTO
All Implemented Interfaces:
Serializable

public class ModifiableDocumentContentDTO
extends DocumentContentDTO

Tracks changed to document content for lazy loading

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
private  boolean modified
           
private static long serialVersionUID
           
 
Constructor Summary
ModifiableDocumentContentDTO(DocumentContentDTO documentContentVO)
           
 
Method Summary
 void addAttributeDefinition(WorkflowAttributeDefinitionDTO definition)
           
 void addSearchableDefinition(WorkflowAttributeDefinitionDTO definition)
           
 boolean isModified()
           
 void removeAttributeDefinition(WorkflowAttributeDefinitionDTO definition)
           
 void removeSearchableDefinition(WorkflowAttributeDefinitionDTO definition)
           
 void resetModified()
           
 void setApplicationContent(String applicationContent)
           
 void setAttributeContent(String attributeContent)
           
 void setAttributeDefinitions(WorkflowAttributeDefinitionDTO[] attributeDefinitions)
           
 void setDocumentId(String documentId)
           
 void setSearchableContent(String searchableContent)
           
 void setSearchableDefinitions(WorkflowAttributeDefinitionDTO[] searchableDefinitions)
           
 
Methods inherited from class org.kuali.rice.kew.dto.DocumentContentDTO
getApplicationContent, getAttributeContent, getAttributeDefinitions, getDocumentId, getFullContent, getSearchableContent, getSearchableDefinitions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

modified

private boolean modified
Constructor Detail

ModifiableDocumentContentDTO

public ModifiableDocumentContentDTO(DocumentContentDTO documentContentVO)
Method Detail

isModified

public boolean isModified()

resetModified

public void resetModified()

addAttributeDefinition

public void addAttributeDefinition(WorkflowAttributeDefinitionDTO definition)
Overrides:
addAttributeDefinition in class DocumentContentDTO

addSearchableDefinition

public void addSearchableDefinition(WorkflowAttributeDefinitionDTO definition)
Overrides:
addSearchableDefinition in class DocumentContentDTO

removeAttributeDefinition

public void removeAttributeDefinition(WorkflowAttributeDefinitionDTO definition)
Overrides:
removeAttributeDefinition in class DocumentContentDTO

removeSearchableDefinition

public void removeSearchableDefinition(WorkflowAttributeDefinitionDTO definition)
Overrides:
removeSearchableDefinition in class DocumentContentDTO

setApplicationContent

public void setApplicationContent(String applicationContent)
Overrides:
setApplicationContent in class DocumentContentDTO

setAttributeContent

public void setAttributeContent(String attributeContent)
Overrides:
setAttributeContent in class DocumentContentDTO

setAttributeDefinitions

public void setAttributeDefinitions(WorkflowAttributeDefinitionDTO[] attributeDefinitions)
Overrides:
setAttributeDefinitions in class DocumentContentDTO

setDocumentId

public void setDocumentId(String documentId)
Overrides:
setDocumentId in class DocumentContentDTO

setSearchableContent

public void setSearchableContent(String searchableContent)
Overrides:
setSearchableContent in class DocumentContentDTO

setSearchableDefinitions

public void setSearchableDefinitions(WorkflowAttributeDefinitionDTO[] searchableDefinitions)
Overrides:
setSearchableDefinitions in class DocumentContentDTO


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.