org.kuali.rice.kew.api.document
Class DocumentContentUpdate.Builder
java.lang.Object
org.kuali.rice.kew.api.document.DocumentContentUpdate.Builder
- All Implemented Interfaces:
- Serializable, ModelBuilder
- Enclosing class:
- DocumentContentUpdate
public static final class DocumentContentUpdate.Builder
- extends Object
- implements Serializable, ModelBuilder
A builder which can be used to construct DocumentContentUpdate
instances.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static DocumentContentUpdate.Builder create()
create
public static DocumentContentUpdate.Builder create(DocumentContent documentContent)
create
public static DocumentContentUpdate.Builder create(DocumentContentUpdate documentContentUpdate)
build
public DocumentContentUpdate build()
- Description copied from interface:
ModelBuilder
- Returns an instance of the object being built by this builder based
on the current state of the builder. It should be possible to
invoke this method more than once on the same builder. It should
never return null;
- Specified by:
build
in interface ModelBuilder
- Returns:
- an instance of the object being built by this builder,
should never return null
getAttributeContent
public String getAttributeContent()
setAttributeContent
public void setAttributeContent(String attributeContent)
getApplicationContent
public String getApplicationContent()
setApplicationContent
public void setApplicationContent(String applicationContent)
getSearchableContent
public String getSearchableContent()
setSearchableContent
public void setSearchableContent(String searchableContent)
getAttributeDefinitions
public List<WorkflowAttributeDefinition> getAttributeDefinitions()
setAttributeDefinitions
public void setAttributeDefinitions(List<WorkflowAttributeDefinition> attributeDefinitions)
getSearchableDefinitions
public List<WorkflowAttributeDefinition> getSearchableDefinitions()
setSearchableDefinitions
public void setSearchableDefinitions(List<WorkflowAttributeDefinition> searchableDefinitions)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.