|
ModeShape Distribution 3.1.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ThreadSafe public interface ReferenceFactory
A factory for creating references. This interface extends the ValueFactory generic interface and adds
specific methods for creating weak references.
| Field Summary |
|---|
| Fields inherited from interface org.modeshape.jcr.value.ValueFactory |
|---|
DEFAULT_DECODER, DEFAULT_ENCODER |
| Method Summary | |
|---|---|
Reference[] |
create(NodeKey[] value,
boolean foreign)
|
Reference |
create(NodeKey value,
boolean foreign)
|
ReferenceFactory |
with(ValueFactories valueFactories)
Return a potentially new copy of this factory that uses the supplied ValueFactories object. |
| Methods inherited from interface org.modeshape.jcr.value.ValueFactory |
|---|
create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, getPropertyType |
| Method Detail |
|---|
ReferenceFactory with(ValueFactories valueFactories)
ValueFactory
with in interface ValueFactory<Reference>valueFactories - the value factories object; may not be null
Reference create(NodeKey value,
boolean foreign)
throws ValueFormatException
ValueFormatException
Reference[] create(NodeKey[] value,
boolean foreign)
throws ValueFormatException
ValueFormatException
|
ModeShape Distribution 3.1.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||