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

Packages that use PathFactory
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.graph.connector.federation JBoss DNA provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. 
org.jboss.dna.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.jboss.dna.graph.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.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.sequencer.java The classes that make up the Java source file sequencer. 
 

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

Constructors in org.jboss.dna.connector.store.jpa.util with parameters of type PathFactory
RequestProcessorCache(PathFactory pathFactory)
           
 

Uses of PathFactory in org.jboss.dna.graph.connector.federation
 

Methods in org.jboss.dna.graph.connector.federation with parameters of type PathFactory
abstract  Path Projection.Rule.getPathInRepository(Path pathInSource, PathFactory factory)
          Get the path in repository that is projected from the supplied source path, or null if the supplied source path is not projected into the repository.
 Path Projection.PathRule.getPathInRepository(Path pathInSource, PathFactory factory)
          Get the path in repository that is projected from the supplied source path, or null if the supplied source path is not projected into the repository.
abstract  Path Projection.Rule.getPathInSource(Path pathInRepository, PathFactory factory)
          Get the path in source that is projected from the supplied repository path, or null if the supplied repository path is not projected into the source.
 Path Projection.PathRule.getPathInSource(Path pathInRepository, PathFactory factory)
          Get the path in source that is projected from the supplied repository path, or null if the supplied repository path is not projected into the source.
 Set<Path> Projection.getPathsInRepository(Path canonicalPathInSource, PathFactory factory)
          Get the paths in the repository that correspond to the supplied path within the source.
 Set<Path> Projection.getPathsInSource(Path canonicalPathInRepository, PathFactory factory)
          Get the paths in the source that correspond to the supplied path within the repository.
 List<Path> Projection.getTopLevelPathsInRepository(PathFactory factory)
          Get the paths in the repository that serve as top-level nodes exposed by this projection.
abstract  List<Path> Projection.Rule.getTopLevelPathsInRepository(PathFactory factory)
          Get the paths in the repository that serve as top-level nodes exposed by this rule.
 List<Path> Projection.PathRule.getTopLevelPathsInRepository(PathFactory factory)
          Get the paths in the repository that serve as top-level nodes exposed by this rule.
 

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

Methods in org.jboss.dna.graph.connector.map with parameters of type PathFactory
 Path MapWorkspace.pathFor(PathFactory pathFactory, MapNode node)
          Returns the path for the given node with this workspace if one exists, or a null if no node exists at the given path.
 Path AbstractMapWorkspace.pathFor(PathFactory pathFactory, MapNode node)
          Returns the absolute path to the given node
 

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

Methods in org.jboss.dna.graph.property that return PathFactory
 PathFactory ValueFactories.getPathFactory()
          Get the value factory for path properties.
 

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

Classes in org.jboss.dna.graph.property.basic that implement PathFactory
 class PathValueFactory
          The standard ValueFactory for PropertyType.NAME values.
 

Methods in org.jboss.dna.graph.property.basic that return PathFactory
 PathFactory StandardValueFactories.getPathFactory()
          Get the value factory for path properties.
 PathFactory DelegatingValueFactories.getPathFactory()
           
 

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

Methods in org.jboss.dna.graph.session that return PathFactory
 PathFactory GraphSession.getPathFactory()
          Get the path factory that should be used to adjust the path objects.
 

Uses of PathFactory in org.jboss.dna.sequencer.java
 

Methods in org.jboss.dna.sequencer.java with parameters of type PathFactory
static Path MethodMetadataSequencer.createMethodParamPath(PathFactory pathFactory, String rootPath)
          Create a path of method/constructor parameter.
static Path SimpleTypeMetadataSequencer.createSimpleTypeParamPath(PathFactory pathFactory, String rootPath)
          Create the path of parameter.
static Path ParameterizedTypeFieldMetadataSequencer.getParameterizedTypeFieldVariablePath(PathFactory pathFactory, String parameterizedTypeFieldRootPath, int parameterizedTypeVariableIndex)
          Get the path of a parameterized type variable.
static void SimpleTypeMetadataSequencer.sequenceConstructorSimpleTypeName(SimpleTypeFieldMetadata simpleTypeFieldMetadata, String rootPath, SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory)
          Sequence the type name of the simple type.
static void ArrayTypeFieldMetadataSequencer.sequenceFieldMemberData(ArrayTypeFieldMetadata arrayTypeFieldMetadata, PathFactory pathFactory, NameFactory nameFactory, SequencerOutput output, String path, int index)
          Sequence member data of array type.
static void ArrayTypeFieldMetadataSequencer.sequenceMethodFormalParam(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, ArrayTypeFieldMetadata arrayTypeFieldMetadata, String methodParamRootPath)
          Sequence all formal parameters of a method.
static void SimpleTypeMetadataSequencer.sequenceMethodFormalParam(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, String methodParamRootPath)
           
static void SimpleTypeMetadataSequencer.sequenceMethodReturnType(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, String methodRootPath)
          Sequence the return type of a method.
static void ParameterizedTypeFieldMetadataSequencer.sequenceTheParameterizedTypeModifier(ModifierMetadata modifierMetadata, String parameterizedTypeModifierPath, PathFactory pathFactory, NameFactory nameFactory, SequencerOutput output)
          Sequences a modifier of this parameterized type.
static void ParameterizedTypeFieldMetadataSequencer.sequenceTheParameterizedTypeName(ParameterizedTypeFieldMetadata parameterizedTypeFieldMetadata, String parameterizedTypeFieldRootPath, PathFactory pathFactory, NameFactory nameFactory, SequencerOutput output)
          Sequences the type name of the parameterized type.
 



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