Uses of Interface
org.jboss.dna.graph.property.Name

Packages that use Name
org.jboss.dna.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.jboss.dna.connector.meta.jdbc   
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.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
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.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.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.query The Query API provides a mechanism for building and executing queries. 
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.search.lucene   
org.jboss.dna.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.jboss.dna.sequencer.ddl   
org.jboss.dna.sequencer.ddl.dialect.derby   
org.jboss.dna.sequencer.ddl.dialect.mysql   
org.jboss.dna.sequencer.ddl.dialect.oracle   
org.jboss.dna.sequencer.ddl.dialect.postgres   
org.jboss.dna.sequencer.ddl.node   
org.jboss.dna.sequencer.text The classes that provide the ability to sequence fixed-width and delimited text files. 
org.jboss.dna.sequencer.xml The classes that make up the XML sequencer. 
 

Uses of Name in org.jboss.dna.connector.filesystem
 

Methods in org.jboss.dna.connector.filesystem that return types with arguments of type Name
 Set<Name> CustomPropertiesFactory.recordDirectoryProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:folder" node.
 Set<Name> CustomPropertiesFactory.recordFileProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:file" node.
 Set<Name> CustomPropertiesFactory.recordResourceProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:resource" node.
 

Methods in org.jboss.dna.connector.filesystem with parameters of type Name
 PathNode FileSystemRepository.FileSystemWorkspace.createNode(ExecutionContext context, PathNode parentNode, Name name, Map<Name,Property> properties, NodeConflictBehavior conflictBehavior)
           
 PathNode FileSystemRepository.FileSystemWorkspace.moveNode(ExecutionContext context, PathNode node, Name desiredNewName, WritablePathWorkspace originalWorkspace, PathNode newParent, PathNode beforeNode)
           
 

Method parameters in org.jboss.dna.connector.filesystem with type arguments of type Name
 PathNode FileSystemRepository.FileSystemWorkspace.createNode(ExecutionContext context, PathNode parentNode, Name name, Map<Name,Property> properties, NodeConflictBehavior conflictBehavior)
           
 Set<Name> CustomPropertiesFactory.recordDirectoryProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:folder" node.
 Set<Name> CustomPropertiesFactory.recordFileProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:file" node.
 Set<Name> CustomPropertiesFactory.recordResourceProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:resource" node.
 PathNode FileSystemRepository.FileSystemWorkspace.setProperties(ExecutionContext context, Path nodePath, Map<Name,Property> properties)
           
 

Uses of Name in org.jboss.dna.connector.meta.jdbc
 

Fields in org.jboss.dna.connector.meta.jdbc declared as Name
static Name JdbcMetadataLexicon.CATALOG
           
static Name JdbcMetadataLexicon.COLUMN
           
static Name JdbcMetadataLexicon.COLUMN_SIZE
           
static Name JdbcMetadataLexicon.COLUMNS
           
static Name JdbcMetadataLexicon.DATABASE_MAJOR_VERSION
           
static Name JdbcMetadataLexicon.DATABASE_MINOR_VERSION
           
static Name JdbcMetadataLexicon.DATABASE_PRODUCT_NAME
           
static Name JdbcMetadataLexicon.DATABASE_PRODUCT_VERSION
           
static Name JdbcMetadataLexicon.DATABASE_ROOT
           
static Name JdbcMetadataLexicon.DECIMAL_DIGITS
           
static Name JdbcMetadataLexicon.DEFAULT_VALUE
           
static Name JdbcMetadataLexicon.DESCRIPTION
           
static Name JdbcMetadataLexicon.JDBC_DATA_TYPE
           
static Name JdbcMetadataLexicon.LENGTH
           
static Name JdbcMetadataLexicon.NULLABLE
           
static Name JdbcMetadataLexicon.ORDINAL_POSITION
           
static Name JdbcMetadataLexicon.PROCEDURE
           
static Name JdbcMetadataLexicon.PROCEDURE_RETURN_TYPE
           
static Name JdbcMetadataLexicon.PROCEDURES
           
static Name JdbcMetadataLexicon.RADIX
           
static Name JdbcMetadataLexicon.REFERENCE_GENERATION_STRATEGY_NAME
           
static Name JdbcMetadataLexicon.SCHEMA
           
static Name JdbcMetadataLexicon.SCOPE_CATALOG_NAME
           
static Name JdbcMetadataLexicon.SCOPE_SCHEMA_NAME
           
static Name JdbcMetadataLexicon.SCOPE_TABLE_NAME
           
static Name JdbcMetadataLexicon.SELF_REFERENCING_COLUMN_NAME
           
static Name JdbcMetadataLexicon.SOURCE_JDBC_DATA_TYPE
           
static Name JdbcMetadataLexicon.TABLE
           
static Name JdbcMetadataLexicon.TABLE_TYPE
           
static Name JdbcMetadataLexicon.TABLES
           
static Name JdbcMetadataLexicon.TYPE_CATALOG_NAME
           
static Name JdbcMetadataLexicon.TYPE_NAME
           
static Name JdbcMetadataLexicon.TYPE_SCHEMA_NAME
           
 

Uses of Name in org.jboss.dna.connector.store.jpa.util
 

Methods in org.jboss.dna.connector.store.jpa.util with parameters of type Name
 Object[] Serializer.deserializePropertyValues(ObjectInputStream stream, Name propertyName, boolean skip, Serializer.LargeValues largeValues, Serializer.LargeValues skippedLargeValues, Serializer.ReferenceValues references)
          Deserialize the serialized property on the supplied object stream.
 void Serializer.deserializeSomeProperties(ObjectInputStream stream, Collection<Property> properties, Serializer.LargeValues largeValues, Serializer.LargeValues skippedLargeValues, Name... names)
          Deserialize the serialized properties on the supplied object stream.
 

Method parameters in org.jboss.dna.connector.store.jpa.util with type arguments of type Name
 int Serializer.reserializeProperties(ObjectInputStream input, ObjectOutputStream output, Map<Name,Property> updatedProperties, Serializer.LargeValues largeValues, Serializer.LargeValues removedLargeValues, Set<Name> createdProperties, Serializer.ReferenceValues references)
          Deserialize the existing properties from the supplied input stream, update the properties, and then serialize the updated properties to the output stream.
 int Serializer.reserializeProperties(ObjectInputStream input, ObjectOutputStream output, Map<Name,Property> updatedProperties, Serializer.LargeValues largeValues, Serializer.LargeValues removedLargeValues, Set<Name> createdProperties, Serializer.ReferenceValues references)
          Deserialize the existing properties from the supplied input stream, update the properties, and then serialize the updated properties to the output stream.
 

Uses of Name in org.jboss.dna.connector.svn
 

Fields in org.jboss.dna.connector.svn declared as Name
static Name SvnRepositoryLexicon.CHILD_PATH_SEGMENT_LIST
           
static Name SvnRepositoryLexicon.UUID
           
 

Uses of Name in org.jboss.dna.graph
 

Fields in org.jboss.dna.graph declared as Name
static Name JcrLexicon.AUTO_CREATED
           
static Name JcrNtLexicon.BASE
           
static Name JcrNtLexicon.CHILD_NODE_DEFINITION
           
static Name JcrLexicon.CHILD_NODE_DEFINITION
           
static Name DnaLexicon.CLASSNAME
           
static Name DnaLexicon.CLASSPATH
           
static Name JcrLexicon.CONTENT
           
static Name JcrLexicon.CREATED
           
static Name JcrLexicon.DATA
           
static Name JcrLexicon.DEFAULT_PRIMARY_TYPE
           
static Name JcrLexicon.DEFAULT_VALUES
           
static Name DnaLexicon.DEFAULT_WORKSPACE_NAME
           
static Name JcrLexicon.ENCODED
           
static Name JcrNtLexicon.FILE
           
static Name JcrNtLexicon.FOLDER
           
static Name JcrLexicon.HAS_ORDERABLE_CHILD_NODES
           
static Name JcrLexicon.IS_ABSTRACT
           
static Name JcrLexicon.IS_FULL_TEXT_SEARCHABLE
           
static Name JcrLexicon.IS_MIXIN
           
static Name JcrLexicon.IS_QUERY_ORDERABLE
           
static Name JcrLexicon.IS_QUERYABLE
           
static Name JcrLexicon.LAST_MODIFIED
           
static Name JcrMixLexicon.LOCKABLE
           
static Name JcrLexicon.MANDATORY
           
static Name DnaLexicon.MERGE_PLAN
           
static Name JcrLexicon.MIMETYPE
           
static Name JcrLexicon.MIXIN_TYPES
           
static Name JcrLexicon.MULTIPLE
           
static Name JcrLexicon.NAME
           
static Name DnaLexicon.NAMESPACE_URI
           
static Name DnaLexicon.NAMESPACES
           
static Name DnaIntLexicon.NODE_DEFINITON
           
static Name JcrNtLexicon.NODE_TYPE
           
static Name JcrLexicon.NODE_TYPE_NAME
           
static Name JcrLexicon.ON_PARENT_VERSION
           
static Name JcrLexicon.PRIMARY_ITEM_NAME
           
static Name JcrLexicon.PRIMARY_TYPE
           
static Name DnaLexicon.PROJECTION
           
static Name DnaLexicon.PROJECTION_RULES
           
static Name DnaLexicon.PROJECTIONS
           
static Name JcrNtLexicon.PROPERTY_DEFINITION
           
static Name JcrLexicon.PROPERTY_DEFINITION
           
static Name JcrLexicon.PROTECTED
           
static Name JcrLexicon.QUERY_OPERATORS
           
static Name DnaLexicon.READ_ONLY
           
static Name JcrMixLexicon.REFERENCEABLE
           
static Name JcrLexicon.REQUIRED_PRIMARY_TYPES
           
static Name JcrLexicon.REQUIRED_TYPE
           
static Name JcrNtLexicon.RESOURCE
           
static Name DnaLexicon.RESOURCE
           
