Uses of Interface
org.modeshape.graph.property.Path.Segment

Packages that use Path.Segment
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
org.modeshape.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.modeshape.connector.meta.jdbc The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.modeshape.graph.property.basic A set of basic implementations of the various interfaces defined in org.modeshape.graph.property
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
org.modeshape.search.lucene.query A set of Lucene Query specializations that allow the LuceneSearchEngine to create Lucene queries with additional kinds of constraints. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
 

Uses of Path.Segment in org.modeshape.connector.disk
 

Methods in org.modeshape.connector.disk with parameters of type Path.Segment
protected  DiskNode DiskTransaction.createNode(UUID uuid, Path.Segment name, UUID parentUuid, Iterable<Property> properties)
          Create a new instance of the node, given the supplied UUID.
 

Constructors in org.modeshape.connector.disk with parameters of type Path.Segment
DiskNode(UUID uuid, Path.Segment name, UUID parent, Iterable<Property> properties, List<UUID> children)
          Create a new node for storage on a disk..
DiskNode(UUID uuid, Path.Segment name, UUID parent, Map<Name,Property> properties, List<UUID> children)
          Create a new node for storage on a disk.
 

Uses of Path.Segment in org.modeshape.connector.infinispan
 

Methods in org.modeshape.connector.infinispan with parameters of type Path.Segment
protected  InfinispanNode InfinispanTransaction.createNode(UUID uuid, Path.Segment name, UUID parentUuid, Iterable<Property> properties)
          Create a new instance of the node, given the supplied UUID.
 

Constructors in org.modeshape.connector.infinispan with parameters of type Path.Segment
InfinispanNode(UUID uuid, Path.Segment name, UUID parent, Iterable<Property> properties, List<UUID> children)
          Create a new node for storage inside Infinispan.
InfinispanNode(UUID uuid, Path.Segment name, UUID parent, Map<Name,Property> properties, List<UUID> children)
          Create a new node for storage inside Infinispan.
 

Uses of Path.Segment in org.modeshape.connector.jbosscache
 

Methods in org.modeshape.connector.jbosscache with parameters of type Path.Segment
protected  JBossCacheNode JBossCacheTransaction.createNode(UUID uuid, Path.Segment name, UUID parentUuid, Iterable<Property> properties)
          Create a new instance of the node, given the supplied UUID.
 

Constructors in org.modeshape.connector.jbosscache with parameters of type Path.Segment
JBossCacheNode(UUID uuid, Path.Segment name, UUID parent, Iterable<Property> properties, List<UUID> children)
          Create a new node for storage inside Infinispan.
JBossCacheNode(UUID uuid, Path.Segment name, UUID parent, Map<Name,Property> properties, List<UUID> children)
          Create a new node for storage inside Infinispan.
 

Uses of Path.Segment in org.modeshape.connector.meta.jdbc
 

Methods in org.modeshape.connector.meta.jdbc with parameters of type Path.Segment
protected  PathNode JdbcMetadataRepository.JdbcMetadataTransaction.createNode(Path.Segment name, Path parentPath, Iterable<Property> properties)
           
 

Uses of Path.Segment in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple that return Path.Segment
 Path.Segment SimpleJpaRepository.JpaNode.getName()
           
 

Methods in org.modeshape.connector.store.jpa.model.simple with parameters of type Path.Segment
 void SimpleJpaRepository.JpaNode.setName(Path.Segment name)
           
 

Uses of Path.Segment in org.modeshape.connector.store.jpa.util
 

Methods in org.modeshape.connector.store.jpa.util with parameters of type Path.Segment
protected  String RequestProcessorCache.WorkspaceCache.pathSegmentString(Path.Segment segment, NamespaceRegistry registry)
           
 

Uses of Path.Segment in org.modeshape.connector.svn
 

Method parameters in org.modeshape.connector.svn with type arguments of type Path.Segment
protected  boolean SvnWorkspace.readNode(ExecutionContext context, String workspaceName, Path requestedPath, List<Property> properties, List<Path.Segment> children)
           
 

