Uses of Interface
org.modeshape.graph.property.NameFactory

Packages that use NameFactory
org.modeshape.cnd Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
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.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.xml Graph content can often be represented in XML, so this part of the ModeShape Graph API defines the classes that provide the binding between graph and XML content. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.sequencer.java The classes that make up the Java source file sequencer. 
org.modeshape.sequencer.xml The classes that make up the XML sequencer. 
 

Uses of NameFactory in org.modeshape.cnd
 

Fields in org.modeshape.cnd declared as NameFactory
protected  NameFactory CndImporter.nameFactory
           
 

Uses of NameFactory in org.modeshape.connector.store.jpa.model.simple
 

Fields in org.modeshape.connector.store.jpa.model.simple declared as NameFactory
protected  NameFactory SimpleJpaRepository.nameFactory
           
 

Uses of NameFactory in org.modeshape.graph.connector.base
 

Fields in org.modeshape.graph.connector.base declared as NameFactory
protected  NameFactory BaseTransaction.nameFactory
           
 

Uses of NameFactory in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that return NameFactory
 NameFactory ValueFactories.getNameFactory()
          Get the value factory for name properties.
 

Uses of NameFactory in org.modeshape.graph.xml
 

Fields in org.modeshape.graph.xml declared as NameFactory
protected  NameFactory XmlHandler.nameFactory
          The cached reference to the graph's name factory.
 

Uses of NameFactory in org.modeshape.jcr
 

Fields in org.modeshape.jcr declared as NameFactory
protected  NameFactory JackrabbitXmlNodeTypeReader.XmlImporter.nameFactory
           
 

Uses of NameFactory in org.modeshape.sequencer.java
 

Methods in org.modeshape.sequencer.java with parameters of type NameFactory
static void SimpleTypeMetadataSequencer.sequenceConstructorSimpleTypeName(SimpleTypeFieldMetadata simpleTypeFieldMetadata, Path 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, Path path, int index)
          Sequence member data of array type.
static void ArrayTypeFieldMetadataSequencer.sequenceMethodFormalParam(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, ArrayTypeFieldMetadata arrayTypeFieldMetadata, Path methodParamRootPath)
          Sequence all formal parameters of a method.
static void SimpleTypeMetadataSequencer.sequenceMethodFormalParam(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, Path methodParamRootPath)
           
static void SimpleTypeMetadataSequencer.sequenceMethodReturnType(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, Path methodRootPath)
          Sequence the return type of a method.
static void ParameterizedTypeFieldMetadataSequencer.sequenceTheParameterizedTypeModifier(ModifierMetadata modifierMetadata, Path parameterizedTypeModifierPath, PathFactory pathFactory, NameFactory nameFactory, SequencerOutput output)
          Sequences a modifier of this parameterized type.
static void ParameterizedTypeFieldMetadataSequencer.sequenceTheParameterizedTypeName(ParameterizedTypeFieldMetadata parameterizedTypeFieldMetadata, Path parameterizedTypeFieldRootPath, PathFactory pathFactory, NameFactory nameFactory, SequencerOutput output)
          Sequences the type name of the parameterized type.
static void VariableSequencer.sequenceTheVariable(SequencerOutput output, NameFactory nameFactory, Variable variable, Path path)
          Sequence a variable.
 

Uses of NameFactory in org.modeshape.sequencer.xml
 

Fields in org.modeshape.sequencer.xml declared as NameFactory
protected  NameFactory XmlSequencerHandler.nameFactory
          The cached reference to the graph's name factory.
 



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