org.kuali.rice.kew.api.document
Class WorkflowAttributeDefinition.Builder
java.lang.Object
org.kuali.rice.kew.api.document.WorkflowAttributeDefinition.Builder
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- WorkflowAttributeDefinition
public static final class WorkflowAttributeDefinition.Builder
- extends Object
- implements Serializable
- 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 WorkflowAttributeDefinition.Builder create(WorkflowAttributeDefinition definition)
create
public static WorkflowAttributeDefinition.Builder create(String attributeName)
build
public WorkflowAttributeDefinition build()
getAttributeName
public String getAttributeName()
getParameters
public List<String> getParameters()
getPropertyDefinitions
public List<PropertyDefinition> getPropertyDefinitions()
setAttributeName
public void setAttributeName(String attributeName)
addParameter
public void addParameter(String parameter)
removeParameter
public void removeParameter(String parameter)
setParameters
public void setParameters(List<String> parameters)
addPropertyDefinition
public void addPropertyDefinition(PropertyDefinition property)
setPropertyDefinitions
public void setPropertyDefinitions(List<PropertyDefinition> propertyDefinitions)
addPropertyDefinition
public void addPropertyDefinition(String name,
String value)
getPropertyDefinition
public PropertyDefinition getPropertyDefinition(String name)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.