Uses of Package
org.jboss.dna.graph.property

Packages that use org.jboss.dna.graph.property
org.jboss.dna.cnd Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. 
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
org.jboss.dna.connector.store.jpa.model.common The classes that define the common JPA entities used in multiple storage models. 
org.jboss.dna.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
org.jboss.dna.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.cache Caching of graph content is controlled with cache policies, and these are used in connectors and in requests (among other places). 
org.jboss.dna.graph.connector.federation JBoss DNA 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.jboss.dna.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.jboss.dna.graph.io   
org.jboss.dna.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.jboss.dna.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.jboss.dna.graph.property.basic A set of basic implementations of the various interfaces defined in org.jboss.dna.graph.property
org.jboss.dna.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.jboss.dna.graph.sequencer A sequencer in JBoss DNA 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.jboss.dna.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.jboss.dna.graph.xml Graph content can often be represented in XML, so this part of the JBoss DNA Graph API defines the classes that provide the binding between graph and XML content. 
org.jboss.dna.jcr The DNA implementation of the JCR API. 
org.jboss.dna.jcr.nodetype The DNA specification for programmatically creating JCR NodeDefinitions. 
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
org.jboss.dna.sequencer.java The classes that make up the Java source file sequencer. 
org.jboss.dna.sequencer.xml The classes that make up the XML sequencer. 
 

Classes in org.jboss.dna.graph.property used by org.jboss.dna.cnd
Path
          An object representation of a node path within a repository.
 

Classes in org.jboss.dna.graph.property used by org.jboss.dna.connector.store.jpa.model.basic
Path
          An object representation of a node path within a repository.
PropertyType
          The data types for property values.
 

Classes in org.jboss.dna.graph.property used by org.jboss.dna.connector.store.jpa.model.common
DateTime
          An immutable date-time class that represents an instance in time.
 

Classes in org.jboss.dna.graph.property used by org.jboss.dna.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.
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.jboss.dna.graph.property used by org.jboss.dna.connector.svn
Name
          A qualified name consisting of a namespace and a local name.
 

Classes in org.jboss.dna.graph.property used by org.jboss.dna.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.jboss.dna.graph.property used by org.jboss.dna.graph.cache
DateTime
          An immutable date-time class that represents an instance in time.
 

Classes in org.jboss.dna.graph.property used by org.jboss.dna.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.jboss.dna.graph.property used by org.jboss.dna.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.jboss.dna.graph.property used by org.jboss.dna.graph.io
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.jboss.dna.graph.property used by org.jboss.dna.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.jboss.dna.graph.property used by org.jboss.dna.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
           
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.
UuidFactory
          A factory for creating UUID 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.jboss.dna.graph.property used by org.jboss.dna.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.
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.jboss.dna.graph.property used by org.jboss.dna.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.jboss.dna.graph.property used by org.jboss.dna.graph.sequencer
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.jboss.dna.graph.property used by org.jboss.dna.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.jboss.dna.graph.property used by org.jboss.dna.graph.xml
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.jboss.dna.graph.property used by org.jboss.dna.jcr
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.
 

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

Classes in org.jboss.dna.graph.property used by org.jboss.dna.repository
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.jboss.dna.graph.property used by org.jboss.dna.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.
ValueFactories
          The set of standard ValueFactory instances.
 

Classes in org.jboss.dna.graph.property used by org.jboss.dna.sequencer.java
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.jboss.dna.graph.property used by org.jboss.dna.sequencer.xml
Name
          A qualified name consisting of a namespace and a local name.
 



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