Modifier and Type | Method and Description |
---|---|
DocumentBlob[] |
DocumentSnapshot.getBlobProperties() |
DocumentBlob[] |
NuxeoRemoting.getDocumentBlobs(String sid,
String uuid)
Returns the document blobs only using byte[] format
|
DocumentBlob[] |
NuxeoRemoting.getDocumentBlobsExt(String sid,
String uuid,
boolean useDownloadUrl)
Returns the document blobs only.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentSnapshot.setBlobProperties(DocumentBlob[] blobProperties) |
Constructor and Description |
---|
DocumentSnapshot(DocumentProperty[] noBlobProperties,
DocumentBlob[] blobProperties,
String pathAsString,
WsACE[] acl) |
Modifier and Type | Method and Description |
---|---|
DocumentBlob[] |
NoteBlobAdapter.adaptDocumentBlobs(CoreSession session,
String uuid,
DocumentBlob[] blobs) |
Modifier and Type | Method and Description |
---|---|
DocumentBlob[] |
NoteBlobAdapter.adaptDocumentBlobs(CoreSession session,
String uuid,
DocumentBlob[] blobs) |
Modifier and Type | Method and Description |
---|---|
DocumentBlob[] |
IndexingAdapterService.adaptDocumentBlobs(CoreSession session,
String uuid,
DocumentBlob[] blobs) |
DocumentBlob[] |
IndexingAdapter.adaptDocumentBlobs(CoreSession session,
String uuid,
DocumentBlob[] blobs) |
DocumentBlob[] |
BaseIndexingAdapter.adaptDocumentBlobs(CoreSession session,
String uuid,
DocumentBlob[] blobs) |
Modifier and Type | Method and Description |
---|---|
DocumentBlob[] |
IndexingAdapterService.adaptDocumentBlobs(CoreSession session,
String uuid,
DocumentBlob[] blobs) |
DocumentBlob[] |
IndexingAdapter.adaptDocumentBlobs(CoreSession session,
String uuid,
DocumentBlob[] blobs) |
DocumentBlob[] |
BaseIndexingAdapter.adaptDocumentBlobs(CoreSession session,
String uuid,
DocumentBlob[] blobs) |
Modifier and Type | Method and Description |
---|---|
DocumentBlob[] |
WSIndexingGatewayBean.getDocumentBlobs(String sid,
String uuid) |
DocumentBlob[] |
WSIndexingGatewayBean.getDocumentBlobsExt(String sid,
String uuid,
boolean useDownloadUrl) |
Modifier and Type | Method and Description |
---|---|
DocumentBlob[] |
NuxeoRemotingBean.getDocumentBlobs(String sid,
String uuid) |
DocumentBlob[] |
NuxeoRemotingBean.getDocumentBlobsExt(String sid,
String uuid,
boolean useDownloadUrl) |
Copyright © 2015 Nuxeo SA. All rights reserved.