ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.value
Interface ReferenceFactory

All Superinterfaces:
ValueFactory<Reference>
All Known Implementing Classes:
ReferenceValueFactory

@ThreadSafe
public interface ReferenceFactory
extends ValueFactory<Reference>

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)
           
 
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

create

Reference create(NodeKey value,
                 boolean foreign)
                 throws ValueFormatException
Throws:
ValueFormatException

create

Reference[] create(NodeKey[] value,
                   boolean foreign)
                   throws ValueFormatException
Throws:
ValueFormatException

ModeShape Distribution 3.0.0.Beta4

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