Modifier and Type | Method and Description |
---|---|
Blob |
Session.getFile(String path)
Get a file from the server given a path identifying the file.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentService.setBlob(DocRef doc,
Blob blob) |
void |
DocumentService.setBlob(DocRef doc,
Blob blob,
String xpath) |
Modifier and Type | Method and Description |
---|---|
void |
MultipartRequestEntity.setBlob(Blob blob) |
protected void |
MultipartRequestEntity.setBlob(Blob blob,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
MultipartRequestEntity.setBlobs(List<Blob> blobs) |
Modifier and Type | Method and Description |
---|---|
Blob |
DefaultSession.getFile(String path) |
protected static Blob |
Request.readBlob(String ctype,
String fileName,
InputStream in) |
Modifier and Type | Field and Description |
---|---|
protected Blob |
BlobDataSource.blob |
Modifier and Type | Method and Description |
---|---|
void |
MultipartInput.setBlob(Blob blob) |
protected void |
MultipartInput.setBlob(Blob blob,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
MultipartInput.setBlobs(List<Blob> blobs) |
Constructor and Description |
---|
BlobDataSource(Blob blob) |
Modifier and Type | Class and Description |
---|---|
class |
BlobRef |
class |
FileBlob |
class |
StreamBlob |
class |
StringBlob
An in memory bob containing a string.
|
Modifier and Type | Field and Description |
---|---|
protected Blob |
BlobRef.blob |
Modifier and Type | Method and Description |
---|---|
static Blob |
Blob.fromBase64String(String fileName,
String content) |
static Blob |
Blob.fromBase64String(String fileName,
String content,
String mimeType) |
Constructor and Description |
---|
Blobs(List<Blob> blobs) |
Modifier and Type | Method and Description |
---|---|
static String |
Scripting.runScript(RemoteContext ctx,
Blob blob,
Map<String,Object> args,
Integer timeout) |
Copyright © 2018 Nuxeo. All rights reserved.