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

Packages that use Reference
org.modeshape.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
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.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
 

Uses of Reference in org.modeshape.connector.store.jpa.util
 

Methods in org.modeshape.connector.store.jpa.util with parameters of type Reference
 void Serializer.ReferenceValues.read(Reference reference)
           
 void Serializer.NoReferenceValues.read(Reference arg0)
           
 void Serializer.ReferenceValues.remove(Reference reference)
           
 void Serializer.NoReferenceValues.remove(Reference arg0)
           
 void Serializer.ReferenceValues.write(Reference reference)
           
 void Serializer.NoReferenceValues.write(Reference arg0)
           
 

Uses of Reference in org.modeshape.graph
 

Methods in org.modeshape.graph with parameters of type Reference
 Node Graph.resolve(Reference reference)
          Request to read the node given by the supplied reference value.
 Next Graph.SetValuesTo.to(Reference value)
          Set the property value to the given Reference.
 

Uses of Reference in org.modeshape.graph.property
 

Fields in org.modeshape.graph.property with type parameters of type Reference
static Comparator<Reference> ValueComparators.REFERENCE_COMPARATOR
          A comparator of reference values.
 

Methods in org.modeshape.graph.property that return types with arguments of type Reference
 Map<Location,List<Reference>> ReferentialIntegrityException.getInvalidReferences()
           
 

Methods in org.modeshape.graph.property with parameters of type Reference
 T ValueFactory.create(Reference value)
          Create a value from a reference.
 T[] ValueFactory.create(Reference[] values)
          Create an array of values from an array of references.
 

Constructors in org.modeshape.graph.property with parameters of type Reference
ReferentialIntegrityException(Location location, Reference... invalidReferences)
           
 

Constructor parameters in org.modeshape.graph.property with type arguments of type Reference
ReferentialIntegrityException(Map<Location,List<Reference>> invalidReferences)
           
ReferentialIntegrityException(Map<Location,List<Reference>> invalidReferences, String message)
           
ReferentialIntegrityException(Map<Location,List<Reference>> invalidReferences, String message, Throwable cause)
           
ReferentialIntegrityException(Map<Location,List<Reference>> invalidReferences, Throwable cause)
           
 

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

Classes in org.modeshape.graph.property.basic that implement Reference
 class StringReference
          A Reference implementation that uses a single UUID as the pointer.
 class UuidReference
          A Reference implementation that uses a single UUID as the pointer.
 

Methods in org.modeshape.graph.property.basic that return Reference
 Reference ReferenceValueFactory.create(BigDecimal value)
          Create a value from a decimal.
 Reference ReferenceValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Reference ReferenceValueFactory.create(boolean value)
          Create a boolean from a string.
 Reference ReferenceValueFactory.create(byte[] value)
          Create a value from the binary content given by the supplied array.
 Reference ReferenceValueFactory.create(Calendar value)
          Create a value from a Calendar instance.
 Reference ReferenceValueFactory.create(Date value)
          Create a value from a date.
 Reference ReferenceValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 Reference ReferenceValueFactory.create(double value)
          Create a value from a double.
 Reference ReferenceValueFactory.create(float value)
          Create a value from a float.
 Reference ReferenceValueFactory.create(InputStream stream, long approximateLength)
          Create a value from the binary content given by the supplied stream.
 Reference ReferenceValueFactory.create(int value)
          Create a value from an integer.
 Reference ReferenceValueFactory.create(long value)
          Create a long from a string.
 Reference ReferenceValueFactory.create(Name value)
          Create a value from a name.
 Reference ReferenceValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 Reference ReferenceValueFactory.create(Path value)
          Create a value from a path.
 Reference ReferenceValueFactory.create(Reader reader, long approximateLength)
          Create a value from a the binary content given by the supplied reader.
 Reference ReferenceValueFactory.create(Reference value)
          Create a value from a reference.
 Reference ReferenceValueFactory.create(String value)
          Create a value from a string, using no decoding.
 Reference ReferenceValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 Reference ReferenceValueFactory.create(URI value)
          Create a value from a URI.
 Reference ReferenceValueFactory.create(UUID value)
          Create a value from a UUID.
protected  Reference[] ReferenceValueFactory.createEmptyArray(int length)
          
 

Methods in org.modeshape.graph.property.basic with parameters of type Reference
 int UuidReference.compareTo(Reference that)
          
 int StringReference.compareTo(Reference that)
          
 UUID UuidValueFactory.create(Reference value)
          Create a value from a reference.
 URI UriValueFactory.create(Reference value)
          Create a value from a reference.
 String StringValueFactory.create(Reference value)
          Create a value from a reference.
 Reference ReferenceValueFactory.create(Reference value)
          Create a value from a reference.
 Path PathValueFactory.create(Reference value)
          Create a value from a reference.
 Object ObjectValueFactory.create(Reference value)
          Create a value from a reference.
 Name NameValueFactory.create(Reference value)
          Create a value from a reference.
 Long LongValueFactory.create(Reference value)
          Create a value from a reference.
 DateTime JodaDateTimeValueFactory.create(Reference value)
          Create a value from a reference.
 Double DoubleValueFactory.create(Reference value)
          Create a value from a reference.
 BigDecimal DecimalValueFactory.create(Reference value)
          Create a value from a reference.
 Boolean BooleanValueFactory.create(Reference value)
          Create a value from a reference.
 Binary AbstractBinaryValueFactory.create(Reference value)
          Create a value from a reference.
 T[] AbstractValueFactory.create(Reference[] values)
          Create an array of values from an array of references.
 

Uses of Reference in org.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid that return Reference
 Reference ReferenceResolver.ResolvedReference.getWeakReferenceValue()
           
 

Constructors in org.modeshape.sequencer.teiid with parameters of type Reference
ReferenceResolver.ResolvedReference(String href, String name, Path path, String id, Reference reference)
           
 



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