Uses of Interface
javax.jcr.Property

Packages that use Property
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology. 
javax.jcr.util Provides utility classes for the content repository API. 
 

Uses of Property in javax.jcr
 

Methods in javax.jcr that return Property
 Property PropertyIterator.nextProperty()
          Returns the next Property in the iteration.
 Property Node.setProperty(java.lang.String name, Value value)
          Sets the specified (single-value) property of this node to the specified value.
 Property Node.setProperty(java.lang.String name, Value value, int type)
          Sets the specified (single-value) property to the specified value.
 Property Node.setProperty(java.lang.String name, Value[] values)
          Sets the specified (multi-value) property to the specified array of values.
 Property Node.setProperty(java.lang.String name, Value[] values, int type)
          Sets the specified (multi-value) property to the specified array of values.
 Property Node.setProperty(java.lang.String name, java.lang.String[] values)
          Sets the specified property to the specified array of values.
 Property Node.setProperty(java.lang.String name, java.lang.String[] values, int type)
          Sets the specified property to the specified array of values and to the specified type.
 Property Node.setProperty(java.lang.String name, java.lang.String value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, java.lang.String value, int type)
          Sets the specified (single-value) property to the specified value.
 Property Node.setProperty(java.lang.String name, java.io.InputStream value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, boolean value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, double value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, long value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, java.util.Calendar value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, Node value)
          Sets the specified (REFERENCE)property to refer to the specified Node.
 Property Node.getProperty(java.lang.String relPath)
          Returns the property at relPath relative to this node.
 

Methods in javax.jcr with parameters of type Property
 void ItemVisitor.visit(Property property)
          This method is called when the ItemVisitor is passed to the accept method of a Property.
 

Uses of Property in javax.jcr.util
 

Methods in javax.jcr.util with parameters of type Property
protected abstract  void TraversingItemVisitor.entering(Property property, int level)
          Implement this method to add behaviour performed before a Property is visited.
protected abstract  void TraversingItemVisitor.leaving(Property property, int level)
          Implement this method to add behaviour performed after a Property is visited.
 void TraversingItemVisitor.visit(Property property)
          Called when the Visitor is passed to a Property.
protected  void TraversingItemVisitor.Default.entering(Property property, int level)
           
protected  void TraversingItemVisitor.Default.leaving(Property property, int level)
           
 



Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.