|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||