static Name DnaLexicon.ROOT
           
static Name JcrLexicon.SAME_NAME_SIBLINGS
           
static Name DnaLexicon.SOURCE_NAME
           
static Name JcrLexicon.SUPERTYPES
           
static Name DnaLexicon.TIME_TO_EXPIRE
           
static Name JcrNtLexicon.UNSTRUCTURED
           
static Name JcrLexicon.UUID
           
static Name DnaLexicon.UUID
           
static Name JcrLexicon.VALUE_CONSTRAINTS
           
static Name JcrMixLexicon.VERSIONABLE
           
static Name DnaLexicon.WORKSPACE_NAME
           
static Name DnaLexicon.WORKSPACES
           
 

Methods in org.jboss.dna.graph that return types with arguments of type Name
 Graph.OnMultiple<Map<Name,Property>> Graph.getProperties(Name... names)
          Request that the properties with the given names be read on the node defined via the on(...)
 Map<Name,Property> Node.getPropertiesByName()
          Get the map of properties keyed by the property names.
 Graph.On<Map<Name,Property>> Graph.getPropertiesByName()
          Request that the properties be read on the node defined via the on(...)
 

Methods in org.jboss.dna.graph with parameters of type Name
 Graph.Create<Next> Graph.Create.and(Name propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.and(Name propertyName, Object... values)
          Specify a property that should the new node should have.
 Next Graph.AsChild.as(Name newName)
          Finish the request by specifying the name of the new child node.
 Next Graph.AsName.as(Name newName)
          Finish the request by specifying the new name.
 Next Graph.FromName.from(Name name)
           
 Graph.On<T> Graph.RemoveValueAction.from(Name name)
           
 Property Location.getIdProperty(Name name)
          Get the identification property with the supplied name, if there is such a property.
 SubgraphNode SubgraphNode.getNode(Name childName)
          Get the node at the supplied path that is relative to this node.
 SubgraphNode Subgraph.getNode(Name relativePath)
          Get the node at the supplied location.
 Graph.OnMultiple<Map<Name,Property>> Graph.getProperties(Name... names)
          Request that the properties with the given names be read on the node defined via the on(...)
 Property Node.getProperty(Name name)
          Get the property with the supplied name.
 Graph.OnMultiple<Property> Graph.getProperty(Name name)
          Request that the property with the given name be read on the node defined via the on(...)
 Graph.Create<Next> Graph.CreateNodeNamed.nodeNamed(Name nodeName)
          Specify the name of the node that is to be created.
 Graph.On<Graph.BatchConjunction> Graph.Batch.readProperty(Name name)
          Request that the property with the given name be read on the node defined via the on(...)
 Graph.On<Graph.Conjunction<Graph>> Graph.remove(Name... propertyNames)
          Remove properties from the node at the given location.
 Graph.On<Graph.BatchConjunction> Graph.Batch.remove(Name... propertyNames)
          Remove properties from the node at the given location.
 Graph.SetValues<Graph.Conjunction<Graph>> Graph.set(Name propertyName)
          Set a property on a node, starting with the name.
 Graph.SetValues<Graph.BatchConjunction> Graph.Batch.set(Name propertyName)
          Set a property on a node, starting with the name.
 Next Graph.ToName.to(Name name)
           
 Graph.On<T> Graph.AddValueAction.to(Name name)
           
 Next Graph.SetValuesTo.to(Name value)
          Set the property value to the given Name.
 Graph.Create<Next> Graph.Create.with(Name propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.with(Name propertyName, Object... values)
          Specify a property that should the new node should have.
 

Uses of Name in org.jboss.dna.graph.connector.inmemory
 

Methods in org.jboss.dna.graph.connector.inmemory with parameters of type Name
 MapNode InMemoryNode.removeProperty(Name propertyName)
          Removes the property with the given name
 

Uses of Name in org.jboss.dna.graph.connector.map
 

Methods in org.jboss.dna.graph.connector.map that return types with arguments of type Name
 Map<Name,Property> MapNode.getProperties()
          Returns a map of property names to the property for the given name
 Map<Name,Property> DefaultMapNode.getProperties()
           
 Set<Name> MapNode.getUniqueChildNames()
          Returns the set of child names for this node
 Set<Name> DefaultMapNode.getUniqueChildNames()
           
 

Methods in org.jboss.dna.graph.connector.map with parameters of type Name
 MapNode MapWorkspace.cloneNode(ExecutionContext context, MapNode original, MapWorkspace newWorkspace, MapNode newParent, Name desiredName, Path.Segment desiredSegment, boolean removeExisting, Set<Location> removedExistingNodes)
          This should clone the subgraph given by the original node and place the cloned copy under the supplied new parent.
 MapNode AbstractMapWorkspace.cloneNode(ExecutionContext context, MapNode original, MapWorkspace newWorkspace, MapNode newParent, Name desiredName, Path.Segment desiredSegment, boolean removeExisting, Set<Location> removedExistingNodes)
          This should clone the subgraph given by the original node and place the cloned copy under the supplied new parent.
 MapNode MapWorkspace.copyNode(ExecutionContext context, MapNode original, MapWorkspace newWorkspace, MapNode newParent, Name desiredName, boolean recursive)
          This should copy the subgraph given by the original node and place the new copy under the supplied new parent.
 MapNode AbstractMapWorkspace.copyNode(ExecutionContext context, MapNode original, MapWorkspace newWorkspace, MapNode newParent, Name desiredName, boolean recursive)
          This should copy the subgraph given by the original node and place the new copy under the supplied new parent.
 MapNode MapWorkspace.createNode(ExecutionContext context, MapNode parentNode, Name name, UUID uuid, Iterable<Property> properties)
          Create a new node with the supplied name, as a child of the supplied parent.
 MapNode AbstractMapWorkspace.createNode(ExecutionContext context, MapNode parentNode, Name name, UUID uuid, Iterable<Property> properties)
          Create a new node with the supplied name, as a child of the supplied parent.
 Property MapNode.getProperty(Name name)
          Returns the named property
 Property DefaultMapNode.getProperty(Name name)
          Returns the named property
 void MapWorkspace.moveNode(ExecutionContext context, MapNode node, Name desiredNewName, MapWorkspace newWorkspace, MapNode newParent, MapNode beforeNode)
          Move the supplied node to the new parent.
 void AbstractMapWorkspace.moveNode(ExecutionContext context, MapNode node, Name desiredNewName, MapWorkspace newWorkspace, MapNode newParent, MapNode beforeNode)
          Move the supplied node to the new parent.
 MapNode MapNode.removeProperty(Name propertyName)
          Removes the property with the given name
 MapNode DefaultMapNode.removeProperty(Name propertyName)
           
 

Uses of Name in org.jboss.dna.graph.connector.path
 

Methods in org.jboss.dna.graph.connector.path that return types with arguments of type Name
 Map<Name,Property> PathNode.getProperties()
          Returns a map of property names to the property for the given name
 Map<Name,Property> DefaultPathNode.getProperties()
           
 Set<Name> PathNode.getUniqueChildNames()
          Returns the set of child names for this node
 Set<Name> DefaultPathNode.getUniqueChildNames()
           
 

Methods in org.jboss.dna.graph.connector.path with parameters of type Name
 PathNode WritablePathWorkspace.copyNode(ExecutionContext context, PathNode original, PathWorkspace originalWorkspace, PathNode newParent, Name desiredName, boolean recursive)
          Copy the subgraph given by the original node and place the new copy under the supplied new parent.
 PathNode AbstractWritablePathWorkspace.copyNode(ExecutionContext context, PathNode original, PathWorkspace originalWorkspace, PathNode newParent, Name desiredName, boolean recursive)
          This should copy the subgraph rooted at the original node and place the new copy under the supplied new parent.
 PathNode WritablePathWorkspace.createNode(ExecutionContext context, PathNode parentNode, Name name, Map<Name,Property> properties, NodeConflictBehavior conflictBehavior)
          Create a new node with the supplied name, as a child of the supplied parent.
 Property PathNode.getProperty(Name name)
          Returns the named property
 Property DefaultPathNode.getProperty(Name name)
           
 PathNode WritablePathWorkspace.moveNode(ExecutionContext context, PathNode node, Name desiredNewName, WritablePathWorkspace originalWorkspace, PathNode newParent, PathNode beforeNode)
          Move the supplied node to the new parent within this workspace.
 PathNode AbstractWritablePathWorkspace.moveNode(ExecutionContext context, PathNode node, Name desiredNewName, WritablePathWorkspace originalWorkspace, PathNode newParent, PathNode beforeNode)
           
 

Method parameters in org.jboss.dna.graph.connector.path with type arguments of type Name
 PathNode WritablePathWorkspace.createNode(ExecutionContext context, PathNode parentNode, Name name, Map<Name,Property> properties, NodeConflictBehavior conflictBehavior)
          Create a new node with the supplied name, as a child of the supplied parent.
 PathNode WritablePathWorkspace.createNode(ExecutionContext context, String pathToNewNode, Map<Name,Property> properties, NodeConflictBehavior conflictBehavior)
          Create a node at the supplied path.
 PathNode AbstractWritablePathWorkspace.createNode(ExecutionContext context, String pathToNewNode, Map<Name,Property> properties, NodeConflictBehavior conflictBehavior)
           
 PathNode WritablePathWorkspace.removeProperties(ExecutionContext context, Path nodePath, Iterable<Name> propertyNames)
          Removes the properties with the given names
 PathNode AbstractWritablePathWorkspace.removeProperties(ExecutionContext context, Path nodePath, Iterable<Name> propertyNames)
           
 PathNode WritablePathWorkspace.setProperties(ExecutionContext context, Path nodePath, Map<Name,Property> properties)
          Sets the given properties in a single operation, overwriting any previous properties for the same name.
 

Constructor parameters in org.jboss.dna.graph.connector.path with type arguments of type Name
DefaultPathNode(Path path, UUID uuid, Map<Name,Property> properties, List<Path.Segment> childSegments)
           
 

Uses of Name in org.jboss.dna.graph.observe
 

Methods in org.jboss.dna.graph.observe that return types with arguments of type Name
 Set<Name> NetChangeObserver.NetChange.getRemovedProperties()
           
 

Constructor parameters in org.jboss.dna.graph.observe with type arguments of type Name
NetChangeObserver.NetChange(String workspaceName, Location location, EnumSet<NetChangeObserver.ChangeType> eventTypes, Set<Property> addedProperties, Set<Property> modifiedProperties, Set<Name> removedProperties)
           
 

Uses of Name in org.jboss.dna.graph.property
 

Fields in org.jboss.dna.graph.property declared as Name
static Name Path.PARENT_NAME
          Singleton instance of the name referencing a parent, provided as a convenience.
static Name Path.SELF_NAME
          Singleton instance of the name referencing a self, provided as a convenience.
 

Fields in org.jboss.dna.graph.property with type parameters of type Name
static Comparator<Name> ValueComparators.NAME_COMPARATOR
          A comparator of name values.
 

Methods in org.jboss.dna.graph.property that return Name
 Name NameFactory.create(String namespaceUri, String localName)
          Create a name from the given namespace URI and local name.
 Name NameFactory.create(String namespaceUri, String localName, TextDecoder decoder)
          Create a name from the given namespace URI and local name.
 Name Property.getName()
          Get the name of the property.
 Name Path.Segment.getName()
          Get the name component of this segment.
 

Methods in org.jboss.dna.graph.property with parameters of type Name
 T ValueFactory.create(Name value)
          Create a value from a name.
 T[] ValueFactory.create(Name[] values)
          Create an array of values from an array of names.
 Property PropertyFactory.create(Name name, Iterable<?> values)
          Create a property with the supplied name and values
 Property PropertyFactory.create(Name name, Iterator<?> values)
          Create a property with the supplied name and values
 Property PropertyFactory.create(Name name, Object... values)
          Create a property with the supplied name and values
 Property PropertyFactory.create(Name name, PropertyType desiredType, Iterable<?> values)
          Create a property with the supplied name and values
 Property PropertyFactory.create(Name name, PropertyType desiredType, Iterator<?> values)
          Create a property with the supplied name and values
 Property PropertyFactory.create(Name name, PropertyType desiredType, Object... values)
          Create a property with the supplied name and values
 Path PathFactory.create(Path parentPath, Name... segmentNames)
          Create a path by appending the supplied names to the parent path.
 Path PathFactory.create(Path parentPath, Name segmentName, int index)
          Create a path by appending the supplied names to the parent path.
 Path PathFactory.createAbsolutePath(Name... segmentNames)
          Create an absolute path with the supplied segment names, in order.
 Path PathFactory.createRelativePath(Name... segmentNames)
          Create a relative path with the supplied segment names, in order.
 Path.Segment PathFactory.createSegment(Name segmentName)
          Create a path segment given the supplied segment name.
 Path.Segment PathFactory.createSegment(Name segmentName, int index)
          Create a path segment given the supplied segment name and index.
 boolean Path.endsWith(Name nameOfLastSegment)
          Determine if the path's Path.getLastSegment() has the supplied name and no SNS index.
 boolean Path.endsWith(Name nameOfLastSegment, int snsIndex)
          Determine if the path's Path.getLastSegment() has the supplied name and SNS index.
 

Uses of Name in org.jboss.dna.graph.property.basic
 

Classes in org.jboss.dna.graph.property.basic that implement Name
 class BasicName
          A basic implementation of Name.
 

Fields in org.jboss.dna.graph.property.basic declared as Name
static Name GraphNamespaceRegistry.DEFAULT_URI_PROPERTY_NAME
           
 

Methods in org.jboss.dna.graph.property.basic that return Name
 Name NameValueFactory.create(BigDecimal value)
          Create a value from a decimal.
 Name NameValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Name NameValueFactory.create(boolean value)
          Create a boolean from a string.
 Name NameValueFactory.create(byte[] value)
          Create a value from the binary content given by the supplied array.
 Name NameValueFactory.create(Calendar value)
          Create a value from a Calendar instance.
 Name NameValueFactory.create(Date value)
          Create a value from a date.
 Name NameValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 Name NameValueFactory.create(double value)
          Create a value from a double.
 Name NameValueFactory.create(float value)
          Create a value from a float.
 Name NameValueFactory.create(InputStream stream, long approximateLength)
          Create a value from the binary content given by the supplied stream.
 Name NameValueFactory.create(int value)
          Create a value from an integer.
 Name NameValueFactory.create(long value)
          Create a long from a string.
 Name NameValueFactory.create(Name value)
          Create a value from a name.
 Name NameValueFactory.create(Path value)
          Create a value from a path.
 Name NameValueFactory.create(Reader reader, long approximateLength)
          Create a value from a the binary content given by the supplied reader.
 Name NameValueFactory.create(Reference value)
          Create a value from a reference.
 Name NameValueFactory.create(String value)
          Create a value from a string, using no decoding.
 Name NameValueFactory.create(String namespaceUri, String localName)
          Create a name from the given namespace URI and local name.
 Name NameValueFactory.create(String namespaceUri, String localName, TextDecoder decoder)
          Create a name from the given namespace URI and local name.
 Name NameValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Name NameValueFactory.create(URI value)
          Create a value from a URI.
 Name NameValueFactory.create(UUID value)
          Create a value from a UUID.
 Name BasicProperty.getName()
          Get the name of the property.
 Name BasicPathSegment.getName()
          Get the name component of this segment.
 

Methods in org.jboss.dna.graph.property.basic with parameters of type Name
 int BasicName.compareTo(Name that)
          
 UUID UuidValueFactory.create(Name value)
          Create a value from a name.
 Reference UuidReferenceValueFactory.create(Name value)
          Create a value from a name.
 URI UriValueFactory.create(Name value)
          Create a value from a name.
 String StringValueFactory.create(Name value)
          Create a value from a name.
 Path PathValueFactory.create(Name value)
          Create a value from a name.
 Object ObjectValueFactory.create(Name value)
          Create a value from a name.
 Name NameValueFactory.create(Name value)
          Create a value from a name.
 Long LongValueFactory.create(Name value)
          Create a value from a name.
 DateTime JodaDateTimeValueFactory.create(Name value)
          Create a value from a name.
 Double DoubleValueFactory.create(Name value)
          Create a value from a name.
 BigDecimal DecimalValueFactory.create(Name value)
          Create a value from a name.
 Boolean BooleanValueFactory.create(Name value)
          Create a value from a name.
 Binary AbstractBinaryValueFactory.create(Name value)
          Create a value from a name.
 T[] AbstractValueFactory.create(Name[] values)
          Create an array of values from an array of names.
 Property BasicPropertyFactory.create(Name name, Iterable<?> values)
          Create a property with the supplied name and values
 Property BasicPropertyFactory.create(Name name, Iterator<?> values)
          Create a property with the supplied name and values
 Property BasicPropertyFactory.create(Name name, Object... values)
          Create a property with the supplied name and values
 Property BasicPropertyFactory.create(Name name, PropertyType desiredType, Iterable<?> values)
          Create a property with the supplied name and values
 Property BasicPropertyFactory.create(Name name, PropertyType desiredType, Iterator<?> values)
          Create a property with the supplied name and values
 Property BasicPropertyFactory.create(Name name, PropertyType desiredType, Object... values)
          Create a property with the supplied name and values
 Path PathValueFactory.create(Path parentPath, Name... segmentNames)
          Create a path by appending the supplied names to the parent path.
 Path PathValueFactory.create(Path parentPath, Name segmentName, int index)
          Create a path by appending the supplied names to the parent path.
 Path PathValueFactory.createAbsolutePath(Name... segmentNames)
          Create an absolute path with the supplied segment names, in order.
 Path PathValueFactory.createRelativePath(Name... segmentNames)
          Create a relative path with the supplied segment names, in order.
 Path.Segment PathValueFactory.createSegment(Name segmentName)
          Create a path segment given the supplied segment name.
 Path.Segment PathValueFactory.createSegment(Name segmentName, int index)
          Create a path segment given the supplied segment name and index.
 boolean RootPath.endsWith(Name nameOfLastSegment)
          Determine if the path's Path.getLastSegment() has the supplied name and no SNS index.
 boolean AbstractPath.endsWith(Name nameOfLastSegment)
          Determine if the path's Path.getLastSegment() has the supplied name and no SNS index.
 boolean RootPath.endsWith(Name nameOfLastSegment, int snsIndex)
          Determine if the path's Path.getLastSegment() has the supplied name and SNS index.
 boolean AbstractPath.endsWith(Name nameOfLastSegment, int snsIndex)
          Determine if the path's Path.getLastSegment() has the supplied name and SNS index.
 

Constructors in org.jboss.dna.graph.property.basic with parameters of type Name
BasicEmptyProperty(Name name)
          Create a property with no values.
BasicMultiValueProperty(Name name, List<Object> values)
          Create a property with 2 or more values.
BasicMultiValueProperty(Name name, Object... values)
          Create a property with 2 or more values.
BasicPathSegment(Name name)
           
BasicPathSegment(Name name, int index)
           
BasicProperty(Name name)
           
BasicSingleValueProperty(Name name, Object value)
          Create a property with a single value
GraphNamespaceRegistry(Graph store, Path parentOfNamespaceNodes, Name uriPropertyName, Property... additionalProperties)
           
 

Constructor parameters in org.jboss.dna.graph.property.basic with type arguments of type Name
PathValueFactory(TextDecoder decoder, ValueFactory<String> stringValueFactory, ValueFactory<Name> nameValueFactory)
           
 

Uses of Name in org.jboss.dna.graph.query
 

Methods in org.jboss.dna.graph.query with parameters of type Name
 QueryBuilder.CastAs<QueryBuilder.ConstraintBuilder> QueryBuilder.RightHandSide.cast(Name literal)
          Define the right-hand side of a comparison.
 QueryBuilder.CastAs<QueryBuilder.ConstraintBuilder> QueryBuilder.UpperBoundary.cast(Name literal)
          Define the upper boundary value of a range.
 QueryBuilder.CastAs<QueryBuilder.AndBuilder<QueryBuilder.UpperBoundary>> QueryBuilder.LowerBoundary.cast(Name literal)
          Define the lower boundary value of a range.
 QueryBuilder.ConstraintBuilder QueryBuilder.RightHandSide.literal(Name literal)
          Define the right-hand side of a comparison.
 QueryBuilder.ConstraintBuilder QueryBuilder.UpperBoundary.literal(Name literal)
          Define the upper boundary value of a range.
 QueryBuilder.AndBuilder<QueryBuilder.UpperBoundary> QueryBuilder.LowerBoundary.literal(Name literal)
          Define the lower boundary value of a range.
 

Uses of Name in org.jboss.dna.graph.request
 

Methods in org.jboss.dna.graph.request that return Name
 Name MoveBranchRequest.desiredName()
          Get the name of the copy if it is to be different than that of the original.
 Name CopyBranchRequest.desiredName()
          Get the name of the copy if it is to be different than that of the original.
 Name CloneBranchRequest.desiredName()
          Get the name of the clone if it is to be different than that of the original.
 Name ReadPropertyRequest.named()
          Get the name of the property that is to be read
 Name CreateNodeRequest.named()
          Get the name for the new child.
 Name UpdateValuesRequest.property()
          Get the name of the property that is to be updated.
 Name RemovePropertyRequest.propertyName()
          Get the name of the property that is being removed.
 Name RenameNodeRequest.toName()
          Get the new name for the node.
 

Methods in org.jboss.dna.graph.request that return types with arguments of type Name
 Set<Name> UpdatePropertiesRequest.getNewPropertyNames()
          Get the names of the properties that were created by this request.
 Map<Name,Property> ReadNodeRequest.getPropertiesByName()
          Get the properties that were read from the RepositoryConnection.
 Map<Name,Property> ReadAllPropertiesRequest.getPropertiesByName()
          Get the properties that were read from the RepositoryConnection.
 Map<Name,Property> ReadBranchRequest.getPropertiesFor(Location location)
          Get the nodes that make up this branch.
 Map<Name,Property> UpdatePropertiesRequest.properties()
          Get the map of properties for the node, keyed by property name.
 

Methods in org.jboss.dna.graph.request with parameters of type Name
 UpdateValuesRequest RequestBuilder.addValues(String workspaceName, Location on, Name property, List<Object> values)
          Add a request to add values to a property on an existing node
 CloneBranchRequest RequestBuilder.cloneBranch(Location from, String fromWorkspace, Location into, String intoWorkspace, Name nameForClone, Path.Segment exactSegmentForClone, boolean removeExisting)
          Add a request to clone a branch to another.
 BatchRequestBuilder BatchRequestBuilder.cloneBranch(Location from, String fromWorkspace, Location into, String intoWorkspace, Name nameForClone, Path.Segment exactSegmentForClone, boolean removeExisting)
          Add a request to clone a branch to another.
 BatchRequestBuilder BatchRequestBuilder.copyBranch(Location from, String fromWorkspace, Location into, String intoWorkspace, Name nameForCopy)
          Add a request to copy a branch to another.
 CopyBranchRequest RequestBuilder.copyBranch(Location from, String fromWorkspace, Location into, String intoWorkspace, Name nameForCopy, NodeConflictBehavior conflictBehavior)
          Add a request to copy a branch to another.
 BatchRequestBuilder BatchRequestBuilder.copyBranch(Location from, String fromWorkspace, Location into, String intoWorkspace, Name nameForCopy, NodeConflictBehavior conflictBehavior)
          Add a request to copy a branch to another.
 CreateNodeRequest RequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Iterator<Property> properties)
          Add a request to create a node with the given properties under the supplied location.
 BatchRequestBuilder BatchRequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Iterator<Property> properties)
          Add a request to create a node with the given properties under the supplied location.
 CreateNodeRequest RequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Iterator<Property> properties, NodeConflictBehavior conflictBehavior)
          Add a request to create a node with the given properties under the supplied location.
 BatchRequestBuilder BatchRequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Iterator<Property> properties, NodeConflictBehavior conflictBehavior)
          Add a request to create a node with the given properties under the supplied location.
 CreateNodeRequest RequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Property[] properties)
          Add a request to create a node with the given properties under the supplied location.
 BatchRequestBuilder BatchRequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Property[] properties)
          Add a request to create a node with the given properties under the supplied location.
 CreateNodeRequest RequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Property[] properties, NodeConflictBehavior conflictBehavior)
          Add a request to create a node with the given properties under the supplied location.
 BatchRequestBuilder BatchRequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Property[] properties, NodeConflictBehavior conflictBehavior)
          Add a request to create a node with the given properties under the supplied location.
 boolean UpdatePropertiesRequest.isNewProperty(Name name)
          Determine whether the named property was created by this request
 MoveBranchRequest RequestBuilder.moveBranch(Location from, Location into, Location before, String workspaceName, Name newNameForNode)
          Create a request to move a branch from one location into another before the given child node of the new location.
 BatchRequestBuilder BatchRequestBuilder.moveBranch(Location from, Location into, Location before, String workspaceName, Name newNameForNode)
          Create a request to move a branch from one location into another.
 MoveBranchRequest RequestBuilder.moveBranch(Location from, Location into, String workspaceName, Name newNameForNode)
          Create a request to move a branch from one location into another.
 BatchRequestBuilder BatchRequestBuilder.moveBranch(Location from, Location into, String workspaceName, Name newNameForNode)
          Create a request to move a branch from one location into another.
 MoveBranchRequest RequestBuilder.moveBranch(Location from, Location into, String workspaceName, Name newNameForNode, NodeConflictBehavior conflictBehavior)
          Create a request to move a branch from one location into another.
 ReadPropertyRequest RequestBuilder.readProperty(Location of, String workspaceName, Name propertyName)
          Add a request to read the properties and number of children of a node at the supplied location.
 BatchRequestBuilder BatchRequestBuilder.readProperty(Location of, String workspaceName, Name propertyName)
          Add a request to read the properties and number of children of a node at the supplied location.
 Request RequestBuilder.removeProperties(Location on, String workspaceName, Name... propertyNames)
          Add a request to remove from the node the properties with the supplied names.
 BatchRequestBuilder BatchRequestBuilder.removeProperties(Location on, String workspaceName, Name... propertyNames)
          Add a request to remove from the node the properties with the supplied names.
 RemovePropertyRequest RequestBuilder.removeProperty(Location on, String workspaceName, Name propertyName)
          Add a request to remove the property with the supplied name from the given node.
 BatchRequestBuilder BatchRequestBuilder.removeProperty(Location on, String workspaceName, Name propertyName)
          Add a request to remove the property with the supplied name from the given node.
 UpdateValuesRequest RequestBuilder.removeValues(String workspaceName, Location on, Name property, List<Object> values)
          Add a request to remove values from a property on an existing node
 RenameNodeRequest RequestBuilder.renameNode(Location at, String workspaceName, Name newName)
          Add a request to rename the node at the supplied location.
 BatchRequestBuilder BatchRequestBuilder.renameNode(Location at, String workspaceName, Name newName)
          Add a request to rename the node at the supplied location.
 void UpdatePropertiesRequest.setNewProperties(Name... nameOfCreatedProperties)
          Record that the named properties did not exist prior to the processing of this request and were actually created by this request.
 void UpdatePropertiesRequest.setNewProperty(Name nameOfCreatedProperty)
          Record that the named property did not exist prior to the processing of this request and was actually created by this request.
 

