Uses of Package
org.modeshape.graph.property

Packages that use org.modeshape.graph.property
org.modeshape.cnd Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. 
org.modeshape.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.modeshape.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.modeshape.connector.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.connector.meta.jdbc The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. 
org.modeshape.connector.store.jpa.model.common The classes that define the common JPA entities used in multiple storage models. 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.cache Caching of graph content is controlled with cache policies, and these are used in connectors and in requests (among other places). 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.graph.connector.federation ModeShape provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. 
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.connector.path.cache The PathRepositoryCache class and its supporting classes provide a standard caching mechanism for path-based repositories. 
org.modeshape.graph.io Utilities for inputing and outputing larger amounts of data. 
org.modeshape.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.modeshape.graph.property 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.graph.property.basic A set of basic implementations of the various interfaces defined in org.modeshape.graph.property
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.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.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
org.modeshape.graph.search A small framework for a search engine component. 
org.modeshape.graph.sequencer A sequencer in ModeShape is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content. 
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
org.modeshape.graph.xml Graph content can often be represented in XML, so this part of the ModeShape Graph API defines the classes that provide the binding between graph and XML content. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.jcr.nodetype The ModeShape specification for programmatically creating JCR NodeDefinitions. 
org.modeshape.jcr.query   
org.modeshape.jcr.query.qom   
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
org.modeshape.repository.sequencer The classes that make up the sequencing service and its configuration. 
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
org.modeshape.search.lucene.query A set of Lucene Query specializations that allow the LuceneSearchEngine to create Lucene queries with additional kinds of constraints. 
org.modeshape.sequencer.classfile The classes that provide the ability to sequence Java class files into metadata and then write that metadata to a graph in a customizable way. 
org.modeshape.sequencer.cnd The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.modeshape.sequencer.ddl The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured representation of these statements. 
org.modeshape.sequencer.ddl.dialect.derby The classes for parsing DDL for the Derby DBMS. 
org.modeshape.sequencer.ddl.dialect.mysql The (prototype) classes for parsing DDL for the MySQL DBMS. 
org.modeshape.sequencer.ddl.dialect.oracle The classes for parsing DDL for the Oracle DBMS. 
org.modeshape.sequencer.ddl.dialect.postgres The classes for parsing DDL for the PostgreSQL DBMS. 
org.modeshape.sequencer.ddl.node The classes for nodes within an Abstract Syntax Tree (AST) and a factory for creating them. 
org.modeshape.sequencer.image The classes that make up the image sequencer. 
org.modeshape.sequencer.java The classes that make up the Java source file sequencer. 
org.modeshape.sequencer.mp3 The classes that make up the MP3 file sequencer. 
org.modeshape.sequencer.msoffice The classes that make up the sequencer of Microsoft Office files. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.modeshape.sequencer.teiid.lexicon   
org.modeshape.sequencer.text The classes that provide the ability to sequence fixed-width and delimited text files. 
org.modeshape.sequencer.xml The classes that make up the XML sequencer. 
org.modeshape.sequencer.zip The classes that make up the ZIP file sequencer. 
 

Classes in org.modeshape.graph.property used by org.modeshape.cnd
Name
          A qualified name consisting of a namespace and a local name.
NameFactory
          A factory for creating names.
Path
          An object representation of a node path within a repository.
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.
ValueFactories
          The set of standard ValueFactory instances.
 

Classes in org.modeshape.graph.property used by org.modeshape.connector.filesystem
Name
          A qualified name consisting of a namespace and a local name.
Property
          Representation of a property consisting of a name and value(s).
PropertyFactory
          A factory for creating Property objects.
ValueFactories
          The set of standard ValueFactory instances.
ValueFactory
          A factory for Property values.
 

Classes in org.modeshape.graph.property used by org.modeshape.connector.infinispan
Name
          A qualified name consisting of a namespace and a local name.
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.graph.property used by org.modeshape.connector.jbosscache
Name
          A qualified name consisting of a namespace and a local name.
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.graph.property used by org.modeshape.connector.jcr
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.
NamespaceRegistry.Namespace
          Representation of a single namespace at a single point in time.
Property
          Representation of a property consisting of a name and value(s).
PropertyType
          The data types for property values.
 

Classes in org.modeshape.graph.property used by org.modeshape.connector.meta.jdbc
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.graph.property used by org.modeshape.connector.store.jpa.model.common
DateTime
          An immutable date-time class that represents an instance in time.
 

Classes in org.modeshape.graph.property used by org.modeshape.connector.store.jpa.model.simple
Name
          A qualified name consisting of a namespace and a local name.
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.
Property
          Representation of a property consisting of a name and value(s).
PropertyType
          The data types for property values.
ValueFactories
          The set of standard ValueFactory instances.
 

Classes in org.modeshape.graph.property used by org.modeshape.connector.store.jpa.util
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.
Reference
          A representation of a reference to another node.
ValueFactories
          The set of standard ValueFactory instances.
 

Classes in org.modeshape.graph.property used by org.modeshape.connector.svn
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.graph.property used by org.modeshape.graph
Binary
          Value holder for binary data.
DateTime
          An immutable date-time class that represents an instance in time.
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.
Reference
          A representation of a reference to another node.
ValueFactories
          The set of standard ValueFactory instances.
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.cache
DateTime
          An immutable date-time class that represents an instance in time.
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.connector.base
Name
          A qualified name consisting of a namespace and a local name.
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.
Property
          Representation of a property consisting of a name and value(s).
PropertyFactory
          A factory for creating Property objects.
