ModeShape Distribution 3.0.0.Alpha6

Uses of Interface
org.modeshape.jcr.api.Binary

Packages that use Binary
org.modeshape.jcr.api This package provides a set of interfaces that extend the JCR 2.0 API interfaces with additional functionality, as well as defining the Repositories interface as a generic abstraction to any container of multiple JCR Repository instances. 
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.jcr.query.lucene.basic The "basic" Lucene schema has a single index in which all node and property information are indexed into separate fields. 
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 Binary in org.modeshape.jcr.api
 

Methods in org.modeshape.jcr.api that return Binary
 Binary ValueFactory.createBinary(byte[] value)
          Creates a JCR Binary value from the given byte array.
 

Uses of Binary in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query with parameters of type Binary
 void QueryIndexing.addBinaryToIndex(Binary binary, org.hibernate.search.backend.TransactionContext txnCtx)
           
 

Uses of Binary in org.modeshape.jcr.query.lucene.basic
 

Methods in org.modeshape.jcr.query.lucene.basic with parameters of type Binary
 void BasicLuceneSchema.addBinaryToIndex(Binary binary, org.hibernate.search.backend.TransactionContext txnCtx)
           
 

Uses of Binary in org.modeshape.jcr.value
 

Subinterfaces of Binary in org.modeshape.jcr.value
 interface BinaryValue
          Value holder for binary data.
 

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

Classes in org.modeshape.jcr.value.binary that implement Binary
 class AbstractBinary
          An abstract implementation of BinaryValue that provides some common capabilities for other implementations.
 class EmptyBinaryValue
          An empty BinaryValue value.
 class InMemoryBinaryValue
          An implementation of BinaryValue that keeps the binary data in-memory.
 class StoredBinaryValue
          A BinaryValue implementation that gets the content from the BinaryStore.
 


ModeShape Distribution 3.0.0.Alpha6

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