Package | Description |
---|---|
org.nuxeo.ecm.blob | |
org.nuxeo.ecm.blob.azure | |
org.nuxeo.ecm.core.blob | |
org.nuxeo.ecm.core.blob.binary | |
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.ecm.liveconnect.box | |
org.nuxeo.ecm.liveconnect.core | |
org.nuxeo.ecm.liveconnect.dropbox | |
org.nuxeo.ecm.liveconnect.google.drive | |
org.nuxeo.ecm.liveconnect.onedrive |
Modifier and Type | Method and Description |
---|---|
protected URI |
AbstractCloudBinaryManager.getRemoteUri(String digest,
ManagedBlob blob,
javax.servlet.http.HttpServletRequest servletRequest) |
URI |
AbstractCloudBinaryManager.getURI(ManagedBlob blob,
BlobManager.UsageHint hint,
javax.servlet.http.HttpServletRequest servletRequest) |
Modifier and Type | Method and Description |
---|---|
protected URI |
AzureCDNBinaryManager.getRemoteUri(String digest,
ManagedBlob blob,
javax.servlet.http.HttpServletRequest servletRequest) |
protected URI |
AzureBinaryManager.getRemoteUri(String digest,
ManagedBlob blob,
javax.servlet.http.HttpServletRequest servletRequest) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleManagedBlob
Simple managed blob implementation holding just a key and delegating to its provider for implementation.
|
Modifier and Type | Method and Description |
---|---|
ManagedBlob |
FilesystemBlobProvider.createBlob(BlobManager.BlobInfo blobInfo)
Creates a filesystem blob with the given information.
|
default ManagedBlob |
BlobProvider.freezeVersion(ManagedBlob blob,
Document doc)
Returns a new managed blob pointing to a fixed version of the original blob.
|
Modifier and Type | Method and Description |
---|---|
default ManagedBlob |
BlobProvider.freezeVersion(ManagedBlob blob,
Document doc)
Returns a new managed blob pointing to a fixed version of the original blob.
|
default List<AppLink> |
BlobProvider.getAppLinks(String user,
ManagedBlob blob)
Returns a list of application links for the given blob.
|
default Map<String,URI> |
BlobProvider.getAvailableConversions(ManagedBlob blob,
BlobManager.UsageHint hint)
Gets a map of available MIME type conversions and corresponding
URI for a managed blob. |
default InputStream |
BlobProvider.getConvertedStream(ManagedBlob blob,
String mimeType,
DocumentModel doc)
Gets an
InputStream for a conversion to the given MIME type. |
InputStream |
FilesystemBlobProvider.getStream(ManagedBlob blob) |
default InputStream |
BlobProvider.getStream(ManagedBlob blob)
Gets an
InputStream for the data of a managed blob. |
default InputStream |
BlobProvider.getThumbnail(ManagedBlob blob)
Gets an
InputStream for a thumbnail of a managed blob. |
default URI |
BlobProvider.getURI(ManagedBlob blob,
BlobManager.UsageHint hint,
javax.servlet.http.HttpServletRequest servletRequest)
Gets an
URI for the content of a managed blob. |
default boolean |
BlobProvider.isVersion(ManagedBlob blob)
Returns true if version of the blob is a version.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryBlob
|
Modifier and Type | Method and Description |
---|---|
protected URI |
S3BinaryManager.getRemoteUri(String digest,
ManagedBlob blob,
javax.servlet.http.HttpServletRequest servletRequest) |
Modifier and Type | Method and Description |
---|---|
ManagedBlob |
BoxBlobProvider.freezeVersion(ManagedBlob blob,
Document doc) |
Modifier and Type | Method and Description |
---|---|
ManagedBlob |
BoxBlobProvider.freezeVersion(ManagedBlob blob,
Document doc) |
InputStream |
BoxBlobProvider.getStream(ManagedBlob blob) |
InputStream |
BoxBlobProvider.getThumbnail(ManagedBlob blob) |
URI |
BoxBlobProvider.getURI(ManagedBlob blob,
BlobManager.UsageHint usage,
javax.servlet.http.HttpServletRequest servletRequest) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractLiveConnectBlobProvider.isVersion(ManagedBlob blob)
Should be overriden by subclasses needing something different.
|
protected LiveConnectFileInfo |
AbstractLiveConnectBlobProvider.toFileInfo(ManagedBlob blob) |
Modifier and Type | Method and Description |
---|---|
ManagedBlob |
DropboxBlobProvider.freezeVersion(ManagedBlob blob,
Document doc) |
Modifier and Type | Method and Description |
---|---|
ManagedBlob |
DropboxBlobProvider.freezeVersion(ManagedBlob blob,
Document doc) |
Map<String,URI> |
DropboxBlobProvider.getAvailableConversions(ManagedBlob blob,
BlobManager.UsageHint hint) |
InputStream |
DropboxBlobProvider.getConvertedStream(ManagedBlob blob,
String mimeType,
DocumentModel doc) |
InputStream |
DropboxBlobProvider.getStream(ManagedBlob blob) |
InputStream |
DropboxBlobProvider.getThumbnail(ManagedBlob blob) |
URI |
DropboxBlobProvider.getURI(ManagedBlob blob,
BlobManager.UsageHint usage,
javax.servlet.http.HttpServletRequest servletRequest) |
Modifier and Type | Method and Description |
---|---|
ManagedBlob |
GoogleDriveBlobProvider.freezeVersion(ManagedBlob blob,
Document doc) |
Modifier and Type | Method and Description |
---|---|
ManagedBlob |
GoogleDriveBlobProvider.freezeVersion(ManagedBlob blob,
Document doc) |
protected String |
GoogleDriveBlobProvider.getAlternateUrl(ManagedBlob blob) |
List<AppLink> |
GoogleDriveBlobProvider.getAppLinks(String username,
ManagedBlob blob) |
Map<String,URI> |
GoogleDriveBlobProvider.getAvailableConversions(ManagedBlob blob,
BlobManager.UsageHint hint) |
InputStream |
GoogleDriveBlobProvider.getConvertedStream(ManagedBlob blob,
String mimeType,
DocumentModel doc) |
protected String |
GoogleDriveBlobProvider.getDownloadUrl(ManagedBlob blob)
Gets the URL to which we can redirect to let the user download the file.
|
protected String |
GoogleDriveBlobProvider.getEmbedUrl(ManagedBlob blob)
Gets the URL to which we can redirect to let the user see a preview of the file.
|
protected Map<String,String> |
GoogleDriveBlobProvider.getExportLinks(ManagedBlob blob)
Gets the export link.
|
InputStream |
GoogleDriveBlobProvider.getStream(ManagedBlob blob) |
protected InputStream |
GoogleDriveBlobProvider.getStream(ManagedBlob blob,
URI uri) |
protected String |
GoogleDriveBlobProvider.getStreamUrl(ManagedBlob blob)
Gets the URL from which we can stream the content of the file.
|
InputStream |
GoogleDriveBlobProvider.getThumbnail(ManagedBlob blob) |
protected String |
GoogleDriveBlobProvider.getThumbnailUrl(ManagedBlob blob)
Gets the URL from which we can stream a thumbnail.
|
URI |
GoogleDriveBlobProvider.getURI(ManagedBlob blob,
BlobManager.UsageHint usage,
javax.servlet.http.HttpServletRequest servletRequest) |
protected Blob |
GoogleDriveBlobProvider.retrieveBlobConversion(ManagedBlob blob,
String mimeType,
DocumentModel doc)
Retrieve a stored conversion of the given blob
|
Modifier and Type | Method and Description |
---|---|
List<AppLink> |
OneDriveBlobProvider.getAppLinks(String username,
ManagedBlob blob) |
InputStream |
OneDriveBlobProvider.getStream(ManagedBlob blob) |
InputStream |
OneDriveBlobProvider.getThumbnail(ManagedBlob blob) |
URI |
OneDriveBlobProvider.getURI(ManagedBlob blob,
BlobManager.UsageHint usage,
javax.servlet.http.HttpServletRequest servletRequest) |
Copyright © 2016 Nuxeo SA. All rights reserved.