Uses of Class
org.apache.jackrabbit.spi.commons.ItemInfoBuilder.PropertyInfoBuilder

Packages that use ItemInfoBuilder.PropertyInfoBuilder
org.apache.jackrabbit.spi.commons   
 

Uses of ItemInfoBuilder.PropertyInfoBuilder in org.apache.jackrabbit.spi.commons
 

Methods in org.apache.jackrabbit.spi.commons that return ItemInfoBuilder.PropertyInfoBuilder
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(BigDecimal value)
          Add a PropertyType.DECIMAL value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(boolean value)
          Add a PropertyType.BOOLEAN value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(byte[] value)
          Add a PropertyType.BINARY value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(Calendar value)
          Add a PropertyType.DATE value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(double value)
          Add a PropertyType.DOUBLE value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(File value)
          Add a PropertyType.BINARY value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(InputStream value)
          Add a PropertyType.BINARY value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(long value)
          Add a PropertyType.LONG value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(Name value)
          Add a PropertyType.NAME value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(Path value)
          Add a PropertyType.PATH value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(QValue value)
          Add a value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(String value)
          Add a PropertyType.STRING value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.addValue(URI value)
          Add a PropertyType.URI value to this property.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.NodeInfoBuilder.createPropertyInfo(String name)
          Create a new child PropertyInfo with a given name on this NodeInfo.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.NodeInfoBuilder.createPropertyInfo(String name, String value)
          Create a new child PropertyInfo with a given name and a given value of type String on this NodeInfo.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.setMultivalued(boolean on)
          Set this property to multi-values.
 ItemInfoBuilder.PropertyInfoBuilder ItemInfoBuilder.PropertyInfoBuilder.setType(int type)
          Set the type of this property
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.