Uses of Interface
javax.jcr.Property

Packages that use Property
com.jeceira.item   
com.jeceira.item.proxy   
com.jeceira.iterator   
com.jeceira.xml   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
javax.jcr.util Provides utility classes for JCR. 
 

Uses of Property in com.jeceira.item
 

Methods in com.jeceira.item that return Property
static Property[] SessionProperty.toProxies(java.util.Collection properties)
          Returns an array containing the Property proxies representing the specified session properties.
static Property[] SessionProperty.toProxies(SessionProperty[] properties)
          Returns an array containing the Property proxies representing the specified session properties.
 

Uses of Property in com.jeceira.item.proxy
 

Classes in com.jeceira.item.proxy that implement Property
 class PropertyProxy
          Proxy for a session property.
 

Methods in com.jeceira.item.proxy that return Property
 Property NodeProxy.getProperty(java.lang.String relPath)
           
 Property NodeProxy.setProperty(java.lang.String name, boolean value)
           
 Property NodeProxy.setProperty(java.lang.String name, java.util.Calendar value)
           
 Property NodeProxy.setProperty(java.lang.String name, double value)
           
 Property NodeProxy.setProperty(java.lang.String name, java.io.InputStream value)
           
 Property NodeProxy.setProperty(java.lang.String name, long value)
           
 Property NodeProxy.setProperty(java.lang.String name, Node value)
           
 Property NodeProxy.setProperty(java.lang.String name, java.lang.String value)
           
 Property NodeProxy.setProperty(java.lang.String name, java.lang.String value, int type)
           
 Property NodeProxy.setProperty(java.lang.String name, java.lang.String[] values)
           
 Property NodeProxy.setProperty(java.lang.String name, java.lang.String[] values, int type)
           
 Property NodeProxy.setProperty(java.lang.String name, Value value)
          The spec does not explicitly cover the case of non-existent property and null value argument.
 Property NodeProxy.setProperty(java.lang.String name, Value value, int type)
           
 Property NodeProxy.setProperty(java.lang.String name, Value[] values)
           
 Property NodeProxy.setProperty(java.lang.String name, Value[] values, int type)
           
 

Uses of Property in com.jeceira.iterator
 

Methods in com.jeceira.iterator that return Property
 Property PropertyIteratorImpl.nextProperty()
           
 

Constructors in com.jeceira.iterator with parameters of type Property
PropertyIteratorImpl(Property[] properties)
          Creates an iterator for the specified properties.
PropertyIteratorImpl(Property[] properties, NameFilter filter)
          Creates an iterator for those properties whose name matches the specified name filter.
 

Uses of Property in com.jeceira.xml
 

Methods in com.jeceira.xml with parameters of type Property
 void DocumentViewExporter.visit(Property property)
           
 void SystemViewExporter.visit(Property p)
           
 

Uses of Property in javax.jcr
 

Methods in javax.jcr that return Property
 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.
 Property PropertyIterator.nextProperty()
          Returns the next Property in the iteration.
 

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 © 2005 Aparzev Software Ltd. All Rights Reserved.