A B C D E F G H I J L M N O P Q R S T U V W X

V

Value - Interface in javax.jcr
A generic holder for the value of a property.
ValueFactory - Interface in javax.jcr
The ValueFactory object provides methods for the creation Value objects that can then be used to set properties.
ValueFormatException - Exception in javax.jcr
Exception thrown when an attempt is made to assign a value to a property that has an invalid format, given the type of the property.
ValueFormatException() - Constructor for exception javax.jcr.ValueFormatException
Constructs a new instance of this class with null as its detail message.
ValueFormatException(String) - Constructor for exception javax.jcr.ValueFormatException
Constructs a new instance of this class with the specified detail message.
ValueFormatException(String, Throwable) - Constructor for exception javax.jcr.ValueFormatException
Constructs a new instance of this class with the specified detail message and root cause.
ValueFormatException(Throwable) - Constructor for exception javax.jcr.ValueFormatException
Constructs a new instance of this class with the specified root cause.
valueFromName(String) - Static method in class javax.jcr.PropertyType
Returns the numeric constant value of the type with the specified name.
valueFromName(String) - Static method in class javax.jcr.version.OnParentVersionAction
Returns the numeric constant value of the on-version action with the specified name.
VERSION - Static variable in class javax.jcr.version.OnParentVersionAction
 
Version - Interface in javax.jcr.version
A Version object wraps an nt:version node.
VersionException - Exception in javax.jcr.version
Exception thrown by Version.addSuccessor if an invalid version graph operation is attempted.
VersionException() - Constructor for exception javax.jcr.version.VersionException
Constructs a new instance of this class with null as its detail message.
VersionException(String) - Constructor for exception javax.jcr.version.VersionException
Constructs a new instance of this class with the specified detail message.
VersionException(String, Throwable) - Constructor for exception javax.jcr.version.VersionException
Constructs a new instance of this class with the specified detail message and root cause.
VersionException(Throwable) - Constructor for exception javax.jcr.version.VersionException
Constructs a new instance of this class with the specified root cause.
VersionHistory - Interface in javax.jcr.version
A VersionHistory object wraps an nt:versionHistory node.
VersionIterator - Interface in javax.jcr.version
Allows easy iteration through a list of Versions objects with nextVersion as well as a skip method inherited from RangeIterator.
VersionManager - Interface in javax.jcr.version
The VersionManager object is accessed via Workspace.getVersionManager().
visit(Property) - Method in interface javax.jcr.ItemVisitor
This method is called when the ItemVisitor is passed to the accept method of a Property.
visit(Node) - Method in interface javax.jcr.ItemVisitor
This method is called when the ItemVisitor is passed to the accept method of a Node.
visit(Property) - Method in class javax.jcr.util.TraversingItemVisitor
Called when the Visitor is passed to a Property.
visit(Node) - Method in class javax.jcr.util.TraversingItemVisitor
Called when the Visitor is passed to a Node.

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright © 2009 Day Software. All Rights Reserved.