Method parameters in org.jboss.dna.graph.request with type arguments of type Name
 void UpdatePropertiesRequest.setNewProperties(Iterable<Name> nameOfCreatedProperties)
          Record that the named properties did not exist prior to the processing of this request and were actually created by this request.
 

Constructors in org.jboss.dna.graph.request with parameters of type Name
CloneBranchRequest(Location from, String fromWorkspace, Location into, String intoWorkspace, Name nameForClone, Path.Segment exactSegmentForClone, boolean removeExisting)
          Create a request to clone a branch to another.
CopyBranchRequest(Location from, String fromWorkspace, Location into, String intoWorkspace, Name nameForCopy)
          Create a request to copy a branch to another.
CopyBranchRequest(Location from, String fromWorkspace, Location into, String intoWorkspace, Name nameForCopy, NodeConflictBehavior nodeConflictBehavior)
          Create a request to copy a branch to another.
CreateNodeRequest(Location parentLocation, String workspaceName, Name childName, Iterable<Property> properties)
          Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location parentLocation, String workspaceName, Name childName, Iterator<Property> properties)
          Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location parentLocation, String workspaceName, Name childName, NodeConflictBehavior conflictBehavior, Iterable<Property> properties)
          Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location parentLocation, String workspaceName, Name childName, NodeConflictBehavior conflictBehavior, Iterator<Property> properties)
          Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location parentLocation, String workspaceName, Name childName, NodeConflictBehavior conflictBehavior, Property... properties)
          Create a request to create a node with the given properties under the supplied location.
