| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kew.api.document.attribute |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyDefinition |
PropertyDefinition.create(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinition |
WorkflowAttributeDefinition.Builder.getPropertyDefinition(String name)
Returns the property definition on this build which has the given name if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDefinition> |
WorkflowAttributeDefinition.getPropertyDefinitions()
Returns an unmodifiable list of property names and values that will be passed to the attribute upon construction.
|
List<PropertyDefinition> |
WorkflowAttributeDefinition.Builder.getPropertyDefinitions()
Returns a list of
PropertyDefinition objects that have been set on this builder. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowAttributeDefinition.Builder.addPropertyDefinition(PropertyDefinition propertyDefinition)
Adds the given property definition to the list of property definitions maintained by this builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowAttributeDefinition.Builder.setPropertyDefinitions(List<PropertyDefinition> propertyDefinitions)
Sets the list of property definitions maintained by this build to the given list.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.