| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataEntity |
BusinessObjectDataDao.getBusinessObjectDataByAltKey(BusinessObjectDataKey businessObjectDataKey)
Retrieves business object data by it's key.
|
BusinessObjectDataEntity |
BusinessObjectDataDao.getBusinessObjectDataByAltKeyAndStatus(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataStatus)
Retrieves business object data by it's key.
|
List<BusinessObjectDataEntity> |
BusinessObjectDataDao.getBusinessObjectDataEntities(BusinessObjectDataKey businessObjectDataKey)
Retrieves business object data versions that match the specified business object data key with potentially missing business object format and/or data
version values.
|
Integer |
BusinessObjectDataDao.getBusinessObjectDataMaxVersion(BusinessObjectDataKey businessObjectDataKey)
Gets a maximum available version of the specified business object data.
|
List<BusinessObjectDataNotificationRegistrationEntity> |
BusinessObjectDataNotificationRegistrationDao.getBusinessObjectDataNotificationRegistrations(String notificationEventTypeCode,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus,
String notificationRegistrationStatus)
Retrieves a list of business object data notification registration entities that match given input parameters.
|
List<StorageUnitNotificationRegistrationEntity> |
StorageUnitNotificationRegistrationDao.getStorageUnitNotificationRegistrations(String notificationEventTypeCode,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus,
String notificationRegistrationStatus)
Retrieves a list of storage unit notification registration entities that match given input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataEntity |
BusinessObjectDataDaoImpl.getBusinessObjectDataByAltKey(BusinessObjectDataKey businessObjectDataKey) |
BusinessObjectDataEntity |
BusinessObjectDataDaoImpl.getBusinessObjectDataByAltKeyAndStatus(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataStatus) |
List<BusinessObjectDataEntity> |
BusinessObjectDataDaoImpl.getBusinessObjectDataEntities(BusinessObjectDataKey businessObjectDataKey) |
Integer |
BusinessObjectDataDaoImpl.getBusinessObjectDataMaxVersion(BusinessObjectDataKey businessObjectDataKey) |
List<BusinessObjectDataNotificationRegistrationEntity> |
BusinessObjectDataNotificationRegistrationDaoImpl.getBusinessObjectDataNotificationRegistrations(String notificationEventTypeCode,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus,
String notificationRegistrationStatus) |
protected javax.persistence.criteria.Predicate |
AbstractHerdDao.getQueryRestriction(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.From<?,BusinessObjectDataEntity> businessObjectDataEntity,
javax.persistence.criteria.From<?,BusinessObjectFormatEntity> businessObjectFormatEntity,
javax.persistence.criteria.From<?,FileTypeEntity> fileTypeEntity,
javax.persistence.criteria.From<?,BusinessObjectDefinitionEntity> businessObjectDefinitionEntity,
BusinessObjectDataKey businessObjectDataKey)
TODO This method may be bdata specific.
|
protected javax.persistence.criteria.Predicate |
AbstractHerdDao.getQueryRestrictionOnPartitionValues(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.From<?,BusinessObjectDataEntity> businessObjectDataEntity,
BusinessObjectDataKey businessObjectDataKey)
TODO This method may be bdata specific.
|
List<StorageUnitNotificationRegistrationEntity> |
StorageUnitNotificationRegistrationDaoImpl.getStorageUnitNotificationRegistrations(String notificationEventTypeCode,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus,
String notificationRegistrationStatus) |
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectDataKey |
BusinessObjectDataStatusInformation.businessObjectDataKey |
protected BusinessObjectDataKey |
BusinessObjectDataStatusUpdateResponse.businessObjectDataKey |
protected BusinessObjectDataKey |
BusinessObjectDataVersion.businessObjectDataKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusinessObjectDataKey> |
BusinessObjectData.businessObjectDataChildren |
protected List<BusinessObjectDataKey> |
BusinessObjectData.businessObjectDataParents |
protected List<BusinessObjectDataKey> |
BusinessObjectDataCreateRequest.businessObjectDataParents |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKey |
ObjectFactory.createBusinessObjectDataKey()
Create an instance of
BusinessObjectDataKey |
BusinessObjectDataKey |
BusinessObjectDataStatusInformation.getBusinessObjectDataKey()
Gets the value of the businessObjectDataKey property.
|
BusinessObjectDataKey |
BusinessObjectDataStatusUpdateResponse.getBusinessObjectDataKey()
Gets the value of the businessObjectDataKey property.
|
BusinessObjectDataKey |
BusinessObjectDataVersion.getBusinessObjectDataKey()
Gets the value of the businessObjectDataKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDataKey> |
BusinessObjectData.getBusinessObjectDataChildren() |
List<BusinessObjectDataKey> |
BusinessObjectData.getBusinessObjectDataParents() |
List<BusinessObjectDataKey> |
BusinessObjectDataCreateRequest.getBusinessObjectDataParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataStatusInformation.setBusinessObjectDataKey(BusinessObjectDataKey value)
Sets the value of the businessObjectDataKey property.
|
void |
BusinessObjectDataStatusUpdateResponse.setBusinessObjectDataKey(BusinessObjectDataKey value)
Sets the value of the businessObjectDataKey property.
|
void |
BusinessObjectDataVersion.setBusinessObjectDataKey(BusinessObjectDataKey value)
Sets the value of the businessObjectDataKey property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectData.setBusinessObjectDataChildren(List<BusinessObjectDataKey> businessObjectDataChildren) |
void |
BusinessObjectData.setBusinessObjectDataParents(List<BusinessObjectDataKey> businessObjectDataParents) |
void |
BusinessObjectDataCreateRequest.setBusinessObjectDataParents(List<BusinessObjectDataKey> businessObjectDataParents) |
| Constructor and Description |
|---|
BusinessObjectDataStatusInformation(BusinessObjectDataKey businessObjectDataKey,
String status)
Fully-initialising value constructor
|
BusinessObjectDataStatusUpdateResponse(BusinessObjectDataKey businessObjectDataKey,
String status,
String previousStatus)
Fully-initialising value constructor
|
BusinessObjectDataVersion(BusinessObjectDataKey businessObjectDataKey,
String status)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
BusinessObjectData(int id,
String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
int businessObjectFormatVersion,
String partitionKey,
String partitionValue,
List<String> subPartitionValues,
int version,
Boolean latestVersion,
String status,
List<StorageUnit> storageUnits,
List<Attribute> attributes,
List<BusinessObjectDataKey> businessObjectDataParents,
List<BusinessObjectDataKey> businessObjectDataChildren,
List<BusinessObjectDataStatusChangeEvent> businessObjectDataStatusHistory)
Fully-initialising value constructor
|
BusinessObjectData(int id,
String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
int businessObjectFormatVersion,
String partitionKey,
String partitionValue,
List<String> subPartitionValues,
int version,
Boolean latestVersion,
String status,
List<StorageUnit> storageUnits,
List<Attribute> attributes,
List<BusinessObjectDataKey> businessObjectDataParents,
List<BusinessObjectDataKey> businessObjectDataChildren,
List<BusinessObjectDataStatusChangeEvent> businessObjectDataStatusHistory)
Fully-initialising value constructor
|
BusinessObjectDataCreateRequest(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionKey,
String partitionValue,
List<String> subPartitionValues,
String status,
List<StorageUnitCreateRequest> storageUnits,
List<Attribute> attributes,
List<BusinessObjectDataKey> businessObjectDataParents,
Boolean createNewVersion)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKey |
BusinessObjectDataRestoreDto.getBusinessObjectDataKey() |
BusinessObjectDataKey |
BusinessObjectDataRetryStoragePolicyTransitionDto.getBusinessObjectDataKey() |
BusinessObjectDataKey |
StoragePolicySelection.getBusinessObjectDataKey() |
BusinessObjectDataKey |
StoragePolicyTransitionParamsDto.getBusinessObjectDataKey() |
BusinessObjectDataKey |
CompleteUploadSingleParamsDto.getSourceBusinessObjectDataKey() |
BusinessObjectDataKey |
CompleteUploadSingleParamsDto.getTargetBusinessObjectDataKey() |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDataKey> |
DownloaderOutputManifestDto.getBusinessObjectDataChildren() |
List<BusinessObjectDataKey> |
DownloaderOutputManifestDto.getBusinessObjectDataParents() |
List<BusinessObjectDataKey> |
UploaderInputManifestDto.getBusinessObjectDataParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataRestoreDto.setBusinessObjectDataKey(BusinessObjectDataKey businessObjectDataKey) |
void |
BusinessObjectDataRetryStoragePolicyTransitionDto.setBusinessObjectDataKey(BusinessObjectDataKey businessObjectDataKey) |
void |
StoragePolicySelection.setBusinessObjectDataKey(BusinessObjectDataKey businessObjectDataKey) |
void |
StoragePolicyTransitionParamsDto.setBusinessObjectDataKey(BusinessObjectDataKey businessObjectDataKey) |
void |
CompleteUploadSingleParamsDto.setSourceBusinessObjectDataKey(BusinessObjectDataKey sourceBusinessObjectDataKey) |
void |
CompleteUploadSingleParamsDto.setTargetBusinessObjectDataKey(BusinessObjectDataKey targetBusinessObjectDataKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
DownloaderOutputManifestDto.setBusinessObjectDataChildren(List<BusinessObjectDataKey> businessObjectDataChildren) |
void |
DownloaderOutputManifestDto.setBusinessObjectDataParents(List<BusinessObjectDataKey> businessObjectDataParents) |
void |
UploaderInputManifestDto.setBusinessObjectDataParents(List<BusinessObjectDataKey> businessObjectDataParents) |
| Constructor and Description |
|---|
BusinessObjectDataRestoreDto(BusinessObjectDataKey businessObjectDataKey,
String originStorageName,
String originBucketName,
String originS3KeyPrefix,
String newOriginStorageUnitStatus,
String oldOriginStorageUnitStatus,
List<StorageFile> originStorageFiles,
String glacierStorageName,
String glacierBucketName,
String glacierS3KeyBasePrefix,
String glacierS3KeyPrefix,
Exception exception)
Fully-initialising value constructor.
|
BusinessObjectDataRetryStoragePolicyTransitionDto(BusinessObjectDataKey businessObjectDataKey,
StoragePolicyKey storagePolicyKey,
Integer storagePolicyVersion,
String glacierStorageName,
String glacierBucketName,
String glacierS3KeyPrefix,
String sqsQueueName)
Fully-initialising value constructor.
|
CompleteUploadSingleParamsDto(BusinessObjectDataKey sourceBusinessObjectDataKey,
String sourceBucketName,
String sourceFilePath,
String sourceOldStatus,
String sourceNewStatus,
BusinessObjectDataKey targetBusinessObjectDataKey,
String targetBucketName,
String targetFilePath,
String targetOldStatus,
String targetNewStatus,
String kmsKeyId,
AwsParamsDto awsParams)
Fully-initialising value constructor.
|
StoragePolicySelection(BusinessObjectDataKey businessObjectDataKey,
StoragePolicyKey storagePolicyKey,
Integer storagePolicyVersion)
Fully-initialising value constructor.
|
StoragePolicyTransitionParamsDto(BusinessObjectDataKey businessObjectDataKey,
String sourceStorageName,
String sourceBucketName,
String sourceS3KeyPrefix,
String newSourceStorageUnitStatus,
String oldSourceStorageUnitStatus,
List<StorageFile> sourceStorageFiles,
String destinationStorageName,
String destinationBucketName,
String destinationS3KeyBasePrefix,
String newDestinationStorageUnitStatus,
String oldDestinationStorageUnitStatus)
Fully-initialising value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDataKey> |
FileUploadCleanupService.deleteBusinessObjectData(String storageName,
int thresholdMinutes)
Marks as DELETED any dangling business object data records having storage files associated with the specified storage.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectData |
BusinessObjectDataService.deleteBusinessObjectData(BusinessObjectDataKey businessObjectDataKey,
Boolean deleteFiles)
Deletes an existing business object data.
|
BusinessObjectData |
BusinessObjectDataService.getBusinessObjectData(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey,
String businessObjectDataStatus,
Boolean includeBusinessObjectDataStatusHistory)
Retrieves existing business object data entry information.
|
BusinessObjectDataAttributeKeys |
BusinessObjectDataAttributeService.getBusinessObjectDataAttributes(BusinessObjectDataKey businessObjectDataKey)
Gets a list of keys for all existing business object data attributes.
|
BusinessObjectDataStatusInformation |
BusinessObjectDataStatusService.getBusinessObjectDataStatus(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey)
Retrieves status information for an existing business object data.
|
BusinessObjectDataVersions |
BusinessObjectDataService.getBusinessObjectDataVersions(BusinessObjectDataKey businessObjectDataKey)
Retrieves a list of existing business object data versions, if any.
|
S3KeyPrefixInformation |
StorageUnitService.getS3KeyPrefix(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey,
String storageName,
Boolean createNewVersion)
Gets the S3 key prefix.
|
StorageUnitDownloadCredential |
StorageUnitService.getStorageUnitDownloadCredential(BusinessObjectDataKey businessObjectDataKey,
String storageName)
Gets the AWS credential to download to the specified storage unit.
|
StorageUnitUploadCredential |
StorageUnitService.getStorageUnitUploadCredential(BusinessObjectDataKey businessObjectDataKey,
Boolean createNewVersion,
String storageName)
Gets the AWS credential to upload to the specified storage unit.
|
BusinessObjectDataRestoreDto |
BusinessObjectDataInitiateRestoreHelperService.prepareToInitiateRestore(BusinessObjectDataKey businessObjectDataKey)
Prepares for the business object data initiate a restore request by validating the business object data along with other related database entities.
|
BusinessObjectDataRetryStoragePolicyTransitionDto |
BusinessObjectDataRetryStoragePolicyTransitionHelperService.prepareToRetryStoragePolicyTransition(BusinessObjectDataKey businessObjectDataKey,
BusinessObjectDataRetryStoragePolicyTransitionRequest request)
Prepares for the business object data retry storage policy transition by validating the input parameters along with the related database entities.
|
Future<Void> |
NotificationEventService.processBusinessObjectDataNotificationEventAsync(NotificationEventTypeEntity.EventTypesBdata notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus)
Asynchronously handles the notification for the business object data changes.
|
List<Object> |
NotificationEventService.processBusinessObjectDataNotificationEventSync(NotificationEventTypeEntity.EventTypesBdata notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus)
Synchronously handles the notification for the business object data changes.
|
JmsMessage |
SqsNotificationEventService.processBusinessObjectDataStatusChangeNotificationEvent(BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus)
Handles the notification for the business object data status changes to the SQS.
|
Future<Void> |
NotificationEventService.processStorageUnitNotificationEventAsync(NotificationEventTypeEntity.EventTypesStorageUnit notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus)
Asynchronously handles the notification for the storage unit changes.
|
List<Object> |
NotificationEventService.processStorageUnitNotificationEventSync(NotificationEventTypeEntity.EventTypesStorageUnit notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus)
Synchronously handles the notification for the storage unit changes.
|
BusinessObjectData |
BusinessObjectDataService.restoreBusinessObjectData(BusinessObjectDataKey businessObjectDataKey)
Initiates a restore request for a currently archived business object data.
|
BusinessObjectData |
BusinessObjectDataService.retryStoragePolicyTransition(BusinessObjectDataKey businessObjectDataKey,
BusinessObjectDataRetryStoragePolicyTransitionRequest request)
Retries a storage policy transition by forcing re-initiation of the archiving process for the specified business object data that is still in progress of
a valid archiving operation.
|
BusinessObjectDataStatusUpdateResponse |
BusinessObjectDataStatusService.updateBusinessObjectDataStatus(BusinessObjectDataKey businessObjectDataKey,
BusinessObjectDataStatusUpdateRequest request)
Updates status of the business object data.
|
void |
UploadDownloadHelperService.updateBusinessObjectDataStatus(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataStatus)
Updates the business object data status in a new transaction.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKey |
BusinessObjectDataHelper.createBusinessObjectDataKey(BusinessObjectData businessObjectData)
Creates a business object data key from a business object data DTO.
|
BusinessObjectDataKey |
BusinessObjectDataHelper.createBusinessObjectDataKeyFromEntity(BusinessObjectDataEntity businessObjectDataEntity)
Creates a business object data key from a business object data entity.
|
BusinessObjectDataKey |
BusinessObjectDataHelper.createBusinessObjectDataKeyFromStorageUnitKey(StorageUnitAlternateKeyDto storageUnitKey)
Creates a business object data key from a storage unit key.
|
BusinessObjectDataKey |
BusinessObjectDataHelper.getBusinessObjectDataKey(BusinessObjectData businessObjectData)
Returns a business object data key for the business object data.
|
BusinessObjectDataKey |
BusinessObjectDataHelper.getBusinessObjectDataKey(BusinessObjectDataEntity businessObjectDataEntity)
Returns a business object data key for the business object data entity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultSqsMessageBuilder.buildBusinessObjectDataStatusChangeMessage(BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus) |
String |
SqsMessageBuilder.buildBusinessObjectDataStatusChangeMessage(BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus)
Builds the message for the business object data status change.
|
String |
S3KeyPrefixHelper.buildS3KeyPrefix(StorageEntity storageEntity,
BusinessObjectFormatEntity businessObjectFormatEntity,
BusinessObjectDataKey businessObjectDataKey)
Returns the S3 object key prefix based on the given storage, business object format and business object data key.
|
String |
S3KeyPrefixHelper.buildS3KeyPrefix(String s3KeyPrefixVelocityTemplate,
BusinessObjectFormatEntity businessObjectFormatEntity,
BusinessObjectDataKey businessObjectDataKey,
String storageName)
Returns the S3 object key prefix based on the given velocity template, business object format and business object data key.
|
String |
BusinessObjectDataHelper.businessObjectDataKeyToString(BusinessObjectDataKey businessObjectDataKey)
Returns a string representation of the business object data key.
|
int |
BusinessObjectDataKeyComparator.compare(BusinessObjectDataKey data1,
BusinessObjectDataKey data2) |
StorageUnitAlternateKeyDto |
StorageUnitHelper.createStorageUnitKey(BusinessObjectDataKey businessObjectDataKey,
String storageName)
Creates a storage unit key from a business object data key and a storage name.
|
BusinessObjectDataAttributeKey |
BusinessObjectDataAttributeHelper.getBusinessObjectDataAttributeKey(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataAttributeName)
Returns a business object data attribute key built per specified parameters.
|
BusinessObjectDataEntity |
BusinessObjectDataDaoHelper.getBusinessObjectDataEntity(BusinessObjectDataKey businessObjectDataKey)
Gets business object data based on the key information.
|
BusinessObjectDataEntity |
BusinessObjectDataDaoHelper.getBusinessObjectDataEntityByKeyAndStatus(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataStatus)
Retrieves business object data by it's key.
|
List<HivePartitionDto> |
Hive13DdlGenerator.getHivePartitions(BusinessObjectDataKey businessObjectDataKey,
List<SchemaColumn> autoDiscoverableSubPartitionColumns,
String s3KeyPrefix,
Collection<String> storageFiles,
BusinessObjectDataEntity businessObjectDataEntity,
String storageName)
Gets a list of Hive partitions.
|
List<String> |
BusinessObjectDataHelper.getPartitionFilter(BusinessObjectDataKey businessObjectDataKey,
List<String> samplePartitionFilter)
Returns a partition filter that the specified business object data key would match to.
|
List<String> |
BusinessObjectDataHelper.getPrimaryAndSubPartitionValues(BusinessObjectDataKey businessObjectDataKey)
Returns a list of primary and sub-partition values per specified business object data.
|
void |
StorageFileHelper.validateArchivedS3Files(List<StorageFile> expectedStorageFiles,
List<com.amazonaws.services.s3.model.S3ObjectSummary> actualS3Files,
String storageName,
BusinessObjectDataKey businessObjectDataKey)
Validates archived S3 files per list of expected storage files.
|
void |
BusinessObjectDataHelper.validateBusinessObjectDataKey(BusinessObjectDataKey key,
boolean businessObjectFormatVersionRequired,
boolean businessObjectDataVersionRequired)
Validates the business object data key.
|
void |
StorageFileHelper.validateCopiedS3Files(List<StorageFile> expectedStorageFiles,
List<com.amazonaws.services.s3.model.S3ObjectSummary> actualS3Files,
String storageName,
BusinessObjectDataKey businessObjectDataKey)
Validates copied S3 files per list of expected storage files.
|
void |
StorageFileHelper.validateRestoredS3Files(List<StorageFile> expectedStorageFiles,
List<com.amazonaws.services.s3.model.S3ObjectSummary> actualS3Files,
String storageName,
BusinessObjectDataKey businessObjectDataKey)
Validates restored S3 files per list of expected storage files.
|
void |
StorageFileHelper.validateSourceS3Files(List<StorageFile> expectedStorageFiles,
List<com.amazonaws.services.s3.model.S3ObjectSummary> actualS3Files,
String storageName,
BusinessObjectDataKey businessObjectDataKey)
Validates registered S3 files per list of expected storage files.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKey |
UploadDownloadServiceImpl.CompleteUploadSingleMessageResult.getSourceBusinessObjectDataKey() |
BusinessObjectDataKey |
UploadDownloadServiceImpl.CompleteUploadSingleMessageResult.getTargetBusinessObjectDataKey() |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDataKey> |
FileUploadCleanupServiceImpl.deleteBusinessObjectData(String storageName,
int thresholdMinutes) |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectData |
BusinessObjectDataServiceImpl.deleteBusinessObjectData(BusinessObjectDataKey businessObjectDataKey,
Boolean deleteFiles) |
BusinessObjectData |
BusinessObjectDataServiceImpl.getBusinessObjectData(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey,
String businessObjectDataStatus,
Boolean includeBusinessObjectDataStatusHistory) |
BusinessObjectDataAttributeKeys |
BusinessObjectDataAttributeServiceImpl.getBusinessObjectDataAttributes(BusinessObjectDataKey businessObjectDataKey)
Gets a list of keys for all existing business object data attributes.
|
protected BusinessObjectDataAttributeKeys |
BusinessObjectDataAttributeServiceImpl.getBusinessObjectDataAttributesImpl(BusinessObjectDataKey businessObjectDataKey)
Gets a list of keys for all existing business object data attributes.
|
protected BusinessObjectData |
BusinessObjectDataServiceImpl.getBusinessObjectDataImpl(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey,
String businessObjectDataStatus,
Boolean includeBusinessObjectDataStatusHistory)
Retrieves existing business object data entry information.
|
BusinessObjectDataStatusInformation |
BusinessObjectDataStatusServiceImpl.getBusinessObjectDataStatus(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey)
Retrieves status information for an existing business object data.
|
protected BusinessObjectDataStatusInformation |
BusinessObjectDataStatusServiceImpl.getBusinessObjectDataStatusImpl(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey)
Retrieves status information for an existing business object data.
|
BusinessObjectDataVersions |
BusinessObjectDataServiceImpl.getBusinessObjectDataVersions(BusinessObjectDataKey businessObjectDataKey) |
S3KeyPrefixInformation |
StorageUnitServiceImpl.getS3KeyPrefix(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey,
String storageName,
Boolean createNewVersion) |
protected S3KeyPrefixInformation |
StorageUnitServiceImpl.getS3KeyPrefixImpl(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey,
String storageName,
Boolean createNewVersion)
Gets the S3 key prefix.
|
StorageUnitDownloadCredential |
StorageUnitServiceImpl.getStorageUnitDownloadCredential(BusinessObjectDataKey businessObjectDataKey,
String storageName) |
StorageUnitUploadCredential |
StorageUnitServiceImpl.getStorageUnitUploadCredential(BusinessObjectDataKey businessObjectDataKey,
Boolean createNewVersion,
String storageName) |
BusinessObjectDataRestoreDto |
BusinessObjectDataInitiateRestoreHelperServiceImpl.prepareToInitiateRestore(BusinessObjectDataKey businessObjectDataKey)
Prepares for the business object data initiate a restore request by validating the business object data along with other related database entities.
|
protected BusinessObjectDataRestoreDto |
BusinessObjectDataInitiateRestoreHelperServiceImpl.prepareToInitiateRestoreImpl(BusinessObjectDataKey businessObjectDataKey)
Prepares for the business object data initiate a restore request by validating the business object data along with other related database entities.
|
BusinessObjectDataRetryStoragePolicyTransitionDto |
BusinessObjectDataRetryStoragePolicyTransitionHelperServiceImpl.prepareToRetryStoragePolicyTransition(BusinessObjectDataKey businessObjectDataKey,
BusinessObjectDataRetryStoragePolicyTransitionRequest request)
Prepares for the business object data retry storage policy transition by validating the input parameters along with the related database entities.
|
protected BusinessObjectDataRetryStoragePolicyTransitionDto |
BusinessObjectDataRetryStoragePolicyTransitionHelperServiceImpl.prepareToRetryStoragePolicyTransitionImpl(BusinessObjectDataKey businessObjectDataKey,
BusinessObjectDataRetryStoragePolicyTransitionRequest request)
Prepares for the business object data retry storage policy transition by validating the input parameters along with the related database entities.
|
Future<Void> |
NotificationEventServiceImpl.processBusinessObjectDataNotificationEventAsync(NotificationEventTypeEntity.EventTypesBdata notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus) |
List<Object> |
NotificationEventServiceImpl.processBusinessObjectDataNotificationEventSync(NotificationEventTypeEntity.EventTypesBdata notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus) |
JmsMessage |
SqsNotificationEventServiceImpl.processBusinessObjectDataStatusChangeNotificationEvent(BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus) |
Future<Void> |
NotificationEventServiceImpl.processStorageUnitNotificationEventAsync(NotificationEventTypeEntity.EventTypesStorageUnit notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus) |
List<Object> |
NotificationEventServiceImpl.processStorageUnitNotificationEventSync(NotificationEventTypeEntity.EventTypesStorageUnit notificationEventType,
BusinessObjectDataKey businessObjectDataKey,
String storageName,
String newStorageUnitStatus,
String oldStorageUnitStatus) |
BusinessObjectData |
BusinessObjectDataServiceImpl.restoreBusinessObjectData(BusinessObjectDataKey businessObjectDataKey)
Initiates a restore request for a currently archived business object data.
|
protected BusinessObjectData |
BusinessObjectDataServiceImpl.restoreBusinessObjectDataImpl(BusinessObjectDataKey businessObjectDataKey)
Initiates a restore request for a currently archived business object data.
|
BusinessObjectData |
BusinessObjectDataServiceImpl.retryStoragePolicyTransition(BusinessObjectDataKey businessObjectDataKey,
BusinessObjectDataRetryStoragePolicyTransitionRequest request)
Retries a storage policy transition by forcing re-initiation of the archiving process for the specified business object data that is still in progress of
a valid archiving operation.
|
protected BusinessObjectData |
BusinessObjectDataServiceImpl.retryStoragePolicyTransitionImpl(BusinessObjectDataKey businessObjectDataKey,
BusinessObjectDataRetryStoragePolicyTransitionRequest request)
Retries a storage policy transition by forcing re-initiation of the archiving process for the specified business object data that is still in progress of
a valid archiving operation.
|
void |
UploadDownloadServiceImpl.CompleteUploadSingleMessageResult.setSourceBusinessObjectDataKey(BusinessObjectDataKey sourceBusinessObjectDataKey) |
void |
UploadDownloadServiceImpl.CompleteUploadSingleMessageResult.setTargetBusinessObjectDataKey(BusinessObjectDataKey targetBusinessObjectDataKey) |
BusinessObjectDataStatusUpdateResponse |
BusinessObjectDataStatusServiceImpl.updateBusinessObjectDataStatus(BusinessObjectDataKey businessObjectDataKey,
BusinessObjectDataStatusUpdateRequest request)
Updates status of the business object data.
|
void |
UploadDownloadHelperServiceImpl.updateBusinessObjectDataStatus(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataStatus) |
protected BusinessObjectDataStatusUpdateResponse |
BusinessObjectDataStatusServiceImpl.updateBusinessObjectDataStatusImpl(BusinessObjectDataKey businessObjectDataKey,
BusinessObjectDataStatusUpdateRequest request)
Updates status of the business object data.
|
protected void |
UploadDownloadHelperServiceImpl.updateBusinessObjectDataStatusImpl(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataStatus)
Implementation of the update business object data status.
|
| 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.
|
BusinessObjectDataStatusUpdateResponse |
DataBridgeWebClient.updateBusinessObjectDataStatus(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataStatus)
Updates the business object data status.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataVersions |
UploaderWebClient.getBusinessObjectDataVersions(BusinessObjectDataKey businessObjectDataKey)
Retrieves all versions for the specified business object data key.
|
void |
UploaderWebClient.updateBusinessObjectDataStatusIgnoreException(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataStatus)
Updates the business object data status.
|
Copyright © 2017. All rights reserved.