public final class WorkflowAttributeDefinition extends AbstractDataTransferObject
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowAttributeDefinition.Builder
A builder which can be used to construct instances of
WorkflowAttributeDefinition . |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Returns the name of the attribute for this workflow attribute definition.
|
List<String> |
getParameters()
Returns an unmodifiable list of parameters that will be used to construct the attribute as a list of string
values.
|
List<PropertyDefinition> |
getPropertyDefinitions()
Returns an unmodifiable list of property names and values that will be passed to the attribute upon construction.
|
Map<String,String> |
getPropertyDefinitionsAsMap()
Returns the property definitions on this attribute definition as a map of strings instead of a list of
PropertyDefinition objects. |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getAttributeName()
public List<String> getParameters()
public List<PropertyDefinition> getPropertyDefinitions()
public Map<String,String> getPropertyDefinitionsAsMap()
PropertyDefinition
objects.Copyright © 2005–2014 The Kuali Foundation. All rights reserved.