CreateNodeRequest(Location parentLocation, String workspaceName, Name childName, Property... properties)
          Create a request to create a node with the given properties under the supplied location.
MoveBranchRequest(Location from, Location into, Location before, String workspaceName, Name newNameForMovedNode, NodeConflictBehavior conflictBehavior)
          Create a request to move a branch from one location into another.
MoveBranchRequest(Location from, Location into, String workspaceName, Name newNameForMovedNode)
          Create a request to move a branch from one location into another.
ReadPropertyRequest(Location on, String workspaceName, Name propertyName)
          Create a request to read the properties and number of children of a node at the supplied location.
RemovePropertyRequest(Location from, String workspaceName, Name propertyName)
          Create a request to remove a named property from the node at the supplied location.
RenameNodeRequest(Location at, String workspaceName, Name newName)
          Create a request to rename the node at the supplied location.
UpdateValuesRequest(String workspaceName, Location on, Name propertyName, List<Object> addedValues, List<Object> removedValues)
           
 

Constructor parameters in org.jboss.dna.graph.request with type arguments of type Name
UpdatePropertiesRequest(Location on, String workspaceName, Map<Name,Property> properties)
          Create a request to update the properties on the node at the supplied location.
UpdatePropertiesRequest(Location on, String workspaceName, Map<Name,Property> properties, boolean removeOtherProperties)
          Create a request to update the properties on the node at the supplied location.
 