Uses of Path.Segment in org.modeshape.graph
 

Methods in org.modeshape.graph that return types with arguments of type Path.Segment
 List<Path.Segment> Node.getChildrenSegments()
          Get the list of child segments.
 List<Path.Segment> Graph.GraphNode.getChildrenSegments()
           
protected  List<Path.Segment> Graph.getSegments(List<Location> locations)
           
 

Methods in org.modeshape.graph with parameters of type Path.Segment
 Next Graph.AsChild.as(Path.Segment newSegment)
          Finish the request by specifying the exact segment for the new child node.
 SubgraphNode SubgraphNode.getNode(Path.Segment childSegment)
          Get the node at the supplied path that is relative to this node.
protected abstract  T Graph.CloneAction.submit(String fromWorkspaceName, Location from, String intoWorkspaceName, Location into, Name desiredName, Path.Segment desiredSegment, boolean removeExisting)
           
 

Uses of Path.Segment in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base that return Path.Segment
 Path.Segment PathNode.getName()
          Returns the name of this node along with its SNS index within its parent's children
 Path.Segment PathNode.Changes.getName()
           
 Path.Segment Node.getName()
          Returns the name of this node along with its SNS index within its parent's children
 Path.Segment MapNode.getName()
          Returns the name of this node along with its SNS index within its parent's children
 Path.Segment MapNode.Changes.getName()
           
 

Methods in org.modeshape.graph.connector.base that return types with arguments of type Path.Segment
 List<Path.Segment> PathNode.getChildren()
           
 List<Path.Segment> PathNode.Changes.getChildren(boolean createIfMissing)
           
 List<Path.Segment> PathNode.Changes.getUnmodifiableChildren()
           
 

