ModeShape Distribution 3.0.0.CR1

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

Packages that use Binary
org.modeshape.extractor.tika The classes that make up the TextExtractor implementation that uses the Apache Tika Parser implementations. 
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.api.text   
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.text This package defines an interface for components that extract text from content. 
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.extractor.tika
 

Methods in org.modeshape.extractor.tika with parameters of type Binary
 void TikaTextExtractor.extractFrom(Binary binary, TextExtractor.Output output, TextExtractor.Context context)
          Extract text from the given Binary, using the given output to record the results.
protected  org.apache.tika.metadata.Metadata TikaTextExtractor.prepareMetadata(Binary binary, TextExtractor.Context context)
          Creates a new tika metadata object used by the parser.
 

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.api.text
 

Methods in org.modeshape.jcr.api.text with parameters of type Binary
abstract  void TextExtractor.extractFrom(Binary binary, TextExtractor.Output output, TextExtractor.Context context)
          Extract text from the given Binary, using the given output to record the results.
 String TextExtractor.Context.mimeTypeOf(String name, Binary binaryValue)
           
protected
<T> T
TextExtractor.processStream(Binary binary, TextExtractor.BinaryOperation<T> operation)
          Allows subclasses to process the stream of binary value property in "safe" fashion, making sure the stream is closed at the end of the operation.
 

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.text
 

Methods in org.modeshape.jcr.text with parameters of type Binary
 String TextExtractorContext.mimeTypeOf(String name, Binary binaryValue)
           
 

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.CR1

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