Uses of Name in org.jboss.dna.graph.sequencer
 

Methods in org.jboss.dna.graph.sequencer with parameters of type Name
 Property StreamSequencerContext.getInputProperty(Name name)
          Return the property with the supplied name from the input node containing the content being sequenced.
 void SequencerOutput.setProperty(Path nodePath, Name propertyName, Object... values)
          Set the supplied property on the supplied node.
 

Uses of Name in org.jboss.dna.graph.session
 

Methods in org.jboss.dna.graph.session that return Name
 Name GraphSession.Node.getName()
          Get the name of this node, without any same-name-sibling index.
 Name GraphSession.PropertyInfo.getName()
          Get the name of the property.
 

Methods in org.jboss.dna.graph.session that return types with arguments of type Name
 Set<Name> GraphSession.Node.getPropertyNames()
          Get the names of the properties on this node.
 

Methods in org.jboss.dna.graph.session with parameters of type Name
 GraphSession.Node<Payload,PropertyPayload> GraphSession.Node.createChild(Name name)
          Create a new child node with the supplied name.
 GraphSession.Node<Payload,PropertyPayload> GraphSession.Node.createChild(Name name, Collection<Property> idProperties)
          Create a new child node with the supplied name and multiple initial identification properties.
 GraphSession.Node<Payload,PropertyPayload> GraphSession.Node.createChild(Name name, Collection<Property> idProperties, Property... remainingProperties)
          Create a new child node with the supplied name and multiple initial properties.
 GraphSession.Node<Payload,PropertyPayload> GraphSession.Node.createChild(Name name, Property... properties)
          Create a new child node with the supplied name and multiple initial properties.
 GraphSession.Node<Payload,PropertyPayload> GraphSession.Node.getChild(Name name, int sns)
          Get the child with the supplied name and SNS index.
 Iterable<GraphSession.Node<Payload,PropertyPayload>> GraphSession.Node.getChildren(Name name)
          Get an iterator over the children that have the supplied name.
 int GraphSession.Node.getChildrenCount(Name name)
          Get the number of children that have the same supplied name.
 GraphSession.Node<Payload,PropertyPayload> GraphSession.Node.getFirstChild(Name name)
          Get the first child matching the name and lowest SNS index
 GraphSession.PropertyInfo<PropertyPayload> GraphSession.Node.getProperty(Name name)
          Get from this node the property with the supplied name.
 boolean GraphSession.Node.hasChild(Name name, int sns)
          Determine whether this node has a child with the supplied name and SNS index.
 void GraphSession.Node.moveTo(GraphSession.Node<Payload,PropertyPayload> parent, Name newNodeName)
          Move this node from its current location so that is is a child of the supplied parent, renaming the node in the process.
 void GraphSession.Operations.postRemoveProperty(GraphSession.Node<NodePayload,PropertyPayload> node, Name propertyName, GraphSession.PropertyInfo<PropertyPayload> oldProperty)
           
 void GraphSession.NodeOperations.postRemoveProperty(GraphSession.Node<Payload,PropertyPayload> node, Name propertyName, GraphSession.PropertyInfo<PropertyPayload> oldProperty)
          
 void GraphSession.Operations.postSetProperty(GraphSession.Node<NodePayload,PropertyPayload> node, Name propertyName, GraphSession.PropertyInfo<PropertyPayload> oldProperty)
           
 void GraphSession.NodeOperations.postSetProperty(GraphSession.Node<Payload,PropertyPayload> node, Name propertyName, GraphSession.PropertyInfo<PropertyPayload> oldProperty)
          
 void GraphSession.Operations.preRemoveProperty(GraphSession.Node<NodePayload,PropertyPayload> node, Name propertyName)
           
 void GraphSession.NodeOperations.preRemoveProperty(GraphSession.Node<Payload,PropertyPayload> node, Name propertyName)
          
 void GraphSession.Operations.preSetProperty(GraphSession.Node<NodePayload,PropertyPayload> node, Name propertyName, GraphSession.PropertyInfo<PropertyPayload> newProperty)
           
 void GraphSession.NodeOperations.preSetProperty(GraphSession.Node<Payload,PropertyPayload> node, Name propertyName, GraphSession.PropertyInfo<PropertyPayload> newProperty)
          
 GraphSession.PropertyInfo<PropertyPayload> GraphSession.Node.removeProperty(Name name)
          Remove a property from this node.
 void GraphSession.Node.rename(Name newNodeName)
          Rename this node to have a different name.
 

Method parameters in org.jboss.dna.graph.session with type arguments of type Name
 void GraphSession.Node.loadedWith(List<Location> children, Map<Name,GraphSession.PropertyInfo<PropertyPayload>> properties, DateTime expirationTime)
          Define the persistent child information that this node is to be populated with.
 void GraphSession.Operations.postCreateChild(GraphSession.Node<NodePayload,PropertyPayload> parentNode, GraphSession.Node<NodePayload,PropertyPayload> newChild, Map<Name,GraphSession.PropertyInfo<PropertyPayload>> properties)
          Notify that a new child has been added to the supplied parent node.
 void GraphSession.NodeOperations.postCreateChild(GraphSession.Node<Payload,PropertyPayload> parent, GraphSession.Node<Payload,PropertyPayload> childChild, Map<Name,GraphSession.PropertyInfo<PropertyPayload>> properties)
          Notify that a new child has been added to the supplied parent node.
 void GraphSession.Operations.preCreateChild(GraphSession.Node<NodePayload,PropertyPayload> parentNode, Path.Segment newChild, Map<Name,GraphSession.PropertyInfo<PropertyPayload>> properties)
          Notify that a new child with the supplied path segment is about to be created.
 void GraphSession.NodeOperations.preCreateChild(GraphSession.Node<Payload,PropertyPayload> parent, Path.Segment newChild, Map<Name,GraphSession.PropertyInfo<PropertyPayload>> properties)
          Notify that a new child with the supplied path segment is about to be created.
 

Uses of Name in org.jboss.dna.graph.xml
 

Constructors in org.jboss.dna.graph.xml with parameters of type Name
XmlHandler(Destination destination, boolean skipRootElement, Path parent, TextDecoder textDecoder, Name nameAttribute, Name typeAttribute, Name typeAttributeValue, XmlHandler.AttributeScoping scoping)
          Create a handler that creates content in the supplied graph
 

Uses of Name in org.jboss.dna.jcr
 

Fields in org.jboss.dna.jcr declared as Name
static Name DnaLexicon.BASE
           
static Name JcrLexicon.BASE_VERSION
           
static Name JcrLexicon.CONTENT
           
static Name JcrLexicon.CREATED
           
static Name JcrLexicon.DATA
           
static Name JcrLexicon.ENCODING
           
static Name DnaLexicon.EXPIRATION_DATE
           
static Name JcrLexicon.FROZEN_MIXIN_TYPES
           
static Name JcrNtLexicon.FROZEN_NODE
           
static Name JcrLexicon.FROZEN_NODE
           
static Name JcrLexicon.FROZEN_PRIMARY_TYPE
           
static Name JcrLexicon.FROZEN_UUID
           
static Name JcrNtLexicon.HIERARCHY_NODE
           
static Name JcrLexicon.IS_CHECKED_OUT
           
static Name DnaLexicon.IS_HELD_BY_SESSION
           
static Name DnaLexicon.IS_SESSION_SCOPED
           
static Name JcrLexicon.LANGUAGE
           
static Name JcrLexicon.LAST_MODIFIED
           
static Name JcrNtLexicon.LINKED_FILE
           
static Name DnaLexicon.LOCK
           
static Name JcrLexicon.LOCK_IS_DEEP
           
static Name JcrLexicon.LOCK_OWNER
           
static Name DnaLexicon.LOCKED_UUID
           
static Name DnaLexicon.LOCKING_SESSION
           
static Name DnaLexicon.LOCKS
           
static Name JcrLexicon.MERGE_FAILED
           
static Name DnaIntLexicon.MULTI_VALUED_PROPERTIES
           
static Name JcrSvLexicon.NAME
           
static Name DnaLexicon.NAMESPACE
           
static Name JcrSvLexicon.NODE
           
static Name JcrLexicon.NODE_TYPES
           
static Name DnaLexicon.NODE_TYPES
           
static Name JcrLexicon.PATH
          The "jcr:path" pseudo-column used in queries
static Name JcrLexicon.PREDECESSORS
           
static Name JcrSvLexicon.PROPERTY
           
static Name JcrNtLexicon.QUERY
           
static Name DnaLexicon.REPOSITORIES
           
static Name JcrLexicon.ROOT
           
static Name JcrLexicon.ROOT_VERSION
           
static Name JcrLexicon.SCORE
          The "jcr:score" pseudo-column used in queries
static Name JcrLexicon.STATEMENT
           
static Name JcrLexicon.SUCCESSORS
           
static Name JcrLexicon.SYSTEM
           
static Name DnaLexicon.SYSTEM
           
static Name JcrSvLexicon.TYPE
           
static Name DnaLexicon.URI
           
static Name JcrSvLexicon.VALUE
           
static Name JcrNtLexicon.VERSION
           
static Name JcrNtLexicon.VERSION_HISTORY
           
static Name JcrLexicon.VERSION_HISTORY
           
static Name JcrNtLexicon.VERSION_LABELS
           
