|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReferenceFactory | |
|---|---|
| org.modeshape.jcr | |
| org.modeshape.jcr.cache.document | |
| org.modeshape.jcr.value | 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.jcr.value.basic | A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value. |
| Uses of ReferenceFactory in org.modeshape.jcr |
|---|
| Methods in org.modeshape.jcr that return ReferenceFactory | |
|---|---|
ReferenceFactory |
ExecutionContext.ContextFactories.getReferenceFactory()
|
ReferenceFactory |
ExecutionContext.ContextFactories.getWeakReferenceFactory()
|
| Methods in org.modeshape.jcr with parameters of type ReferenceFactory | |
|---|---|
ExecutionContext |
ExecutionContext.with(ReferenceFactory referenceFactory)
|
| Constructors in org.modeshape.jcr with parameters of type ReferenceFactory | |
|---|---|
ExecutionContext(SecurityContext securityContext,
NamespaceRegistry namespaceRegistry,
PropertyFactory propertyFactory,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId,
TextDecoder decoder,
TextEncoder encoder,
StringFactory stringFactory,
BinaryFactory binaryFactory,
ValueFactory<Boolean> booleanFactory,
DateTimeFactory dateFactory,
ValueFactory<BigDecimal> decimalFactory,
ValueFactory<Double> doubleFactory,
ValueFactory<Long> longFactory,
NameFactory nameFactory,
PathFactory pathFactory,
ReferenceFactory referenceFactory,
ReferenceFactory weakReferenceFactory,
UriFactory uriFactory,
UuidFactory uuidFactory,
ValueFactory<Object> objectFactory)
Create an instance of the execution context by supplying all parameters. |
|
| Uses of ReferenceFactory in org.modeshape.jcr.cache.document |
|---|
| Methods in org.modeshape.jcr.cache.document that return ReferenceFactory | |
|---|---|
ReferenceFactory |
DocumentTranslator.getReferenceFactory()
|
ReferenceFactory |
DocumentTranslator.getWeakReferenceFactory()
|
| Uses of ReferenceFactory in org.modeshape.jcr.value |
|---|
| Methods in org.modeshape.jcr.value that return ReferenceFactory | |
|---|---|
ReferenceFactory |
ValueFactories.getReferenceFactory()
Get the value factory for reference properties. |
ReferenceFactory |
ValueFactories.getWeakReferenceFactory()
Get the value factory for reference properties. |
ReferenceFactory |
ReferenceFactory.with(ValueFactories valueFactories)
|
| Uses of ReferenceFactory in org.modeshape.jcr.value.basic |
|---|
| Classes in org.modeshape.jcr.value.basic that implement ReferenceFactory | |
|---|---|
class |
NodeIdentifierReferenceFactory
A custom ReferenceValueFactory specialization that knows about a particular workspace, used to handle conversion from Node.getIdentifier() strings, including those that are local (e.g., not
foreign) and thus don't have the source part and workspace part. |
class |
ReferenceValueFactory
The standard ValueFactory for PropertyType.REFERENCE values. |
| Methods in org.modeshape.jcr.value.basic that return ReferenceFactory | |
|---|---|
ReferenceFactory |
ReferenceValueFactory.with(ValueFactories valueFactories)
|
ReferenceFactory |
NodeIdentifierReferenceFactory.with(ValueFactories valueFactories)
|
|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||