Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.api.Blob

Packages that use Blob
org.nuxeo.connect.client.jsf   
org.nuxeo.ecm.automation.core.collectors   
org.nuxeo.ecm.automation.core.mail   
org.nuxeo.ecm.automation.core.operations   
org.nuxeo.ecm.automation.core.operations.blob   
org.nuxeo.ecm.automation.core.operations.execution   
org.nuxeo.ecm.automation.core.operations.management   
org.nuxeo.ecm.automation.core.operations.services   
org.nuxeo.ecm.automation.core.operations.stack   
org.nuxeo.ecm.automation.core.rendering.operations   
org.nuxeo.ecm.automation.core.util   
org.nuxeo.ecm.automation.jbpm   
org.nuxeo.ecm.automation.jsf.operations   
org.nuxeo.ecm.automation.server.jaxrs   
org.nuxeo.ecm.automation.server.jaxrs.batch   
org.nuxeo.ecm.automation.server.jaxrs.io   
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.blobholder   
org.nuxeo.ecm.core.api.externalblob   
org.nuxeo.ecm.core.api.impl.blob BLOB implementations. 
org.nuxeo.ecm.core.api.model.impl.primitives   
org.nuxeo.ecm.core.convert.cache   
org.nuxeo.ecm.core.io   
org.nuxeo.ecm.core.io.impl   
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.utils   
org.nuxeo.ecm.platform.annotations.preview   
org.nuxeo.ecm.platform.api.ws   
org.nuxeo.ecm.platform.convert.plugins   
org.nuxeo.ecm.platform.filemanager.api   
org.nuxeo.ecm.platform.filemanager.service   
org.nuxeo.ecm.platform.filemanager.service.extension   
org.nuxeo.ecm.platform.forum.web   
org.nuxeo.ecm.platform.forum.web.api   
org.nuxeo.ecm.platform.mimetype.interfaces   
org.nuxeo.ecm.platform.mimetype.service   
org.nuxeo.ecm.platform.picture   
org.nuxeo.ecm.platform.picture.api   
org.nuxeo.ecm.platform.picture.api.adapters   
org.nuxeo.ecm.platform.picture.core Core interfaces for the image core, providing services such as croping, resizing, metadata and mime-type extraction. 
org.nuxeo.ecm.platform.picture.core.im   
org.nuxeo.ecm.platform.picture.core.imagej Implementation of core image service using the ImageJ Java library (see http://rsbweb.nih.gov/ij/). 
org.nuxeo.ecm.platform.picture.core.mistral Implementation of core image service using the Mistral Java Imaging meta-framework (see http://kenai.com/projects/mistral). 
org.nuxeo.ecm.platform.picture.extension   
org.nuxeo.ecm.platform.picture.web   
org.nuxeo.ecm.platform.pictures.tiles.api   
org.nuxeo.ecm.platform.pictures.tiles.api.imageresource   
org.nuxeo.ecm.platform.pictures.tiles.service   
org.nuxeo.ecm.platform.preview.adapter   
org.nuxeo.ecm.platform.preview.adapter.base   
org.nuxeo.ecm.platform.preview.api   
org.nuxeo.ecm.platform.rendering.fm.adapters   
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.platform.ui.web.component.file   
org.nuxeo.ecm.platform.ui.web.tag.fn   
org.nuxeo.ecm.platform.ui.web.util   
org.nuxeo.ecm.platform.ui.web.util.files   
org.nuxeo.ecm.platform.url.codec   
org.nuxeo.ecm.platform.userworkspace.operations   
org.nuxeo.ecm.webapp.action   
org.nuxeo.ecm.webapp.filemanager   
org.nuxeo.ecm.webapp.liveedit   
org.nuxeo.ecm.webengine.forms   
org.nuxeo.ecm.webengine.model.io   
org.nuxeo.webengine.sites.utils   
 

Uses of Blob in org.nuxeo.connect.client.jsf
 

Methods in org.nuxeo.connect.client.jsf that return Blob
 Blob ConnectStatusActionBean.getPackageToUpload()
           
 

Methods in org.nuxeo.connect.client.jsf with parameters of type Blob
 void ConnectStatusActionBean.setPackageToUpload(Blob packageToUpload)
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.collectors
 

Methods in org.nuxeo.ecm.automation.core.collectors with parameters of type Blob
 void BlobCollector.collect(OperationContext ctx, Blob obj)
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.mail
 

Method parameters in org.nuxeo.ecm.automation.core.mail with type arguments of type Blob
 Mailer.Message Composer.newMixedMessage(String templateContent, Object ctx, String textType, List<Blob> attachments)
           
 

Constructors in org.nuxeo.ecm.automation.core.mail with parameters of type Blob
BlobDataSource(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.operations
 

Methods in org.nuxeo.ecm.automation.core.operations that return Blob
 Blob RestoreBlobInput.run()
           
 Blob RunInputScript.run(Blob blob)
           
 Blob FetchContextBlob.run(Blob blob)
           
 

Methods in org.nuxeo.ecm.automation.core.operations with parameters of type Blob
 Blob RunInputScript.run(Blob blob)
           
 Blob FetchContextBlob.run(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.operations.blob
 

Methods in org.nuxeo.ecm.automation.core.operations.blob that return Blob
 Blob CreateBlob.run()
           
 Blob PostBlob.run(Blob blob)
           
 Blob CreateZip.run(Blob blob)
           
 Blob BlobToPDF.run(Blob blob)
           
 Blob BlobToFile.run(Blob blob)
           
 Blob AttachBlob.run(Blob blob)
           
 Blob CreateZip.run(BlobList blobs)
           
 Blob GetDocumentBlob.run(DocumentModel doc)
           
 Blob BlobToPDF.run(DocumentModel doc)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.blob with parameters of type Blob
 Blob PostBlob.run(Blob blob)
           
 Blob CreateZip.run(Blob blob)
           
 Blob BlobToPDF.run(Blob blob)
           
 Blob BlobToFile.run(Blob blob)
           
 Blob AttachBlob.run(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.operations.execution
 

Methods in org.nuxeo.ecm.automation.core.operations.execution that return Blob
 Blob RunFileChain.run(Blob blob)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.execution with parameters of type Blob
 Blob RunFileChain.run(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.operations.management
 

Methods in org.nuxeo.ecm.automation.core.operations.management that return Blob
 Blob GetCounters.run()
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.operations.services
 

Methods in org.nuxeo.ecm.automation.core.operations.services that return Blob
 Blob AuditQuery.run()
           
 Blob GetActions.run()
           
 Blob GetDirectoryEntries.run()
           
 Blob PictureResize.run(Blob blob)
           
 Blob GetPictureView.run(DocumentModel doc)
           
 Blob PictureResize.run(DocumentModel doc)
           
 Blob GetActions.run(DocumentModel currentDocument)
           
 Blob GetDirectoryEntries.run(DocumentModel doc)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type Blob
 Blob PictureResize.run(Blob blob)
           
 DocumentModel FileManagerImport.run(Blob blob)
           
 DocumentModel BlobHolderAttach.run(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.operations.stack
 

Methods in org.nuxeo.ecm.automation.core.operations.stack that return Blob
 Blob PullBlob.run()
           
 Blob PopBlob.run()
           
 Blob PushBlob.run(Blob blob)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.stack with parameters of type Blob
 Blob PushBlob.run(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.rendering.operations
 

Methods in org.nuxeo.ecm.automation.core.rendering.operations that return Blob
 Blob RenderDocument.run(DocumentModel doc)
           
 Blob RenderDocumentFeed.run(DocumentModelList docs)
           
 

Uses of Blob in org.nuxeo.ecm.automation.core.util
 

Methods in org.nuxeo.ecm.automation.core.util that return Blob
 Blob JSONStringBlobDecoder.getBlobFromJSON(org.codehaus.jackson.node.ObjectNode jsonObject)
           
 Blob JSONBlobDecoder.getBlobFromJSON(org.codehaus.jackson.node.ObjectNode jsonObject)
           
 

Methods in org.nuxeo.ecm.automation.core.util with parameters of type Blob
static void DocumentHelper.addBlob(Property p, Blob blob)
          Given a document property, updates its value with the given blob.
static HashMap<String,Serializable> DocumentHelper.createBlobHolderMap(Blob blob)
           
 

Constructors in org.nuxeo.ecm.automation.core.util with parameters of type Blob
BlobList(Blob blob)
           
 

Constructor parameters in org.nuxeo.ecm.automation.core.util with type arguments of type Blob
BlobList(List<Blob> blobs)
           
 

Uses of Blob in org.nuxeo.ecm.automation.jbpm
 

Methods in org.nuxeo.ecm.automation.jbpm that return Blob
 Blob UserProcessPageProviderOperation.run()
           
 Blob UserTaskPageProviderOperation.run()
           
 Blob GetUserTasks.run()
           
 

Uses of Blob in org.nuxeo.ecm.automation.jsf.operations
 

Methods in org.nuxeo.ecm.automation.jsf.operations with parameters of type Blob
 void DownloadFile.run(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.automation.server.jaxrs
 

Methods in org.nuxeo.ecm.automation.server.jaxrs with parameters of type Blob
static Response ResponseHelper.blob(Blob blob)
           
 

Method parameters in org.nuxeo.ecm.automation.server.jaxrs with type arguments of type Blob
static Response ResponseHelper.blobs(List<Blob> blobs)
           
 

Uses of Blob in org.nuxeo.ecm.automation.server.jaxrs.batch
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.batch that return Blob
 Blob Batch.getBlob(String fileId)
           
 Blob BatchManagerComponent.getBlob(String batchId, String fileId)
           
 Blob BatchManager.getBlob(String batchId, String fileId)
           
 Blob JSONBatchBlobDecoder.getBlobFromJSON(org.codehaus.jackson.node.ObjectNode jsonObject)
           
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.batch that return types with arguments of type Blob
 List<Blob> Batch.getBlobs()
          Return the uploaded blobs in the order the user choose to upload them
 List<Blob> BatchManagerComponent.getBlobs(String batchId)
           
 List<Blob> BatchManager.getBlobs(String batchId)
          Get Blobs associated to a given batch.
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.batch with parameters of type Blob
 void Batch.addBlob(String idx, Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.automation.server.jaxrs.io
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.io that return Blob
static Blob MultiPartRequestReader.readBlob(HttpServletRequest request, BodyPart part)
           
static Blob MultiPartFormRequestReader.readBlob(HttpServletRequest request, BodyPart part)
           
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.io with parameters of type Blob
 void MultipartBlobs.addBlob(Blob blob)
           
 

Method parameters in org.nuxeo.ecm.automation.server.jaxrs.io with type arguments of type Blob
 void MultipartBlobs.addBlobs(List<Blob> blobs)
           
 

Constructor parameters in org.nuxeo.ecm.automation.server.jaxrs.io with type arguments of type Blob
MultipartBlobs(List<Blob> blobs)
           
 

Uses of Blob in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api that return Blob
 Blob Blob.persist()
          Persist this stream so that getStream() method can be called successfully several times.
 

Uses of Blob in org.nuxeo.ecm.core.api.blobholder
 

Methods in org.nuxeo.ecm.core.api.blobholder that return Blob
 Blob SimpleBlobHolder.getBlob()
           
 Blob DocumentStringBlobHolder.getBlob()
           
 Blob DocumentBlobHolder.getBlob()
           
 Blob BlobHolder.getBlob()
          Returns the Blob held inside the object.
abstract  Blob AbstractBlobHolder.getBlob()
           
 Blob BlobHolderAdapterService.getExternalBlobForUri(String uri)
          Returns an external blob from given uri.
 Blob BlobHolderAdapterComponent.getExternalBlobForUri(String uri)
           
 

Methods in org.nuxeo.ecm.core.api.blobholder that return types with arguments of type Blob
 List<Blob> SimpleBlobHolder.getBlobs()
           
 List<Blob> DocumentBlobHolder.getBlobs()
           
 List<Blob> BlobHolder.getBlobs()
          Returns a list of blobs, if holder implementation supports multiple blobs.
 List<Blob> AbstractBlobHolder.getBlobs()
           
 

Methods in org.nuxeo.ecm.core.api.blobholder with parameters of type Blob
 void DocumentStringBlobHolder.setBlob(Blob blob)
           
 void DocumentBlobHolder.setBlob(Blob blob)
           
 void BlobHolder.setBlob(Blob blob)
          Sets a blob in the object.
 void AbstractBlobHolder.setBlob(Blob blob)
           
 

Constructors in org.nuxeo.ecm.core.api.blobholder with parameters of type Blob
SimpleBlobHolder(Blob blob)
           
SimpleBlobHolderWithProperties(Blob blob, Map<String,Serializable> properties)
           
 

Constructor parameters in org.nuxeo.ecm.core.api.blobholder with type arguments of type Blob
SimpleBlobHolder(List<Blob> blobs)
           
SimpleBlobHolderWithProperties(List<Blob> blobs, Map<String,Serializable> properties)
           
 

Uses of Blob in org.nuxeo.ecm.core.api.externalblob
 

Methods in org.nuxeo.ecm.core.api.externalblob that return Blob
 Blob FileSystemExternalBlobAdapter.getBlob(String uri)
           
 Blob ExternalBlobAdapter.getBlob(String uri)
          Retrieves the blob for given uri.
 

Uses of Blob in org.nuxeo.ecm.core.api.impl.blob
 

Classes in org.nuxeo.ecm.core.api.impl.blob that implement Blob
 class AbstractBlob
           
 class ByteArrayBlob
           
 class DefaultBlob
           
 class DefaultStreamBlob
           
 class FileBlob
           
 class InputStreamBlob
           
 class LazyBlob
          TODO: describe what this blob is and does.
 class StreamBlob
           
 class StreamingBlob
           
 class StringBlob
           
 class URLBlob
           
 

Methods in org.nuxeo.ecm.core.api.impl.blob that return Blob
 Blob URLBlob.persist()
           
 Blob StringBlob.persist()
           
 Blob StreamingBlob.persist()
          If the source is cannot be reopen, copy the binary content of the original source to a temporary file and replace the source inplace by a new FileSource instance pointing to the tmp file.
 Blob LazyBlob.persist()
           
 Blob InputStreamBlob.persist()
           
 Blob FileBlob.persist()
           
 Blob ByteArrayBlob.persist()
           
 

Uses of Blob in org.nuxeo.ecm.core.api.model.impl.primitives
 

Methods in org.nuxeo.ecm.core.api.model.impl.primitives that return Blob
static Blob ExternalBlobProperty.getBlobFromMap(Map<String,Object> mapValue)
           
 

Methods in org.nuxeo.ecm.core.api.model.impl.primitives with parameters of type Blob
static Map<String,Serializable> ExternalBlobProperty.getMapFromBlob(Blob blob)
           
 Map<String,Serializable> ExternalBlobProperty.getMapFromBlobWithUri(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.core.convert.cache
 

Constructors in org.nuxeo.ecm.core.convert.cache with parameters of type Blob
SimpleCachableBlobHolder(Blob blob)
           
 

Constructor parameters in org.nuxeo.ecm.core.convert.cache with type arguments of type Blob
SimpleCachableBlobHolder(List<Blob> blobs)
           
 

Uses of Blob in org.nuxeo.ecm.core.io
 

Methods in org.nuxeo.ecm.core.io that return Blob
 Blob ExportedDocument.getBlob(String id)
           
 Blob ExportedDocument.removeBlob(String id)
           
 

Methods in org.nuxeo.ecm.core.io that return types with arguments of type Blob
 Map<String,Blob> ExportedDocument.getBlobs()
           
 

Methods in org.nuxeo.ecm.core.io with parameters of type Blob
 void ExportedDocument.putBlob(String id, Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.core.io.impl
 

Methods in org.nuxeo.ecm.core.io.impl that return Blob
 Blob ExportedDocumentImpl.getBlob(String id)
           
 Blob ExportedDocumentImpl.removeBlob(String id)
           
 

Methods in org.nuxeo.ecm.core.io.impl that return types with arguments of type Blob
 Map<String,Blob> ExportedDocumentImpl.getBlobs()
           
 

Methods in org.nuxeo.ecm.core.io.impl with parameters of type Blob
 void ExportedDocumentImpl.putBlob(String id, Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.core.model
 

Methods in org.nuxeo.ecm.core.model that return Blob
 Blob PropertyContainer.getContent(String name)
          Gets the value of the named content property.
 Blob MockDocument.getContent(String name)
           
 

Methods in org.nuxeo.ecm.core.model with parameters of type Blob
 void PropertyContainer.setContent(String name, Blob value)
          Sets the content property to the given value.
 void MockDocument.setContent(String name, Blob value)
           
 

Uses of Blob in org.nuxeo.ecm.core.storage.sql.coremodel
 

Classes in org.nuxeo.ecm.core.storage.sql.coremodel that implement Blob
 class SQLBlob
          A Blob wrapping a Binary value.
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return Blob
 Blob SQLDocumentProxy.getContent(String name)
           
 Blob SQLComplexProperty.getContent(String name)
           
 Blob SQLComplexListProperty.getContent(String name)
           
 Blob SQLBlob.persist()
           
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Blob
 void SQLDocumentVersion.setContent(String name, Blob value)
           
 void SQLDocumentProxy.setContent(String name, Blob value)
           
 void SQLComplexProperty.setContent(String name, Blob value)
           
 void SQLComplexListProperty.setContent(String name, Blob value)
           
 

Uses of Blob in org.nuxeo.ecm.core.utils
 

Methods in org.nuxeo.ecm.core.utils that return types with arguments of type Blob
 List<Blob> BlobsExtractor.getBlobs(DocumentModel doc)
          Finds all the blobs of the document.
 

Uses of Blob in org.nuxeo.ecm.platform.annotations.preview
 

Methods in org.nuxeo.ecm.platform.annotations.preview that return Blob
 Blob AnnotationBlobPostProcessor.process(Blob blob)
           
 

Methods in org.nuxeo.ecm.platform.annotations.preview with parameters of type Blob
 Blob AnnotationBlobPostProcessor.process(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.platform.api.ws
 

Constructors in org.nuxeo.ecm.platform.api.ws with parameters of type Blob
DocumentBlob(String name, Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.platform.convert.plugins
 

Methods in org.nuxeo.ecm.platform.convert.plugins that return Blob
 Blob ZipCachableBlobHolder.getBlob()
           
 Blob ZipCachableBlobHolder.getBlob(String path)
           
 

Methods in org.nuxeo.ecm.platform.convert.plugins that return types with arguments of type Blob
 List<Blob> ZipCachableBlobHolder.getBlobs()
           
 

Constructors in org.nuxeo.ecm.platform.convert.plugins with parameters of type Blob
ZipCachableBlobHolder(Blob zipBlob)
           
 

Uses of Blob in org.nuxeo.ecm.platform.filemanager.api
 

Methods in org.nuxeo.ecm.platform.filemanager.api with parameters of type Blob
 String FileManager.computeDigest(Blob blob)
           
 DocumentModel FileManager.createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName)
          Returns an initialized doc based on a given blob.
 DocumentModel FileManager.updateDocumentFromBlob(CoreSession documentManager, Blob input, String path, String fullName)
          Just applies the same actions as creation but does not changes the doc type.
 

Uses of Blob in org.nuxeo.ecm.platform.filemanager.service
 

Methods in org.nuxeo.ecm.platform.filemanager.service with parameters of type Blob
 String FileManagerService.computeDigest(Blob blob)
           
 DocumentModel FileManagerService.createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName)
           
 DocumentModel FileManagerService.updateDocumentFromBlob(CoreSession documentManager, Blob input, String path, String fullName)
           
 

Uses of Blob in org.nuxeo.ecm.platform.filemanager.service.extension
 

Methods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type Blob
 DocumentModel NoteImporter.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String fullname, TypeManager typeService)
           
 DocumentModel FileImporter.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService)
          Creates the document.
 DocumentModel ExportedZipImporter.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService)
           
 DocumentModel DefaultFileImporter.create(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullname, TypeManager typeService)
          Creates a file in nearest container.
 DocumentModel CSVZipImporter.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService)
           
 

Uses of Blob in org.nuxeo.ecm.platform.forum.web
 

Methods in org.nuxeo.ecm.platform.forum.web that return Blob
 Blob PostActionBean.getFileContent()
           
 

Methods in org.nuxeo.ecm.platform.forum.web with parameters of type Blob
 void PostActionBean.setFileContent(Blob fileContent)
           
 

Uses of Blob in org.nuxeo.ecm.platform.forum.web.api
 

Methods in org.nuxeo.ecm.platform.forum.web.api that return Blob
 Blob PostAction.getFileContent()
          Gets the content of the attached file of the post at creation time.
 

Methods in org.nuxeo.ecm.platform.forum.web.api with parameters of type Blob
 void PostAction.setFileContent(Blob fileContent)
          Sets the content of the attached file of the post at creation time.
 

Uses of Blob in org.nuxeo.ecm.platform.mimetype.interfaces
 

Methods in org.nuxeo.ecm.platform.mimetype.interfaces that return Blob
 Blob MimetypeRegistry.updateMimetype(Blob blob)
          Update the mimetype field of a Blob based on the embedded filename with fallback to binary sniffing.
 Blob MimetypeRegistry.updateMimetype(Blob blob, String filename)
          Update the mimetype field of a Blob based on the provided filename with fallback to binary sniffing.
 

Methods in org.nuxeo.ecm.platform.mimetype.interfaces with parameters of type Blob
 String MimetypeRegistry.getMimetypeFromBlob(Blob blob)
          Returns the mime type from a given stream.
 String MimetypeRegistry.getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype)
          Returns the mime type from a given blob or provided default if not possible.
 String MimetypeRegistry.getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype)
          Finds the mimetype of some content according to its filename and / or binary content.
 Blob MimetypeRegistry.updateMimetype(Blob blob)
          Update the mimetype field of a Blob based on the embedded filename with fallback to binary sniffing.
 Blob MimetypeRegistry.updateMimetype(Blob blob, String filename)
          Update the mimetype field of a Blob based on the provided filename with fallback to binary sniffing.
 

Uses of Blob in org.nuxeo.ecm.platform.mimetype.service
 

Methods in org.nuxeo.ecm.platform.mimetype.service that return Blob
 Blob MimetypeRegistryService.updateMimetype(Blob blob)
           
 Blob MimetypeRegistryService.updateMimetype(Blob blob, String filename)
           
 

Methods in org.nuxeo.ecm.platform.mimetype.service with parameters of type Blob
 String MimetypeRegistryService.getMimetypeFromBlob(Blob blob)
           
 String MimetypeRegistryService.getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype)
          Finds the mimetype of a Blob content and returns provided default if not possible.
 String MimetypeRegistryService.getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype)
          Finds the mimetype of some content according to its filename and / or binary content.
 Blob MimetypeRegistryService.updateMimetype(Blob blob)
           
 Blob MimetypeRegistryService.updateMimetype(Blob blob, String filename)
           
 

Uses of Blob in org.nuxeo.ecm.platform.picture
 

Methods in org.nuxeo.ecm.platform.picture that return Blob
 Blob ImagingComponent.crop(Blob blob, int x, int y, int width, int height)
           
 Blob ImagingComponent.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob ImagingComponent.rotate(Blob blob, int angle)
           
 

Methods in org.nuxeo.ecm.platform.picture with parameters of type Blob
 Blob ImagingComponent.crop(Blob blob, int x, int y, int width, int height)
           
 ImageInfo ImagingComponent.getImageInfo(Blob blob)
           
 Map<String,Object> ImagingComponent.getImageMetadata(Blob blob)
           
 Blob ImagingComponent.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob ImagingComponent.rotate(Blob blob, int angle)
           
 

Uses of Blob in org.nuxeo.ecm.platform.picture.api
 

Methods in org.nuxeo.ecm.platform.picture.api that return Blob
 Blob ImagingService.crop(Blob blob, int x, int y, int width, int height)
          Crops an image.
 Blob ImagingService.resize(Blob blob, String finalFormat, int width, int height, int depth)
          Resizes image.
 Blob ImagingService.rotate(Blob blob, int angle)
          Rotates an image.
 

Methods in org.nuxeo.ecm.platform.picture.api with parameters of type Blob
 Blob ImagingService.crop(Blob blob, int x, int y, int width, int height)
          Crops an image.
 ImageInfo ImagingService.getImageInfo(Blob blob)
          Retrieves the ImageInfo of the Blob that is received as parameter.
 Map<String,Object> ImagingService.getImageMetadata(Blob blob)
          Retrieves metadata from an image contained in a Blob.
 Blob ImagingService.resize(Blob blob, String finalFormat, int width, int height, int depth)
          Resizes image.
 Blob ImagingService.rotate(Blob blob, int angle)
          Rotates an image.
 

Uses of Blob in org.nuxeo.ecm.platform.picture.api.adapters
 

Methods in org.nuxeo.ecm.platform.picture.api.adapters that return Blob
 Blob PictureBookBlobHolder.getBlob()
           
 Blob PictureBlobHolder.getBlob()
           
 Blob PictureBlobHolder.getBlob(String title)
           
 Blob PictureResourceAdapter.getPictureFromTitle(String title)
           
 Blob DefaultPictureAdapter.getPictureFromTitle(String title)
           
 

Methods in org.nuxeo.ecm.platform.picture.api.adapters that return types with arguments of type Blob
 List<Blob> PictureBookBlobHolder.getBlobs()
           
 List<Blob> PictureBlobHolder.getBlobs()
           
 List<Blob> PictureBlobHolder.getBlobs(String... viewNames)
           
 List<Blob> PictureBookBlobHolder.getBlobs(String title)
           
 

Methods in org.nuxeo.ecm.platform.picture.api.adapters with parameters of type Blob
 boolean PictureResourceAdapter.createPicture(Blob fileContent, String filename, String title, ArrayList<Map<String,Object>> pictureTemplates)
           
 boolean DefaultPictureAdapter.createPicture(Blob blob, String filename, String title, ArrayList<Map<String,Object>> pictureTemplates)
           
 void AbstractPictureAdapter.createPictureimpl(String description, String tag, String title, Integer maxsize, String filename, Integer width, Integer height, Integer depth, Blob fileContent)
           
 void PictureBlobHolder.setBlob(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.platform.picture.core
 

Methods in org.nuxeo.ecm.platform.picture.core that return Blob
 Blob ImageUtils.crop(Blob blob, int x, int y, int width, int height)
           
 Blob ImageUtils.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob ImageUtils.rotate(Blob blob, int angle)
           
 

Methods in org.nuxeo.ecm.platform.picture.core with parameters of type Blob
 Blob ImageUtils.crop(Blob blob, int x, int y, int width, int height)
           
 Map<String,Object> MetadataUtils.getImageMetadata(Blob blob)
           
 Blob ImageUtils.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob ImageUtils.rotate(Blob blob, int angle)
           
 

Uses of Blob in org.nuxeo.ecm.platform.picture.core.im
 

Methods in org.nuxeo.ecm.platform.picture.core.im that return Blob
 Blob IMImageUtils.crop(Blob blob, int x, int y, int width, int height)
           
 Blob IMImageUtils.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob IMImageUtils.rotate(Blob blob, int angle)
           
 

Methods in org.nuxeo.ecm.platform.picture.core.im with parameters of type Blob
 Blob IMImageUtils.crop(Blob blob, int x, int y, int width, int height)
           
 Blob IMImageUtils.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob IMImageUtils.rotate(Blob blob, int angle)
           
 

Uses of Blob in org.nuxeo.ecm.platform.picture.core.imagej
 

Methods in org.nuxeo.ecm.platform.picture.core.imagej that return Blob
 Blob ImageJImageUtils.crop(Blob blob, int x, int y, int width, int height)
           
 Blob ImageJImageUtils.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob ImageJImageUtils.rotate(Blob blob, int angle)
           
 

Methods in org.nuxeo.ecm.platform.picture.core.imagej with parameters of type Blob
 Blob ImageJImageUtils.crop(Blob blob, int x, int y, int width, int height)
           
 Map<String,Object> ImageJMetadataUtils.getImageMetadata(Blob blob)
           
 Blob ImageJImageUtils.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob ImageJImageUtils.rotate(Blob blob, int angle)
           
 

Uses of Blob in org.nuxeo.ecm.platform.picture.core.mistral
 

Methods in org.nuxeo.ecm.platform.picture.core.mistral that return Blob
 Blob MistralImageUtils.crop(Blob blob, int x, int y, int width, int height)
           
 Blob MistralImageUtils.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob MistralImageUtils.rotate(Blob blob, int angle)
           
 

Methods in org.nuxeo.ecm.platform.picture.core.mistral with parameters of type Blob
 Blob MistralImageUtils.crop(Blob blob, int x, int y, int width, int height)
           
 Map<String,Object> MistralMetadataUtils.getImageMetadata(Blob blob)
           
 Blob MistralImageUtils.resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 Blob MistralImageUtils.rotate(Blob blob, int angle)
           
 

Uses of Blob in org.nuxeo.ecm.platform.picture.extension
 

Methods in org.nuxeo.ecm.platform.picture.extension with parameters of type Blob
 DocumentModel ImagePlugin.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String fullname, TypeManager typeService)
           
 

Uses of Blob in org.nuxeo.ecm.platform.picture.web
 

Methods in org.nuxeo.ecm.platform.picture.web that return Blob
 Blob PictureManagerBean.getFileContent()
           
 Blob PictureManager.getFileContent()
          Gets the content of the Picture.
 

Methods in org.nuxeo.ecm.platform.picture.web with parameters of type Blob
 void PictureManagerBean.setFileContent(Blob fileContent)
           
 void PictureManager.setFileContent(Blob fileContent)
          Sets the content of the Picture.
 

Uses of Blob in org.nuxeo.ecm.platform.pictures.tiles.api
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.api that return Blob
 Blob PictureTilesImpl.getTile(int x, int y)
           
 Blob PictureTiles.getTile(int x, int y)
           
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.api with parameters of type Blob
 PictureTiles PictureTilingService.getTilesFromBlob(Blob blob, int tileWidth, int tileHeight, int maxTiles)
          Deprecated. 
 PictureTiles PictureTilingService.getTilesFromBlob(Blob blob, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, boolean fullGeneration)
          Deprecated. 
 

Uses of Blob in org.nuxeo.ecm.platform.pictures.tiles.api.imageresource
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.api.imageresource that return Blob
 Blob ImageResource.getBlob()
           
 Blob DocumentImageResource.getBlob()
           
 Blob BlobResource.getBlob()
           
 

Constructors in org.nuxeo.ecm.platform.pictures.tiles.api.imageresource with parameters of type Blob
BlobResource(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.platform.pictures.tiles.service
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.service that return types with arguments of type Blob
 List<Blob> TiledImagePreviewer.getPreview(Blob blob, DocumentModel dm)
           
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.service with parameters of type Blob
 List<Blob> TiledImagePreviewer.getPreview(Blob blob, DocumentModel dm)
           
 PictureTiles PictureTilingComponent.getTilesFromBlob(Blob blob, int tileWidth, int tileHeight, int maxTiles)
          Deprecated. 
 PictureTiles PictureTilingComponent.getTilesFromBlob(Blob blob, int tileWidth, int tileHeight, int maxTiles, int xCenter, int yCenter, boolean fullGeneration)
          Deprecated. 
 

Uses of Blob in org.nuxeo.ecm.platform.preview.adapter
 

Methods in org.nuxeo.ecm.platform.preview.adapter that return Blob
 Blob BlobPostProcessor.process(Blob blob)
           
 

Methods in org.nuxeo.ecm.platform.preview.adapter that return types with arguments of type Blob
 List<Blob> PlainTextPreviewer.getPreview(Blob blob, DocumentModel dm)
           
 List<Blob> MimeTypePreviewer.getPreview(Blob blob, DocumentModel dm)
           
 List<Blob> ImagePreviewer.getPreview(Blob blob, DocumentModel dm)
           
 List<Blob> HtmlPreviewer.getPreview(Blob blob, DocumentModel dm)
           
 

Methods in org.nuxeo.ecm.platform.preview.adapter with parameters of type Blob
 List<Blob> PlainTextPreviewer.getPreview(Blob blob, DocumentModel dm)
           
 List<Blob> MimeTypePreviewer.getPreview(Blob blob, DocumentModel dm)
           
 List<Blob> ImagePreviewer.getPreview(Blob blob, DocumentModel dm)
           
 List<Blob> HtmlPreviewer.getPreview(Blob blob, DocumentModel dm)
           
 Blob BlobPostProcessor.process(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.platform.preview.adapter.base
 

Methods in org.nuxeo.ecm.platform.preview.adapter.base that return types with arguments of type Blob
 List<Blob> AbstractHtmlPreviewAdapter.getFilePreviewBlobs()
           
 List<Blob> AbstractHtmlPreviewAdapter.getFilePreviewBlobs(boolean postProcess)
           
 List<Blob> AbstractHtmlPreviewAdapter.getFilePreviewBlobs(String xpath)
           
 List<Blob> AbstractHtmlPreviewAdapter.getFilePreviewBlobs(String xpath, boolean postProcess)
           
 List<Blob> PreprocessedHtmlPreviewAdapter.getPreviewBlobs()
           
 List<Blob> NoteHtmlPreviewAdapter.getPreviewBlobs()
           
 List<Blob> ConverterBasedHtmlPreviewAdapter.getPreviewBlobs()
           
 List<Blob> PreprocessedHtmlPreviewAdapter.getPreviewBlobs(String xpath)
           
 List<Blob> NoteHtmlPreviewAdapter.getPreviewBlobs(String xpath)
           
 List<Blob> ConverterBasedHtmlPreviewAdapter.getPreviewBlobs(String xpath)
           
 

Uses of Blob in org.nuxeo.ecm.platform.preview.api
 

Methods in org.nuxeo.ecm.platform.preview.api that return types with arguments of type Blob
 List<Blob> HtmlPreviewAdapter.getFilePreviewBlobs()
           
 List<Blob> HtmlPreviewAdapter.getFilePreviewBlobs(boolean postProcess)
           
 List<Blob> HtmlPreviewAdapter.getFilePreviewBlobs(String xpath)
           
 List<Blob> HtmlPreviewAdapter.getFilePreviewBlobs(String xpath, boolean postProcess)
           
 

Uses of Blob in org.nuxeo.ecm.platform.rendering.fm.adapters
 

Constructors in org.nuxeo.ecm.platform.rendering.fm.adapters with parameters of type Blob
BlobTemplate(DocumentObjectWrapper wrapper, Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.platform.ui.web.api
 

Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type Blob
 String SimpleFileManager.addBinaryFileFromPlugin(Blob blob, String fullName, DocumentModel targetContainer)
           
 String SimpleFileManager.addBinaryFileFromPlugin(Blob blob, String fullName, String morePath)
           
 

Uses of Blob in org.nuxeo.ecm.platform.ui.web.component.file
 

Methods in org.nuxeo.ecm.platform.ui.web.component.file that return Blob
 Blob InputFileInfo.getConvertedBlob()
           
 Blob UIInputFile.getCurrentBlob()
           
 

Methods in org.nuxeo.ecm.platform.ui.web.component.file with parameters of type Blob
 void UIOutputFile.encodeFileIcon(FacesContext context, Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.platform.ui.web.tag.fn
 

Methods in org.nuxeo.ecm.platform.ui.web.tag.fn with parameters of type Blob
static String DocumentModelFunctions.fileIconPath(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.platform.ui.web.util
 

Methods in org.nuxeo.ecm.platform.ui.web.util that return types with arguments of type Blob
static List<Blob> FileUploadHelper.parseRequest(HttpServletRequest request)
          Parses a Multipart Servlet Request to extract blobs
static List<Blob> FileUploadHelper.parseRequest(org.restlet.data.Request request)
          Parses a Multipart Restlet Request to extract blobs.
 

Methods in org.nuxeo.ecm.platform.ui.web.util with parameters of type Blob
static String ComponentUtils.download(FacesContext faces, Blob blob, String filename)
           
 

Uses of Blob in org.nuxeo.ecm.platform.ui.web.util.files
 

Methods in org.nuxeo.ecm.platform.ui.web.util.files that return Blob
static Blob FileUtils.createSerializableBlob(InputStream file, String filename, String mimeType)
          Creates a serializable blob from a stream, with filename and mimetype detection.
 

Uses of Blob in org.nuxeo.ecm.platform.url.codec
 

Methods in org.nuxeo.ecm.platform.url.codec that return Blob
static Blob DocumentFileCodec.getBlob(DocumentModel doc, DocumentView docView)
           
static Blob DocumentFileCodec.getBlobViaBlobHolder(DocumentModel doc, String bhPath)
           
 

Uses of Blob in org.nuxeo.ecm.platform.userworkspace.operations
 

Methods in org.nuxeo.ecm.platform.userworkspace.operations with parameters of type Blob
 DocumentModel UserWorkspaceCreateFromBlob.run(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.webapp.action
 

Methods in org.nuxeo.ecm.webapp.action with parameters of type Blob
 boolean ConversionAction.isExportableToPDF(Blob blob)
           
 boolean ConversionActionBean.isExportableToPDF(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.webapp.filemanager
 

Methods in org.nuxeo.ecm.webapp.filemanager with parameters of type Blob
 String FileManageActionsBean.addBinaryFileFromPlugin(Blob blob, String fullName, DocumentModel targetContainer)
           
 String FileManageActionsBean.addBinaryFileFromPlugin(Blob blob, String fullName, String morePath)
           
 

Uses of Blob in org.nuxeo.ecm.webapp.liveedit
 

Methods in org.nuxeo.ecm.webapp.liveedit with parameters of type Blob
 boolean LiveEditBootstrapHelper.isLiveEditable(Blob blob)
          Deprecated. use #isLiveEditable(DocumentModel doc, String blobXpath)
 boolean LiveEditBootstrapHelper.isLiveEditable(DocumentModel document, Blob blob)
           
 boolean LiveEditBootstrapHelper.isMimeTypeLiveEditable(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.webengine.forms
 

Methods in org.nuxeo.ecm.webengine.forms that return Blob
 Blob TestFormInstance.getBlob(String key)
           
 Blob FormInstance.getBlob(String key)
           
 Blob FormData.getBlob(String key)
           
 Blob[] TestFormInstance.getBlobs(String key)
           
 Blob[] FormInstance.getBlobs(String key)
           
 Blob[] FormData.getBlobs(String key)
           
 Blob FormData.getFirstBlob()
           
 

Methods in org.nuxeo.ecm.webengine.forms with parameters of type Blob
 void TestFormInstance.addField(String key, Blob... values)
           
 void TestFormInstance.setField(String key, Blob... values)
           
 

Uses of Blob in org.nuxeo.ecm.webengine.model.io
 

Methods in org.nuxeo.ecm.webengine.model.io with parameters of type Blob
 long BlobWriter.getSize(Blob arg0, Class<?> arg1, Type arg2, Annotation[] arg3, MediaType arg4)
           
 void BlobWriter.writeTo(Blob t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 

Uses of Blob in org.nuxeo.webengine.sites.utils
 

Methods in org.nuxeo.webengine.sites.utils that return Blob
static Blob SiteUtils.getBlob(DocumentModel d, String xpath)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.