static Name JcrLexicon.VERSION_LABELS
           
static Name JcrLexicon.VERSIONABLE_UUID
           
static Name JcrNtLexicon.VERSIONED_CHILD
           
static Name DnaLexicon.WORKSPACE
           
static Name JcrLexicon.XMLCHARACTERS
           
static Name JcrLexicon.XMLTEXT
           
 

Methods in org.jboss.dna.jcr that return Name
 Name NodeDefinitionId.getChildDefinitionName()
          Get the name of the child definition.
 Name PropertyDefinitionId.getNodeTypeName()
          Get the name of the node type on which the property definition is defined
 Name NodeDefinitionId.getNodeTypeName()
          Get the name of the node type on which the child node definition is defined.
 Name PropertyDefinitionId.getPropertyDefinitionName()
          Get the name of the property definition.
 Name[] NodeDefinitionId.getRequiredPrimaryTypes()
           
 

Constructors in org.jboss.dna.jcr with parameters of type Name
NodeDefinitionId(Name nodeTypeName, Name childDefinitionName, Name[] requiredPrimaryTypes)
          Create an identifier for a node definition.
NodeDefinitionId(Name nodeTypeName, Name childDefinitionName, Name[] requiredPrimaryTypes)
          Create an identifier for a node definition.
PropertyDefinitionId(Name nodeTypeName, Name propertyDefinitionName, int propertyType, boolean allowsMultiple)
          Create a new identifier for a property definition.
 

Uses of Name in org.jboss.dna.jcr.nodetype
 

Methods in org.jboss.dna.jcr.nodetype that return Name
 Name NodeTypeExistsException.getNodeType()
          Get the name of the existing node type.
 

Constructors in org.jboss.dna.jcr.nodetype with parameters of type Name
NodeTypeExistsException(Name nodeType)
           
NodeTypeExistsException(Name nodeType, String message)
           
NodeTypeExistsException(Name nodeType, String message, Throwable rootCause)
           
NodeTypeExistsException(Name nodeType, Throwable rootCause)
           
 

Uses of Name in org.jboss.dna.repository
 

Fields in org.jboss.dna.repository declared as Name
static Name DnaLexicon.DEFAULT_CACHE_POLICY
           
static Name DnaLexicon.DESCRIPTION
           
static Name DnaLexicon.JNDI_NAME
           
static Name DnaLexicon.MIME_TYPE_DETECTOR
           
static Name DnaLexicon.MIME_TYPE_DETECTORS
           
static Name DnaLexicon.OPTIONS
           
static Name DnaLexicon.PATH_EXPRESSION
           
static Name DnaLexicon.READABLE_NAME
           
static Name DnaLexicon.RETRY_LIMIT
           
static Name DnaLexicon.SEQUENCER
           
static Name DnaLexicon.SEQUENCERS
           
static Name DnaLexicon.SOURCE
           
static Name DnaLexicon.SOURCES
           
static Name DnaLexicon.VALUE
           
 

Uses of Name in org.jboss.dna.repository.sequencer
 

Methods in org.jboss.dna.repository.sequencer that return Name
 Name SequencerOutputMap.PropertyValue.getName()
          Get the property name.
 Name SequencerOutputMap.Entry.getPrimaryTypeValue()
          Get the primary type specified for this node, or null if the type was not specified
 

Methods in org.jboss.dna.repository.sequencer with parameters of type Name
 void SequencerOutputMap.setProperty(Path nodePath, Name propertyName, Object... values)
          Set the supplied property on the supplied node.
 

Uses of Name in org.jboss.dna.search.lucene
 

Methods in org.jboss.dna.search.lucene with parameters of type Name
 IndexRules.Builder IndexRules.Builder.binaryField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index)
          Define a binary-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.booleanField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index)
          Define a boolean-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.dateField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index)
          Define a date-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.dateField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Long minValue)
          Define a date-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.dateField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Long minValue, Long maxValue)
          Define a date-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.doubleField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index)
          Define a double-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.doubleField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Double minValue)
          Define a double-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.doubleField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Double minValue, Double maxValue)
          Define a double-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.floatField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index)
          Define a float-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.floatField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Float minValue)
          Define a float-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.floatField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Float minValue, Float maxValue)
          Define a float-based field in the indexes.
 IndexRules.Rule IndexRules.getRule(Name name)
          Get the rule associated with the given property name.
 IndexRules.Builder IndexRules.Builder.integerField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index)
          Define a integer-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.integerField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Integer minValue)
          Define a integer-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.integerField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Integer minValue, Integer maxValue)
          Define a integer-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.longField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index)
          Define a long-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.longField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Long minValue)
          Define a long-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.longField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, Long minValue, Long maxValue)
          Define a long-based field in the indexes.
 IndexRules.Builder IndexRules.Builder.skip(Name... namesToIndex)
          Mark the properties with the supplied names to be skipped from indexing.
 IndexRules.Builder IndexRules.Builder.stringField(Name name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index)
          Define a string-based field in the indexes.
 

Uses of Name in org.jboss.dna.sequencer.classfile
 

Fields in org.jboss.dna.sequencer.classfile declared as Name
static Name ClassFileSequencerLexicon.ABSTRACT
           
static Name ClassFileSequencerLexicon.ANNOTATION
           
static Name ClassFileSequencerLexicon.ANNOTATION_MEMBER
           
static Name ClassFileSequencerLexicon.ANNOTATIONS
           
static Name ClassFileSequencerLexicon.CLASS
           
static Name ClassFileSequencerLexicon.CONSTRUCTORS
           
static Name ClassFileSequencerLexicon.ENUM
           
static Name ClassFileSequencerLexicon.ENUM_VALUES
           
static Name ClassFileSequencerLexicon.FIELD
           
static Name ClassFileSequencerLexicon.FIELDS
           
static Name ClassFileSequencerLexicon.FINAL
           
static Name ClassFileSequencerLexicon.INTERFACE
           
static Name ClassFileSequencerLexicon.INTERFACES
           
static Name ClassFileSequencerLexicon.METHOD
           
static Name ClassFileSequencerLexicon.METHODS
           
static Name ClassFileSequencerLexicon.NAME
           
static Name ClassFileSequencerLexicon.NATIVE
           
static Name ClassFileSequencerLexicon.PARAMETERS
           
static Name ClassFileSequencerLexicon.RETURN_TYPE_CLASS_NAME
           
static Name ClassFileSequencerLexicon.SEQUENCED_DATE
           
static Name ClassFileSequencerLexicon.STATIC
           
static Name ClassFileSequencerLexicon.STRICT_FP
           
static Name ClassFileSequencerLexicon.SUPER_CLASS_NAME
           
static Name ClassFileSequencerLexicon.SYNCHRONIZED
           
static Name ClassFileSequencerLexicon.TRANSIENT
           
static Name ClassFileSequencerLexicon.TYPE_CLASS_NAME
           
static Name ClassFileSequencerLexicon.VALUE
           
static Name ClassFileSequencerLexicon.VISIBILITY
           
static Name ClassFileSequencerLexicon.VOLATILE
           
 

Uses of Name in org.jboss.dna.sequencer.ddl
 

Fields in org.jboss.dna.sequencer.ddl declared as Name
static Name StandardDdlLexicon.ALL_PRIVILEGES
           
static Name StandardDdlLexicon.CHECK_SEARCH_CONDITION
           
static Name StandardDdlLexicon.COLLATION_NAME
           
static Name StandardDdlLexicon.COLUMN_ATTRIBUTE_TYPE
           
static Name StandardDdlLexicon.CONSTRAINT_ATTRIBUTE_TYPE
           
static Name StandardDdlLexicon.CONSTRAINT_TYPE
           
static Name StandardDdlLexicon.CREATE_VIEW_OPTION_CLAUSE
           
static Name StandardDdlLexicon.CREATE_VIEW_QUERY_EXPRESSION
           
static Name StandardDdlLexicon.DATATYPE_LENGTH
           
static Name StandardDdlLexicon.DATATYPE_NAME
           
static Name StandardDdlLexicon.DATATYPE_PRECISION
           
static Name StandardDdlLexicon.DATATYPE_SCALE
           
static Name StandardDdlLexicon.DDL_EXPRESSION
           
static Name StandardDdlLexicon.DDL_ORIGINAL_EXPRESSION
           
static Name StandardDdlLexicon.DDL_START_CHAR_INDEX
           
static Name StandardDdlLexicon.DDL_START_COLUMN_NUMBER
           
static Name StandardDdlLexicon.DDL_START_LINE_NUMBER
           
static Name StandardDdlLexicon.DEFAULT_OPTION
           
static Name StandardDdlLexicon.DEFAULT_PRECISION
           
static Name StandardDdlLexicon.DEFAULT_VALUE
           
static Name StandardDdlLexicon.DEFERRABLE
           
static Name StandardDdlLexicon.DROP_BEHAVIOR
           
static Name StandardDdlLexicon.DROP_OPTION_TYPE
           
static Name StandardDdlLexicon.GRANT_PRIVILEGE
           
static Name StandardDdlLexicon.GRANTEE
           
static Name StandardDdlLexicon.MESSAGE
           
static Name StandardDdlLexicon.NAME
           
static Name StandardDdlLexicon.NEW_NAME
           
static Name StandardDdlLexicon.NULLABLE
           
static Name StandardDdlLexicon.ON_COMMIT_VALUE
           
static Name StandardDdlLexicon.OPTION
           
static Name StandardDdlLexicon.PARSER_ID
           
static Name StandardDdlLexicon.PROBLEM_LEVEL
           
static Name StandardDdlLexicon.PROPERTY_VALUE
           
static Name StandardDdlLexicon.SQL
           
static Name StandardDdlLexicon.STATEMENTS_CONTAINER
           
static Name StandardDdlLexicon.TEMPORARY
           
static Name StandardDdlLexicon.TYPE
           
static Name StandardDdlLexicon.TYPE_ADD_COLUMN_DEFINITION
           