ValueFactories
          The set of standard ValueFactory instances.
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.connector.federation
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.
PathFactory
          A factory for creating paths.
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.connector.inmemory
Name
          A qualified name consisting of a namespace and a local name.
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.graph.property used by org.modeshape.graph.connector.map
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.
PathFactory
          A factory for creating paths.
Property
          Representation of a property consisting of a name and value(s).
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.connector.path
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.graph.property used by org.modeshape.graph.connector.path.cache
Path
          An object representation of a node path within a repository.
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.io
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.graph.property used by org.modeshape.graph.observe
DateTime
          An immutable date-time class that represents an instance in time.
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.graph.property used by org.modeshape.graph.property
Binary
          Value holder for binary data.
BinaryFactory
          A factory for creating Binary instances.
DateTime
          An immutable date-time class that represents an instance in time.
DateTimeFactory
          A factory for creating date-time instants.
InvalidPathExpressionException
          A runtime exception that represents that an invalid path expression was specified.
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.
PathExpression
          An expression that defines an acceptable path using a regular-expression-like language.
PathExpression.Matcher
           
PathExpression.RepositoryPath
           
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.graph.property used by org.modeshape.graph.property.basic
Binary
          Value holder for binary data.
BinaryFactory
          A factory for creating Binary instances.
DateTime
          An immutable date-time class that represents an instance in time.
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.graph.property used by org.modeshape.graph.query
Binary
          Value holder for binary data.
DateTime
          An immutable date-time class that represents an instance in time.
Name
          A qualified name consisting of a namespace and a local name.
Path
          An object representation of a node path within a repository.
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.query.model
Name
          A qualified name consisting of a namespace and a local name.
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.graph.property used by org.modeshape.graph.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.graph.property used by org.modeshape.graph.request
DateTime
          An immutable date-time class that represents an instance in time.
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.graph.property used by org.modeshape.graph.request.processor
DateTime
          An immutable date-time class that represents an instance in time.
Name
          A qualified name consisting of a namespace and a local name.
Property
          Representation of a property consisting of a name and value(s).
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.search
DateTime
          An immutable date-time class that represents an instance in time.
Path
          An object representation of a node path within a repository.
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.sequencer
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.graph.property used by org.modeshape.graph.session
DateTime
          An immutable date-time class that represents an instance in time.
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.
PathNotFoundException
          A runtime exception denoting that a node or property at a supplied path was not found.
Property
          Representation of a property consisting of a name and value(s).
 

Classes in org.modeshape.graph.property used by org.modeshape.graph.xml
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.
Path
          An object representation of a node path within a repository.
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.
 

Classes in org.modeshape.graph.property used by org.modeshape.jcr
Name
          A qualified name consisting of a namespace and a local name.
NameFactory
          A factory for creating 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.
PathFactory
          A factory for creating paths.
PathNotFoundException
          A runtime exception denoting that a node or property at a supplied path was not found.
PropertyFactory
          A factory for creating Property objects.
PropertyType
          The data types for property values.
ValueFactories
          The set of standard ValueFactory instances.
 

Classes in org.modeshape.graph.property used by org.modeshape.jcr.nodetype
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.jcr.query
Name
          A qualified name consisting of a namespace and a local name.
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.graph.property used by org.modeshape.jcr.query.qom
Path
          An object representation of a node path within a repository.
 

Classes in org.modeshape.graph.property used by org.modeshape.repository
Name
          A qualified name consisting of a namespace and a local name.
Path
          An object representation of a node path within a repository.
PathExpression
          An expression that defines an acceptable path using a regular-expression-like language.
Property
          Representation of a property consisting of a name and value(s).
 

Classes in org.modeshape.graph.property used by org.modeshape.repository.sequencer
Name
          A qualified name consisting of a namespace and a local name.
Path
          An object representation of a node path within a repository.
PathExpression
          An expression that defines an acceptable path using a regular-expression-like language.
PathExpression.Matcher
           
PathExpression.RepositoryPath
           
Property
          Representation of a property consisting of a name and value(s).
ValueFactories
          The set of standard ValueFactory instances.
 

Classes in org.modeshape.graph.property used by org.modeshape.search.lucene
DateTime
          An immutable date-time class that represents an instance in time.
DateTimeFactory
          A factory for creating date-time instants.
Name
          A qualified name consisting of a namespace and a local name.
NameFactory
          A factory for creating names.
Path
          An object representation of a node path within a repository.
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.
UuidFactory
          A factory for creating UUID instances.
ValueFactories
          The set of standard ValueFactory instances.
ValueFactory
          A factory for Property values.
 

Classes in org.modeshape.graph.property used by org.modeshape.search.lucene.query
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.graph.property used by org.modeshape.sequencer.classfile
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.cnd
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.graph.property used by org.modeshape.sequencer.ddl
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.ddl.dialect.derby
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.ddl.dialect.mysql
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.ddl.dialect.oracle
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.ddl.dialect.postgres
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.ddl.node
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.graph.property used by org.modeshape.sequencer.image
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.java
Name
          A qualified name consisting of a namespace and a local name.
NameFactory
          A factory for creating names.
Path
          An object representation of a node path within a repository.
PathFactory
          A factory for creating paths.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.mp3
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.msoffice
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.teiid
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.
Reference
          A representation of a reference to another node.
UuidFactory
          A factory for creating UUID instances.
ValueFactories
          The set of standard ValueFactory instances.
ValueFactory
          A factory for Property values.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.teiid.lexicon
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.text
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.xml
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.
Path
          An object representation of a node path within a repository.
PathFactory
          A factory for creating paths.
PropertyFactory
          A factory for creating Property objects.
 

Classes in org.modeshape.graph.property used by org.modeshape.sequencer.zip
Name
          A qualified name consisting of a namespace and a local name.
 



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