| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataStorageFilesCreateResponse |
ObjectFactory.createBusinessObjectDataStorageFilesCreateResponse()
Create an instance of
BusinessObjectDataStorageFilesCreateResponse |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataStorageFilesCreateResponse |
BusinessObjectDataStorageFileRestController.createBusinessObjectDataStorageFiles(BusinessObjectDataStorageFilesCreateRequest businessObjectDataStorageFilesCreateRequest)
Creates new file(s) for a given business object data and storage.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataStorageFilesCreateResponse |
BusinessObjectDataStorageFileService.createBusinessObjectDataStorageFiles(BusinessObjectDataStorageFilesCreateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataStorageFilesCreateResponse |
BusinessObjectDataStorageFileServiceImpl.createBusinessObjectDataStorageFiles(BusinessObjectDataStorageFilesCreateRequest businessObjectDataStorageFilesCreateRequest)
Adds files to Business object data storage.
|
protected BusinessObjectDataStorageFilesCreateResponse |
BusinessObjectDataStorageFileServiceImpl.createBusinessObjectDataStorageFilesImpl(BusinessObjectDataStorageFilesCreateRequest businessObjectDataStorageFilesCreateRequest)
Adds files to Business object data storage.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataStorageFilesCreateResponse |
DataBridgeWebClient.addStorageFiles(BusinessObjectDataKey businessObjectDataKey,
UploaderInputManifestDto manifest,
S3FileTransferRequestParamsDto s3FileTransferRequestParamsDto,
String storageName)
Calls the registration server to add storage files to the business object data.
|
protected BusinessObjectDataStorageFilesCreateResponse |
DataBridgeWebClient.getBusinessObjectDataStorageFilesCreateResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse)
Extracts BusinessObjectDataStorageFilesCreateResponse object from the registration server HTTP response.
|
Copyright © 2019. All rights reserved.