static Name StandardDdlLexicon.TYPE_ADD_TABLE_CONSTRAINT_DEFINITION
           
static Name StandardDdlLexicon.TYPE_ALTER_COLUMN_DEFINITION
           
static Name StandardDdlLexicon.TYPE_ALTER_DOMAIN_STATEMENT
           
static Name StandardDdlLexicon.TYPE_ALTER_TABLE_STATEMENT
           
static Name StandardDdlLexicon.TYPE_ALTERABLE
           
static Name StandardDdlLexicon.TYPE_ASSERTION_OPERAND
           
static Name StandardDdlLexicon.TYPE_CHARACTER_SET_OPERAND
           
static Name StandardDdlLexicon.TYPE_CLAUSE
           
static Name StandardDdlLexicon.TYPE_COLLATION_OPERAND
           
static Name StandardDdlLexicon.TYPE_COLUMN_DEFINITION
           
static Name StandardDdlLexicon.TYPE_COLUMN_OPERAND
           
static Name StandardDdlLexicon.TYPE_COLUMN_REFERENCE
           
static Name StandardDdlLexicon.TYPE_CREATE_ASSERTION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_CREATE_CHARACTER_SET_STATEMENT
           
static Name StandardDdlLexicon.TYPE_CREATE_COLLATION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_CREATE_DOMAIN_STATEMENT
           
static Name StandardDdlLexicon.TYPE_CREATE_SCHEMA_STATEMENT
           
static Name StandardDdlLexicon.TYPE_CREATE_TABLE_STATEMENT
           
static Name StandardDdlLexicon.TYPE_CREATE_TRANSLATION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_CREATE_VIEW_STATEMENT
           
static Name StandardDdlLexicon.TYPE_CREATEABLE
           
static Name StandardDdlLexicon.TYPE_DOMAIN_OPERAND
           
static Name StandardDdlLexicon.TYPE_DROP_ASSERTION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_DROP_CHARACTER_SET_STATEMENT
           
static Name StandardDdlLexicon.TYPE_DROP_COLLATION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_DROP_COLUMN_DEFINITION
           
static Name StandardDdlLexicon.TYPE_DROP_DOMAIN_STATEMENT
           
static Name StandardDdlLexicon.TYPE_DROP_SCHEMA_STATEMENT
           
static Name StandardDdlLexicon.TYPE_DROP_TABLE_CONSTRAINT_DEFINITION
           
static Name StandardDdlLexicon.TYPE_DROP_TABLE_STATEMENT
           
static Name StandardDdlLexicon.TYPE_DROP_TRANSLATION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_DROP_VIEW_STATEMENT
           
static Name StandardDdlLexicon.TYPE_DROPPABLE
           
static Name StandardDdlLexicon.TYPE_FK_COLUMN_REFERENCE
           
static Name StandardDdlLexicon.TYPE_GRANT_ON_CHARACTER_SET_STATEMENT
           
static Name StandardDdlLexicon.TYPE_GRANT_ON_COLLATION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_GRANT_ON_DOMAIN_STATEMENT
           
static Name StandardDdlLexicon.TYPE_GRANT_ON_TABLE_STATEMENT
           
static Name StandardDdlLexicon.TYPE_GRANT_ON_TRANSLATION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_GRANT_STATEMENT
           
static Name StandardDdlLexicon.TYPE_GRANTABLE
           
static Name StandardDdlLexicon.TYPE_INSERT_STATEMENT
           
static Name StandardDdlLexicon.TYPE_INSERTABLE
           
static Name StandardDdlLexicon.TYPE_MISSING_TERMINATOR
           
static Name StandardDdlLexicon.TYPE_OPERAND
           
static Name StandardDdlLexicon.TYPE_OPERATION
           
static Name StandardDdlLexicon.TYPE_PROBLEM
           
static Name StandardDdlLexicon.TYPE_REFERENCE_OPERAND
           
static Name StandardDdlLexicon.TYPE_REVOKABLE
           
static Name StandardDdlLexicon.TYPE_REVOKE_ON_CHARACTER_SET_STATEMENT
           
static Name StandardDdlLexicon.TYPE_REVOKE_ON_COLLATION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_REVOKE_ON_DOMAIN_STATEMENT
           
static Name StandardDdlLexicon.TYPE_REVOKE_ON_TABLE_STATEMENT
           
static Name StandardDdlLexicon.TYPE_REVOKE_ON_TRANSLATION_STATEMENT
           
static Name StandardDdlLexicon.TYPE_REVOKE_STATEMENT
           
static Name StandardDdlLexicon.TYPE_SCHEMA_OPERAND
           
static Name StandardDdlLexicon.TYPE_SET_STATEMENT
           
static Name StandardDdlLexicon.TYPE_SETTABLE
           
static Name StandardDdlLexicon.TYPE_STATEMENT
           
static Name StandardDdlLexicon.TYPE_STATEMENT_OPTION
           
static Name StandardDdlLexicon.TYPE_TABLE_CONSTRAINT
           
static Name StandardDdlLexicon.TYPE_TABLE_CONSTRAINT_OPERAND
           
static Name StandardDdlLexicon.TYPE_TABLE_OPERAND
           
static Name StandardDdlLexicon.TYPE_TABLE_REFERENCE
           
static Name StandardDdlLexicon.TYPE_TRANSLATION_OPERAND
           
static Name StandardDdlLexicon.TYPE_UNKNOWN_STATEMENT
           
static Name StandardDdlLexicon.TYPE_VIEW_OPERAND
           
static Name[] DdlConstants.StatementStartPhrases.VALID_SCHEMA_CHILD_TYPES
           
static Name StandardDdlLexicon.VALUE
           
static Name StandardDdlLexicon.WITH_GRANT_OPTION
           
 

Uses of Name in org.jboss.dna.sequencer.ddl.dialect.derby
 

Fields in org.jboss.dna.sequencer.ddl.dialect.derby declared as Name
static Name DerbyDdlLexicon.GENERATED_COLUMN_SPEC_CLAUSE
           
static Name DerbyDdlLexicon.IS_TABLE_TYPE
           
static Name DerbyDdlLexicon.ORDER
           
static Name DerbyDdlLexicon.ROLE_NAME
           
static Name DerbyDdlLexicon.TABLE_NAME
           
static Name DerbyDdlLexicon.TYPE_CREATE_FUNCTION_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_CREATE_INDEX_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_CREATE_PROCEDURE_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_CREATE_ROLE_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_CREATE_SYNONYM_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_CREATE_TRIGGER_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_DECLARE_GLOBAL_TEMPORARY_TABLE_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_DROP_FUNCTION_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_DROP_INDEX_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_DROP_PROCEDURE_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_DROP_ROLE_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_DROP_SYNONYM_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_DROP_TRIGGER_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_FUNCTION_PARAMETER
           
static Name DerbyDdlLexicon.TYPE_GRANT_ON_FUNCTION_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_GRANT_ON_PROCEDURE_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_GRANT_ROLES_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_INDEX_COLUMN_REFERENCE
           
static Name DerbyDdlLexicon.TYPE_LOCK_TABLE_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_RENAME_INDEX_STATEMENT
           
static Name DerbyDdlLexicon.TYPE_RENAME_TABLE_STATEMENT
           
static Name DerbyDdlLexicon.UNIQUE_INDEX
           
static Name[] DerbyDdlConstants.DerbyStatementStartPhrases.VALID_SCHEMA_CHILD_STMTS
           
 

Uses of Name in org.jboss.dna.sequencer.ddl.dialect.mysql
 

Fields in org.jboss.dna.sequencer.ddl.dialect.mysql declared as Name
static Name MySqlDdlLexicon.TYPE_ALTER_ALGORITHM_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_DATABASE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_DEFINER_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_EVENT_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_FUNCTION_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_INDEX_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_LOGFILE_GROUP_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_PROCEDURE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_SCHEMA_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_SERVER_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_TABLESPACE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_TRIGGER_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_ALTER_VIEW_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_DATABASE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_DEFINER_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_EVENT_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_FUNCTION_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_INDEX_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_LOGFILE_GROUP_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_PROCEDURE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_SERVER_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_TABLESPACE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_CREATE_TRIGGER_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_DROP_DATABASE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_DROP_EVENT_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_DROP_FUNCTION_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_DROP_INDEX_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_DROP_LOGFILE_GROUP_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_DROP_PROCEDURE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_DROP_SERVER_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_DROP_TABLESPACE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_DROP_TRIGGER_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_RENAME_DATABASE_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_RENAME_SCHEMA_STATEMENT
           
static Name MySqlDdlLexicon.TYPE_RENAME_TABLE_STATEMENT
           
 

Uses of Name in org.jboss.dna.sequencer.ddl.dialect.oracle
 

Fields in org.jboss.dna.sequencer.ddl.dialect.oracle declared as Name
static Name OracleDdlLexicon.AUTHID_VALUE
           
static Name OracleDdlLexicon.BITMAP_INDEX
           
static Name OracleDdlLexicon.COMMENT
           
static Name[] OracleDdlConstants.OracleStatementStartPhrases.COMPLEX_STMT_TYPES
           
static Name OracleDdlLexicon.DEFAULT
           
static Name OracleDdlLexicon.DEFAULT_EXPRESSION
           
static Name OracleDdlLexicon.IN_OUT_NO_COPY
           
static Name OracleDdlLexicon.TABLE_NAME
           
static Name OracleDdlLexicon.TARGET_OBJECT_NAME
           
static Name OracleDdlLexicon.TARGET_OBJECT_TYPE
           
static Name OracleDdlLexicon.TYPE_ALTER_CLUSTER_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_DATABASE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_DIMENSION_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_DIRECTORY_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_DISKGROUP_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_FUNCTION_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_INDEX_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_INDEXTYPE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_JAVA_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_LIBRARY_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_MATERIALIZED_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_OPERATOR_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_OUTLINE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_PACKAGE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_PROCEDURE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_PROFILE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_RESOURCE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_ROLE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_ROLLBACK_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_SEQUENCE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_SESSION_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_SYNONYM_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_SYSTEM_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_TABLESPACE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_TRIGGER_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_TYPE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_USER_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ALTER_VIEW_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ANALYZE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ASSOCIATE_STATISTICS_STATEMENT
           
