Uses of Interface
org.apache.stanbol.enhancer.servicesapi.Blob

Packages that use Blob
org.apache.stanbol.enhancer.servicesapi Stanbol Enhancer services API 
org.apache.stanbol.enhancer.servicesapi.helper   
 

Uses of Blob in org.apache.stanbol.enhancer.servicesapi
 

Methods in org.apache.stanbol.enhancer.servicesapi that return Blob
 Blob ContentItem.getBlob()
          The main content of this content item
 

Uses of Blob in org.apache.stanbol.enhancer.servicesapi.helper
 

Classes in org.apache.stanbol.enhancer.servicesapi.helper that implement Blob
 class InMemoryBlob
          Holds the parsed data in an byte array.
 

Methods in org.apache.stanbol.enhancer.servicesapi.helper that return Blob
 Blob ContentItemImpl.getBlob()
          Final getter retrieving the Blob via ContentItemImpl.getPart(UriRef, Class) with ContentItemImpl.getUri()+ContentItemImpl.MAIN_BLOB_SUFFIX
 

Methods in org.apache.stanbol.enhancer.servicesapi.helper that return types with arguments of type Blob
static java.util.Map.Entry<org.apache.clerezza.rdf.core.UriRef,Blob> ContentItemHelper.getBlob(ContentItem ci, java.util.Set<java.lang.String> mimeTypes)
          Searches an content part of the type Blob with one of the the parsed mimeTypes.
 

Methods in org.apache.stanbol.enhancer.servicesapi.helper with parameters of type Blob
static java.lang.String ContentItemHelper.getMimeTypeWithParameters(Blob blob)
          Creates the "{type}/{subtime}; [{param}={value}]+" mime type representation for the getMimeType() and getParameter() values
static java.lang.String ContentItemHelper.getText(Blob blob)
          Getter for the Text of an Blob.
static org.apache.clerezza.rdf.core.UriRef ContentItemHelper.makeDefaultUri(java.lang.String baseUri, Blob blob)
           
static org.apache.clerezza.rdf.core.UriRef ContentItemHelper.makeDefaultUrn(Blob blob)
           
 

Constructors in org.apache.stanbol.enhancer.servicesapi.helper with parameters of type Blob
ContentItemImpl(org.apache.clerezza.rdf.core.UriRef uri, Blob main, org.apache.clerezza.rdf.core.MGraph metadata)
           
InMemoryContentItem(java.lang.String uriString, Blob blob, org.apache.clerezza.rdf.core.MGraph metadata)
           
InMemoryContentItem(org.apache.clerezza.rdf.core.UriRef uri, Blob blob, org.apache.clerezza.rdf.core.MGraph metadata)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.