Uses of Class
org.kuali.rice.kew.api.document.PropertyDefinition

Packages that use PropertyDefinition
org.kuali.rice.kew.api.document Copyright 2005-2012 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-2012 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. 
 

Uses of PropertyDefinition in org.kuali.rice.kew.api.document
 

Methods in org.kuali.rice.kew.api.document that return PropertyDefinition
static PropertyDefinition PropertyDefinition.create(String name, String value)
           
 

Uses of PropertyDefinition in org.kuali.rice.kew.api.document.attribute
 

Methods in org.kuali.rice.kew.api.document.attribute that return PropertyDefinition
 PropertyDefinition WorkflowAttributeDefinition.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 PropertyDefinition
 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.
 

Methods in org.kuali.rice.kew.api.document.attribute with parameters of type PropertyDefinition
 void WorkflowAttributeDefinition.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 PropertyDefinition
 void WorkflowAttributeDefinition.Builder.setPropertyDefinitions(List<PropertyDefinition> propertyDefinitions)
          Sets the list of property definitions maintained by this build to the given list.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.