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

Packages that use UuidFactory
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.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
 

Uses of UuidFactory in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that return UuidFactory
 UuidFactory ValueFactories.getUuidFactory()
          Get the value factory for UUID properties.
 

Uses of UuidFactory in org.modeshape.graph.property.basic
 

Classes in org.modeshape.graph.property.basic that implement UuidFactory
 class UuidValueFactory
          The standard ValueFactory for PropertyType.URI values.
 

Methods in org.modeshape.graph.property.basic that return UuidFactory
 UuidFactory StandardValueFactories.getUuidFactory()
          Get the value factory for UUID properties.
 

Uses of UuidFactory in org.modeshape.search.lucene
 

Fields in org.modeshape.search.lucene declared as UuidFactory
protected  UuidFactory AbstractLuceneSearchEngine.AbstractLuceneProcessor.uuidFactory
           
 

Uses of UuidFactory in org.modeshape.sequencer.teiid
 

Fields in org.modeshape.sequencer.teiid declared as UuidFactory
protected  UuidFactory XmiGraphReader.uuidFactory
           
 



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