ModeShape Distribution 3.2.0.Final

Uses of Interface
org.modeshape.jcr.value.BinaryFactory

Packages that use BinaryFactory
org.modeshape.jcr   
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.binary   
 

Uses of BinaryFactory in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return BinaryFactory
 BinaryFactory ExecutionContext.ContextFactories.getBinaryFactory()
           
 

Constructors in org.modeshape.jcr with parameters of type BinaryFactory
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 BinaryFactory in org.modeshape.jcr.value
 

Methods in org.modeshape.jcr.value that return BinaryFactory
 BinaryFactory ValueFactories.getBinaryFactory()
          Get the value factory for binary properties.
 BinaryFactory BinaryFactory.with(BinaryStore binaryStore)
          Return a potentially new copy of this factory that uses the supplied BinaryStore object.
 BinaryFactory BinaryFactory.with(ValueFactories valueFactories)
           
 

Uses of BinaryFactory in org.modeshape.jcr.value.binary
 

Classes in org.modeshape.jcr.value.binary that implement BinaryFactory
 class BinaryStoreValueFactory
          An abstract BinaryFactory implementation that contains many general methods that are likely to be appropriate for many concrete implementations.
 

Methods in org.modeshape.jcr.value.binary that return BinaryFactory
 BinaryFactory BinaryStoreValueFactory.with(ValueFactories valueFactories)
           
 


ModeShape Distribution 3.2.0.Final

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