static Name OracleDdlLexicon.TYPE_AUDIT_STATEMENT
           
static Name OracleDdlLexicon.TYPE_BACKSLASH_TERMINATOR
           
static Name OracleDdlLexicon.TYPE_COMMENT_ON_STATEMENT
           
static Name OracleDdlLexicon.TYPE_COMMIT_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_CLUSTER_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_CONTEXT_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_CONTROLFILE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_DATABASE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_DIMENSION_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_DIRECTORY_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_DISKGROUP_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_FUNCTION_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_INDEX_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_INDEXTYPE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_JAVA_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_LIBRARY_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_MATERIALIZED_VIEW_LOG_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_MATERIALIZED_VIEW_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_OPERATOR_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_OUTLINE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_PACKAGE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_PFILE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_PROCEDURE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_PROFILE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_ROLE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_ROLLBACK_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_SEQUENCE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_SPFILE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_SYNONYM_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_TABLESPACE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_TRIGGER_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_TYPE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_CREATE_USER_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DISASSOCIATE_STATISTICS_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_CLUSTER_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_CONTEXT_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_DATABASE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_DIMENSION_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_DIRECTORY_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_DISKGROUP_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_FUNCTION_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_INDEX_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_INDEXTYPE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_JAVA_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_LIBRARY_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_MATERIALIZED_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_OPERATOR_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_OUTLINE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_PACKAGE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_PROCEDURE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_PROFILE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_ROLE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_ROLLBACK_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_SEQUENCE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_SYNONYM_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_TABLESPACE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_TRIGGER_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_TYPE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_DROP_USER_STATEMENT
           
static Name OracleDdlLexicon.TYPE_EXPLAIN_PLAN_STATEMENT
           
static Name OracleDdlLexicon.TYPE_FLASHBACK_STATEMENT
           
static Name OracleDdlLexicon.TYPE_FUNCTION_PARAMETER
           
static Name OracleDdlLexicon.TYPE_LOCK_TABLE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_MERGE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_NOAUDIT_STATEMENT
           
static Name OracleDdlLexicon.TYPE_PURGE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_RENAME_COLUMN
           
static Name OracleDdlLexicon.TYPE_RENAME_CONSTRAINT
           
static Name OracleDdlLexicon.TYPE_RENAME_STATEMENT
           
static Name OracleDdlLexicon.TYPE_REVOKE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_ROLLBACK_STATEMENT
           
static Name OracleDdlLexicon.TYPE_SAVEPOINT_STATEMENT
           
static Name OracleDdlLexicon.TYPE_SET_CONSTRAINT_STATEMENT
           
static Name OracleDdlLexicon.TYPE_SET_CONSTRAINTS_STATEMENT
           
static Name OracleDdlLexicon.TYPE_SET_ROLE_STATEMENT
           
static Name OracleDdlLexicon.TYPE_SET_TRANSACTION_STATEMENT
           
static Name OracleDdlLexicon.TYPE_TRUNCATE_STATEMENT
           
static Name OracleDdlLexicon.UNIQUE_INDEX
           
static Name[] OracleDdlConstants.OracleStatementStartPhrases.VALID_SCHEMA_CHILD_STMTS
           
 

Uses of Name in org.jboss.dna.sequencer.ddl.dialect.postgres
 

Fields in org.jboss.dna.sequencer.ddl.dialect.postgres declared as Name
static Name PostgresDdlLexicon.COMMENT
           
static Name[] PostgresDdlConstants.PostgresStatementStartPhrases.COMPLEX_STMT_TYPES
           
static Name PostgresDdlLexicon.FUNCTION_PARAMETER
           
static Name PostgresDdlLexicon.FUNCTION_PARAMETER_MODE
           
static Name PostgresDdlLexicon.ROLE
           
static Name PostgresDdlLexicon.SCHEMA_NAME
           
static Name PostgresDdlLexicon.TARGET_OBJECT_NAME
           
static Name PostgresDdlLexicon.TARGET_OBJECT_TYPE
           
static Name PostgresDdlLexicon.TYPE_ABORT_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_AGGREGATE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_CONVERSION_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_DATABASE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_FOREIGN_DATA_WRAPPER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_FUNCTION_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_GROUP_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_INDEX_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_LANGUAGE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_OPERATOR_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_ROLE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_SCHEMA_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_SEQUENCE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_SERVER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_TABLE_STATEMENT_POSTGRES
           
static Name PostgresDdlLexicon.TYPE_ALTER_TABLESPACE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_TEXT_SEARCH_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_TRIGGER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_TYPE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_USER_MAPPING_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_USER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ALTER_VIEW_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_ANALYZE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CLUSTER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_COMMENT_ON_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_COPY_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_AGGREGATE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_CAST_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_CONSTRAINT_TRIGGER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_CONVERSION_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_DATABASE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_FOREIGN_DATA_WRAPPER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_FUNCTION_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_GROUP_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_INDEX_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_LANGUAGE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_OPERATOR_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_ROLE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_RULE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_SEQUENCE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_SERVER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_TABLESPACE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_TEXT_SEARCH_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_TRIGGER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_TYPE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_USER_MAPPING_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_CREATE_USER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DEALLOCATE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DECLARE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DISCARD_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_AGGREGATE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_CAST_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_CONSTRAINT_TRIGGER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_CONVERSION_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_DATABASE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_FOREIGN_DATA_WRAPPER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_FUNCTION_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_GROUP_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_INDEX_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_LANGUAGE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_OPERATOR_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_OWNED_BY_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_ROLE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_RULE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_SEQUENCE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_SERVER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_TABLESPACE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_TEXT_SEARCH_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_TRIGGER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_TYPE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_USER_MAPPING_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_DROP_USER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_EXPLAIN_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_FETCH_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ON_DATABASE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ON_FOREIGN_DATA_WRAPPER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ON_FOREIGN_SERVER_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ON_FUNCTION_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ON_LANGUAGE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ON_PROCEDURE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ON_SCHEMA_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ON_SEQUENCE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ON_TABLESPACE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_GRANT_ROLES_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_LISTEN_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_LOAD_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_LOCK_TABLE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_MOVE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_NOTIFY_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_PREPARE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_REASSIGN_OWNED_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_REINDEX_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_RELEASE_SAVEPOINT_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_RENAME_COLUMN
           
static Name PostgresDdlLexicon.TYPE_ROLLBACK_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_SELECT_INTO_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_SHOW_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_TRUNCATE_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_UNLISTEN_STATEMENT
           
static Name PostgresDdlLexicon.TYPE_VACUUM_STATEMENT
           
static Name[] PostgresDdlConstants.PostgresStatementStartPhrases.VALID_SCHEMA_CHILD_STMTS
           
 

Uses of Name in org.jboss.dna.sequencer.ddl.node
 

Methods in org.jboss.dna.sequencer.ddl.node that return Name
 Name AstNode.getName()
          Get the name of the node.
 Name AstNodeFactory.name(String name)
          Constructs a Name with the given string name
 

Methods in org.jboss.dna.sequencer.ddl.node with parameters of type Name
 AstNode AstNodeFactory.getChildforNameAndType(AstNode astNode, String name, Name nodeType)
          Utility method to obtain a AstNode child of a parent AstNode with the given string name and node type.
 List<AstNode> AstNodeFactory.getChildrenForType(AstNode astNode, Name nodeType)
          Utility method to obtain the children of a given node that match the given type
 Property AstNode.getProperty(Name name)
          Get the property with the supplied name.
 boolean AstNodeFactory.hasMixinType(AstNode node, Name mixinType)
          Utility method to determine if an AstNode contains a specific mixin type.
 AstNode AstNodeFactory.node(String name, AstNode parent, Name type)
          Constructs an AstNode with the given name, type and parent node.
 Property AstNode.removeProperty(Name name)
          Remove and return the property with the supplied name.
 AstNode AstNode.setProperty(Name name, Object... values)
          Set the property with the given name to the supplied values.
 AstNode AstNode.setProperty(Name name, Object value)
          Set the property with the given name to the supplied value.
 void AstNodeFactory.setType(AstNode node, Name type)
          Sets the mixin type property for an AstNode
 

Constructors in org.jboss.dna.sequencer.ddl.node with parameters of type Name
AstNode(AstNode parent, Name name)
          Construct a node with the supplied name and parent.
AstNode(Name name)
          Construct a node with the supplied name but without a parent.
 

Uses of Name in org.jboss.dna.sequencer.text
 

Fields in org.jboss.dna.sequencer.text declared as Name
static Name TextSequencerLexicon.COLUMN
           
static Name TextSequencerLexicon.DATA
           
static Name TextSequencerLexicon.ROW
           
 

Uses of Name in org.jboss.dna.sequencer.xml
 

Fields in org.jboss.dna.sequencer.xml declared as Name
static Name DnaXmlLexicon.CDATA
           
static Name DnaXmlLexicon.CDATA_CONTENT
           
static Name DnaXmlLexicon.COMMENT
           
static Name DnaXmlLexicon.COMMENT_CONTENT
           
static Name DnaXmlLexicon.DOCUMENT
           
static Name DnaXmlLexicon.ELEMENT_CONTENT
           
static Name DnaDtdLexicon.ENTITY
           
static Name DnaDtdLexicon.NAME
           
static Name DnaXmlLexicon.PROCESSING_INSTRUCTION
           
static Name DnaXmlLexicon.PROCESSING_INSTRUCTION_CONTENT
           
static Name DnaDtdLexicon.PUBLIC_ID
           
static Name DnaDtdLexicon.SYSTEM_ID
           
static Name DnaXmlLexicon.TARGET
           
static Name DnaDtdLexicon.VALUE
           
 



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