ModeShape Distribution 3.0.0.Beta4

Uses of Package
org.modeshape.jcr.value

Packages that use org.modeshape.jcr.value
org.modeshape.jcr   
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.change   
org.modeshape.jcr.cache.document   
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.jcr.query.lucene The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. 
org.modeshape.jcr.query.lucene.basic The "basic" Lucene schema has a single index in which all node and property information are indexed into separate fields. 
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.jcr.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.jcr.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.security ModeShape JCR repositories have a pluggable authentication and authorization framework. 
org.modeshape.jcr.txn   
org.modeshape.jcr.value Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.modeshape.jcr.value.basic A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value
org.modeshape.jcr.value.binary   
org.modeshape.jcr.value.binary.infinispan   
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr
BinaryKey
          The internal key used to identify a unique BINARY value.
BinaryValue
          Value holder for binary data.
Name
          A qualified name consisting of a namespace and a local name.
NameFactory
          A factory for creating names.
NamespaceRegistry
          Registry of namespaces, which are used to provide isolated and independent domains for names.
NamespaceRegistry.Namespace
          Representation of a single namespace at a single point in time.
Path
          An object representation of a node path within a repository.
Property
          Representation of a property consisting of a name and value(s).
PropertyFactory
          A factory for creating Property objects.
Reference
          A representation of a reference to another node.
ValueFactories
          The set of standard ValueFactory instances.
ValueFactory
          A factory for Property values.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.cache
Name
          A qualified name consisting of a namespace and a local name.
NamespaceRegistry
          Registry of namespaces, which are used to provide isolated and independent domains for names.
Path
          An object representation of a node path within a repository.
Path.Segment
          Representation of the segments that occur within a path.
PathFactory
          A factory for creating paths.
Property
          Representation of a property consisting of a name and value(s).
PropertyType
          The data types for property values.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.cache.change
BinaryKey
          The internal key used to identify a unique BINARY value.
Name
          A qualified name consisting of a namespace and a local name.
Path
          An object representation of a node path within a repository.
Path.Segment
          Representation of the segments that occur within a path.
Property
          Representation of a property consisting of a name and value(s).
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.cache.document
BinaryKey
          The internal key used to identify a unique BINARY value.
Name
          A qualified name consisting of a namespace and a local name.
NamespaceRegistry
          Registry of namespaces, which are used to provide isolated and independent domains for names.
Path
          An object representation of a node path within a repository.
Path.Segment
          Representation of the segments that occur within a path.
Property
          Representation of a property consisting of a name and value(s).
PropertyFactory
          A factory for creating Property objects.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.query
Name
          A qualified name consisting of a namespace and a local name.
NamespaceRegistry
          Registry of namespaces, which are used to provide isolated and independent domains for names.
Path
          An object representation of a node path within a repository.
Property
          Representation of a property consisting of a name and value(s).
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.query.lucene
NameFactory
          A factory for creating names.
Path
          An object representation of a node path within a repository.
Path.Segment
          Representation of the segments that occur within a path.
PathFactory
          A factory for creating paths.
ValueFactories
          The set of standard ValueFactory instances.
ValueFactory
          A factory for Property values.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.query.lucene.basic
Name
          A qualified name consisting of a namespace and a local name.
Path
          An object representation of a node path within a repository.
Property
          Representation of a property consisting of a name and value(s).
PropertyType
          The data types for property values.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.query.model
Name
          A qualified name consisting of a namespace and a local name.
NamespaceRegistry
          Registry of namespaces, which are used to provide isolated and independent domains for names.
Path
          An object representation of a node path within a repository.
ValueFormatException
          A runtime exception denoting that a value could not be converted to a specific type because of the value's format.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.query.parse
ValueFormatException
          A runtime exception denoting that a value could not be converted to a specific type because of the value's format.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.query.validate
PropertyType
          The data types for property values.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.security
Path
          An object representation of a node path within a repository.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.txn
Name
          A qualified name consisting of a namespace and a local name.
Path
          An object representation of a node path within a repository.
Property
          Representation of a property consisting of a name and value(s).
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.value
BinaryFactory
          A factory for creating BinaryValue instances.
BinaryKey
          The internal key used to identify a unique BINARY value.
BinaryValue
          Value holder for binary data.
DateTimeFactory
          A factory for creating date-time instants.
IoException
          A runtime exception that represents that an error occurred during input/output.
Location
           
Name
          A qualified name consisting of a namespace and a local name.
NameFactory
          A factory for creating names.
NamespaceRegistry
          Registry of namespaces, which are used to provide isolated and independent domains for names.
NamespaceRegistry.Namespace
          Representation of a single namespace at a single point in time.
Path
          An object representation of a node path within a repository.
Path.Segment
          Representation of the segments that occur within a path.
PathFactory
          A factory for creating paths.
Property
          Representation of a property consisting of a name and value(s).
PropertyType
          The data types for property values.
Readable
          An interface defining methods to obtain a "readable" string representation.
Reference
          A representation of a reference to another node.
ReferenceFactory
          A factory for creating references.
UuidFactory
          A factory for creating UUID instances.
ValueFactories
          The set of standard ValueFactory instances.
ValueFactory
          A factory for Property values.
ValueFormatException
          A runtime exception denoting that a value could not be converted to a specific type because of the value's format.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.value.basic
BinaryFactory
          A factory for creating BinaryValue instances.
BinaryValue
          Value holder for binary data.
DateTimeFactory
          A factory for creating date-time instants.
IoException
          A runtime exception that represents that an error occurred during input/output.
Name
          A qualified name consisting of a namespace and a local name.
NameFactory
          A factory for creating names.
NamespaceRegistry
          Registry of namespaces, which are used to provide isolated and independent domains for names.
NamespaceRegistry.Namespace
          Representation of a single namespace at a single point in time.
Path
          An object representation of a node path within a repository.
Path.Segment
          Representation of the segments that occur within a path.
PathFactory
          A factory for creating paths.
Property
          Representation of a property consisting of a name and value(s).
PropertyFactory
          A factory for creating Property objects.
PropertyType
          The data types for property values.
Readable
          An interface defining methods to obtain a "readable" string representation.
Reference
          A representation of a reference to another node.
ReferenceFactory
          A factory for creating references.
UuidFactory
          A factory for creating UUID instances.
ValueFactories
          The set of standard ValueFactory instances.
ValueFactory
          A factory for Property values.
ValueFormatException
          A runtime exception denoting that a value could not be converted to a specific type because of the value's format.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.value.binary
BinaryFactory
          A factory for creating BinaryValue instances.
BinaryKey
          The internal key used to identify a unique BINARY value.
BinaryValue
          Value holder for binary data.
IoException
          A runtime exception that represents that an error occurred during input/output.
Name
          A qualified name consisting of a namespace and a local name.
Path
          An object representation of a node path within a repository.
Path.Segment
          Representation of the segments that occur within a path.
Reference
          A representation of a reference to another node.
ValueFactory
          A factory for Property values.
ValueFormatException
          A runtime exception denoting that a value could not be converted to a specific type because of the value's format.
 

Classes in org.modeshape.jcr.value used by org.modeshape.jcr.value.binary.infinispan
BinaryKey
          The internal key used to identify a unique BINARY value.
BinaryValue
          Value holder for binary data.
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.