Uses of Class
org.kuali.rice.kew.api.document.PropertyDefinition
Packages that use PropertyDefinition
-
Uses of PropertyDefinition in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return PropertyDefinition -
Uses of PropertyDefinition in org.kuali.rice.kew.api.document.attribute
Methods in org.kuali.rice.kew.api.document.attribute that return PropertyDefinitionModifier and TypeMethodDescriptionWorkflowAttributeDefinition.Builder.getPropertyDefinition(String name) Returns the property definition on this build which has the given name if it exists.Methods in org.kuali.rice.kew.api.document.attribute that return types with arguments of type PropertyDefinitionModifier and TypeMethodDescriptionWorkflowAttributeDefinition.Builder.getPropertyDefinitions()Returns a list ofPropertyDefinitionobjects that have been set on this builder.WorkflowAttributeDefinition.getPropertyDefinitions()Returns an unmodifiable list of property names and values that will be passed to the attribute upon construction.Methods in org.kuali.rice.kew.api.document.attribute with parameters of type PropertyDefinitionModifier and TypeMethodDescriptionvoidWorkflowAttributeDefinition.Builder.addPropertyDefinition(PropertyDefinition propertyDefinition) Adds the given property definition to the list of property definitions maintained by this builder.Method parameters in org.kuali.rice.kew.api.document.attribute with type arguments of type PropertyDefinitionModifier and TypeMethodDescriptionvoidWorkflowAttributeDefinition.Builder.setPropertyDefinitions(List<PropertyDefinition> propertyDefinitions) Sets the list of property definitions maintained by this build to the given list.