Methods in org.modeshape.graph.connector.base with parameters of type Path.Segment
 NodeType Transaction.cloneNode(WorkspaceType originalWorkspace, NodeType original, WorkspaceType newWorkspace, NodeType 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.
 NodeType PathTransaction.cloneNode(WorkspaceType originalWorkspace, NodeType original, WorkspaceType newWorkspace, NodeType 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.
 NodeType MapTransaction.cloneNode(WorkspaceType originalWorkspace, NodeType original, WorkspaceType newWorkspace, NodeType 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.
protected abstract  NodeType PathTransaction.createNode(Path.Segment name, Path parentPath, Iterable<Property> properties)
          Create a new instance of the node, given the supplied name and parent path.
protected  NodeType MapTransaction.createNode(UUID uuid, Path.Segment name, UUID parentUuid, Iterable<Property> properties)
          Create a new instance of the node, given the supplied UUID.
 NodeType Transaction.getChild(WorkspaceType workspace, NodeType parent, Path.Segment childSegment)
          Find in the supplied parent node the child with the supplied name and same-name-sibling index.
 NodeType PathTransaction.getChild(WorkspaceType workspace, NodeType parent, Path.Segment childSegment)
          Find in the supplied parent node the child with the supplied name and same-name-sibling index.
 NodeType MapTransaction.getChild(WorkspaceType workspace, NodeType parent, Path.Segment childSegment)
          Find in the supplied parent node the child with the supplied name and same-name-sibling index.
 void PathNode.Changes.setName(Path.Segment name)
           
 void MapNode.Changes.setName(Path.Segment name)
           
 PathNode PathNode.withChild(int index, Path.Segment child)
          Create a copy of this node except adding the supplied node into the existing children at the specified index.
 PathNode PathNode.withChild(Path.Segment child)
          Create a copy of this node except adding the supplied node at the end of the existing children.
 PathNode PathNode.withName(Path.Segment name)
          Create a copy of this node except using the supplied name.
 MapNode MapNode.withName(Path.Segment name)
          Create a copy of this node except using the supplied name.
 PathNode PathNode.withoutChild(Path.Segment child)
          Create a copy of this node except without the supplied child node.
 

Method parameters in org.modeshape.graph.connector.base with type arguments of type Path.Segment
 void PathNode.Changes.setChildren(List<Path.Segment> children)
           
 

Constructors in org.modeshape.graph.connector.base with parameters of type Path.Segment
MapNode(UUID uuid, Path.Segment name, UUID parent, Iterable<Property> properties, List<UUID> children)
          Create a new node instance.
MapNode(UUID uuid, Path.Segment name, UUID parent, Map<Name,Property> properties, List<UUID> children)
          Create a new node instance.
MapNode(UUID uuid, Path.Segment name, UUID parent, Map<Name,Property> properties, List<UUID> children, int version)
          Create a new node instance.
PathNode(UUID uuid, Path parent, Path.Segment name, Iterable<Property> properties, List<Path.Segment> children)
          Create a new node instance.
PathNode(UUID uuid, Path parent, Path.Segment name, Map<Name,Property> properties, List<Path.Segment> children)
          Create a new node instance.
PathNode(UUID uuid, Path parent, Path.Segment name, Map<Name,Property> properties, List<Path.Segment> children, int version)
          Create a new node instance.
 

Constructor parameters in org.modeshape.graph.connector.base with type arguments of type Path.Segment
PathNode(UUID uuid, Path parent, Path.Segment name, Iterable<Property> properties, List<Path.Segment> children)
          Create a new node instance.
PathNode(UUID uuid, Path parent, Path.Segment name, Map<Name,Property> properties, List<Path.Segment> children)
          Create a new node instance.
PathNode(UUID uuid, Path parent, Path.Segment name, Map<Name,Property> properties, List<Path.Segment> children, int version)
          Create a new node instance.
 

Uses of Path.Segment in org.modeshape.graph.connector.inmemory
 

Methods in org.modeshape.graph.connector.inmemory with parameters of type Path.Segment
protected  InMemoryNode InMemoryTransaction.createNode(UUID uuid, Path.Segment name, UUID parentUuid, Iterable<Property> properties)
          Create a new instance of the node, given the supplied UUID.
 

Constructors in org.modeshape.graph.connector.inmemory with parameters of type Path.Segment
InMemoryNode(UUID uuid, Path.Segment name, UUID parent, Iterable<Property> properties, List<UUID> children)
          Create a new in-memory node.
InMemoryNode(UUID uuid, Path.Segment name, UUID parent, Map<Name,Property> properties, List<UUID> children)
          Create a new in-memory node.
 

Uses of Path.Segment in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map that return Path.Segment
 Path.Segment MapNode.getName()
          Returns the name of this node along with its SNS index within its parent's children
 Path.Segment DefaultMapNode.getName()
           
 

Methods in org.modeshape.graph.connector.map with parameters of type Path.Segment
 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.
 void MapNode.setName(Path.Segment name)
           
 void DefaultMapNode.setName(Path.Segment name)
           
 

Uses of Path.Segment in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path that return types with arguments of type Path.Segment
 List<Path.Segment> PathNode.getChildSegments()
           
 List<Path.Segment> DefaultPathNode.getChildSegments()
           
 

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

Uses of Path.Segment in org.modeshape.graph.property
 

Fields in org.modeshape.graph.property declared as Path.Segment
static Path.Segment Path.PARENT_SEGMENT
          Singleton instance of the path segment referencing a parent, provided as a convenience.
static Path.Segment Path.SELF_SEGMENT
          Singleton instance of the path segment referencing a parent, provided as a convenience.
 

Fields in org.modeshape.graph.property with type parameters of type Path.Segment
static Comparator<Path.Segment> ValueComparators.PATH_SEGMENT_COMPARATOR
          A comparator of path segment values.
static Comparator<Path.Segment> ValueComparators.PATH_SEGMENT_NAME_COMPARATOR
          A comparator of path segment names, excluding same-name-sibling indexes.
 

Methods in org.modeshape.graph.property that return Path.Segment
 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.
 Path.Segment PathFactory.createSegment(String segmentName)
          Create a path segment given the supplied segment name.
 Path.Segment PathFactory.createSegment(String segmentName, int index)
          Create a path segment given the supplied segment name and index.
 Path.Segment PathFactory.createSegment(String segmentName, TextDecoder decoder)
          Create a path segment given the supplied segment name.
 Path.Segment Path.getLastSegment()
          Get the last segment in this path.
 Path.Segment Path.getSegment(int index)
          Get the segment at the supplied index.
 Path.Segment[] Path.getSegmentsArray()
          Obtain a copy of the segments in this path.
 

Methods in org.modeshape.graph.property that return types with arguments of type Path.Segment
 List<Path.Segment> Path.getSegmentsList()
          Get an unmodifiable list of the path segments.
 Iterator<Path.Segment> Path.iterator()
          
 

Methods in org.modeshape.graph.property with parameters of type Path.Segment
 T ValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Path PathFactory.create(Path parentPath, Path.Segment... segments)
          Create a path by appending the supplied names to the parent path.
 Path PathFactory.createAbsolutePath(Path.Segment... segments)
          Create an absolute path with the supplied segments, in order.
 Path PathFactory.createRelativePath(Path.Segment... segments)
          Create a relative path with the supplied segments, in order.
 

Method parameters in org.modeshape.graph.property with type arguments of type Path.Segment
 Path PathFactory.create(Path parentPath, Iterable<Path.Segment> segments)
          Create a path by appending the supplied names to the parent path.
 Path PathFactory.createAbsolutePath(Iterable<Path.Segment> segments)
          Create an absolute path with the supplied segments, in order.
 Path PathFactory.createRelativePath(Iterable<Path.Segment> segments)
          Create a relative path with the supplied segments, in order.
 

Uses of Path.Segment in org.modeshape.graph.property.basic
 

Classes in org.modeshape.graph.property.basic that implement Path.Segment
 class BasicPathSegment
          A basic implementation of Path.Segment.
 class IdentifierPathSegment
          A Path.Segment implementation that represents an identifier segment.
 

Fields in org.modeshape.graph.property.basic with type parameters of type Path.Segment
protected static Iterator<Path.Segment> AbstractPath.EMPTY_PATH_ITERATOR
           
 

Methods in org.modeshape.graph.property.basic that return Path.Segment
 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.
 Path.Segment PathValueFactory.createSegment(String segmentName)
          Create a path segment given the supplied segment name.
 Path.Segment PathValueFactory.createSegment(String segmentName, int index)
          Create a path segment given the supplied segment name and index.
 Path.Segment PathValueFactory.createSegment(String segmentName, TextDecoder decoder)
           Create a path segment given the supplied segment name.
 Path.Segment RootPath.getLastSegment()
          Get the last segment in this path.
 Path.Segment IdentifierPath.getLastSegment()
          Get the last segment in this path.
 Path.Segment ChildPath.getLastSegment()
          Get the last segment in this path.
 Path.Segment AbstractPath.getLastSegment()
          Get the last segment in this path.
 Path.Segment RootPath.getSegment(int index)
          Get the segment at the supplied index.
 Path.Segment IdentifierPath.getSegment(int index)
          Get the segment at the supplied index.
 Path.Segment ChildPath.getSegment(int index)
          Get the segment at the supplied index.
 Path.Segment AbstractPath.getSegment(int index)
          Get the segment at the supplied index.
 Path.Segment[] RootPath.getSegmentsArray()
          Obtain a copy of the segments in this path.
 Path.Segment[] IdentifierPath.getSegmentsArray()
          Obtain a copy of the segments in this path.
 Path.Segment[] AbstractPath.getSegmentsArray()
          Obtain a copy of the segments in this path.
 

Methods in org.modeshape.graph.property.basic that return types with arguments of type Path.Segment
protected  List<Path.Segment> AbstractPath.createSegmentsSubList(int validBeginIndex, int validEndIndex)
           
 List<Path.Segment> RootPath.getSegmentsList()
          Get an unmodifiable list of the path segments.
 List<Path.Segment> IdentifierPath.getSegmentsList()
          Get an unmodifiable list of the path segments.
 List<Path.Segment> ChildPath.getSegmentsList()
          Get an unmodifiable list of the path segments.
 List<Path.Segment> BasicPath.getSegmentsList()
          Get an unmodifiable list of the path segments.
protected  Iterator<Path.Segment> RootPath.getSegmentsOfParent()
          Method used by AbstractPath.equals(Object) implementation to quickly get an Iterator over the segments in the parent.
protected  Iterator<Path.Segment> IdentifierPath.getSegmentsOfParent()
          Method used by AbstractPath.equals(Object) implementation to quickly get an Iterator over the segments in the parent.
protected  Iterator<Path.Segment> ChildPath.getSegmentsOfParent()
          Method used by AbstractPath.equals(Object) implementation to quickly get an Iterator over the segments in the parent.
protected  Iterator<Path.Segment> BasicPath.getSegmentsOfParent()
          Method used by AbstractPath.equals(Object) implementation to quickly get an Iterator over the segments in the parent.
protected abstract  Iterator<Path.Segment> AbstractPath.getSegmentsOfParent()
          Method used by AbstractPath.equals(Object) implementation to quickly get an Iterator over the segments in the parent.
 Iterator<Path.Segment> RootPath.iterator()
          
 Iterator<Path.Segment> IdentifierPath.iterator()
          
 Iterator<Path.Segment> ChildPath.iterator()
          
 Iterator<Path.Segment> AbstractPath.iterator()
          
 

Methods in org.modeshape.graph.property.basic with parameters of type Path.Segment
 int BasicPathSegment.compareTo(Path.Segment that)
          
 UUID UuidValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 URI UriValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 String StringValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Reference ReferenceValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Path PathValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Object ObjectValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Name NameValueFactory.create(Path.Segment segment)
          Create a value from a path segment.
 Long LongValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 DateTime JodaDateTimeValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Double DoubleValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 BigDecimal DecimalValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Boolean BooleanValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Binary AbstractBinaryValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Path PathValueFactory.create(Path parentPath, Path.Segment... segments)
          Create a path by appending the supplied names to the parent path.
 Path PathValueFactory.createAbsolutePath(Path.Segment... segments)
          Create an absolute path with the supplied segments, in order.
 Path PathValueFactory.createRelativePath(Path.Segment... segments)
          Create a relative path with the supplied segments, in order.
 

Method parameters in org.modeshape.graph.property.basic with type arguments of type Path.Segment
 Path PathValueFactory.create(Path parentPath, Iterable<Path.Segment> segments)
          Create a path by appending the supplied names to the parent path.
 Path PathValueFactory.createAbsolutePath(Iterable<Path.Segment> segments)
          Create an absolute path with the supplied segments, in order.
 Path PathValueFactory.createRelativePath(Iterable<Path.Segment> segments)
          Create a relative path with the supplied segments, in order.
protected  boolean AbstractPath.isNormalized(List<Path.Segment> segments)
           
 

Constructors in org.modeshape.graph.property.basic with parameters of type Path.Segment
ChildPath(Path parent, Path.Segment child)
           
 

Constructor parameters in org.modeshape.graph.property.basic with type arguments of type Path.Segment
BasicPath(List<Path.Segment> segments, boolean absolute)
           
 

Uses of Path.Segment in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return Path.Segment
 Path.Segment CloneBranchRequest.desiredSegment()
          Get the exact segment at which the clone should be rooted
 

Methods in org.modeshape.graph.request with parameters of type Path.Segment
 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.
 

Constructors in org.modeshape.graph.request with parameters of type Path.Segment
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.
 

Uses of Path.Segment in org.modeshape.graph.session
 

Methods in org.modeshape.graph.session that return Path.Segment
 Path.Segment GraphSession.Node.getSegment()
          Get the path segment for this node.
 

Methods in org.modeshape.graph.session with parameters of type Path.Segment
 GraphSession.Node<Payload,PropertyPayload> GraphSession.Node.getChild(Path.Segment segment)
          Get the child with the supplied segment.
 boolean GraphSession.Node.hasChild(Path.Segment segment)
          Determine whether this node has a child with the supplied name and SNS index.
 void GraphSession.Node.orderChildBefore(Path.Segment childToBeMoved, Path.Segment before)
          Move the specified child to be located immediately before the other supplied 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.
protected  void GraphSession.Node.updateLocation(Path.Segment segment)
          Reconstruct the location object for this node, given the information at the parent.
 

Uses of Path.Segment in org.modeshape.search.lucene.query
 

Fields in org.modeshape.search.lucene.query with type parameters of type Path.Segment
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_GREATER_THAN
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_GREATER_THAN_NO_SNS
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_GREATER_THAN_OR_EQUAL_TO
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_GREATER_THAN_OR_EQUAL_TO_NO_SNS
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_LESS_THAN
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_LESS_THAN_NO_SNS
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_LESS_THAN_OR_EQUAL_TO
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_LESS_THAN_OR_EQUAL_TO_NO_SNS
           
 

Methods in org.modeshape.search.lucene.query that return Path.Segment
protected  Path.Segment CompareNameQuery.readFromDocument(org.apache.lucene.index.IndexReader reader, int docId)
          
 

Methods in org.modeshape.search.lucene.query with parameters of type Path.Segment
static CompareNameQuery CompareNameQuery.createQueryForNodesWithNameGreaterThan(Path.Segment constraintValue, String localNameField, String snsIndexFieldName, ValueFactories factories, boolean caseSensitive, boolean includeSns)
          Construct a Query implementation that scores documents such that the node represented by the document has a name that is greater than the supplied constraint name.
static CompareNameQuery CompareNameQuery.createQueryForNodesWithNameGreaterThanOrEqualTo(Path.Segment constraintValue, String localNameField, String snsIndexFieldName, ValueFactories factories, boolean caseSensitive, boolean includeSns)
          Construct a Query implementation that scores documents such that the node represented by the document has a name that is greater than or equal to the supplied constraint name.
static CompareNameQuery CompareNameQuery.createQueryForNodesWithNameLessThan(Path.Segment constraintValue, String localNameField, String snsIndexFieldName, ValueFactories factories, boolean caseSensitive, boolean includeSns)
          Construct a Query implementation that scores documents such that the node represented by the document has a name that is less than the supplied constraint name.
static CompareNameQuery CompareNameQuery.createQueryForNodesWithNameLessThanOrEqualTo(Path.Segment constraintValue, String localNameField, String snsIndexFieldName, ValueFactories factories, boolean caseSensitive, boolean includeSns)
          Construct a Query implementation that scores documents such that the node represented by the document has a name that is less than or equal to the supplied constraint name.
 

Constructors in org.modeshape.search.lucene.query with parameters of type Path.Segment
CompareNameQuery(String localNameField, String snsIndexFieldName, Path.Segment constraintValue, PathFactory pathFactory, ValueFactory<String> stringFactory, ValueFactory<Long> longFactory, CompareQuery.Evaluator<Path.Segment> evaluator, boolean caseSensitive)
          Construct a Query implementation that scores nodes according to the supplied comparator.
 

Constructor parameters in org.modeshape.search.lucene.query with type arguments of type Path.Segment
CompareNameQuery(String localNameField, String snsIndexFieldName, Path.Segment constraintValue, PathFactory pathFactory, ValueFactory<String> stringFactory, ValueFactory<Long> longFactory, CompareQuery.Evaluator<Path.Segment> evaluator, boolean caseSensitive)
          Construct a Query implementation that scores nodes according to the supplied comparator.
 

Uses of Path.Segment in org.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid with parameters of type Path.Segment
protected  Path XmiGraphReader.path(Path parent, Path.Segment segment)
           
 



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