| Modifier and Type | Method and Description |
|---|---|
StorageUnitEntity |
StorageUnitDao.getStorageUnitByKey(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey)
Gets a storage unit identified by the given business object data storage unit key.
|
| Modifier and Type | Method and Description |
|---|---|
StorageUnitEntity |
StorageUnitDaoImpl.getStorageUnitByKey(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey) |
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectDataStorageUnitKey |
BusinessObjectDataStorageUnitCreateResponse.businessObjectDataStorageUnitKey |
protected BusinessObjectDataStorageUnitKey |
BusinessObjectDataStorageUnitCreateRequest.businessObjectDataStorageUnitKey |
protected BusinessObjectDataStorageUnitKey |
BusinessObjectDataStorageUnitStatusUpdateResponse.businessObjectDataStorageUnitKey |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataStorageUnitKey |
ObjectFactory.createBusinessObjectDataStorageUnitKey()
Create an instance of
BusinessObjectDataStorageUnitKey |
BusinessObjectDataStorageUnitKey |
BusinessObjectDataStorageUnitCreateResponse.getBusinessObjectDataStorageUnitKey()
Gets the value of the businessObjectDataStorageUnitKey property.
|
BusinessObjectDataStorageUnitKey |
BusinessObjectDataStorageUnitCreateRequest.getBusinessObjectDataStorageUnitKey()
Gets the value of the businessObjectDataStorageUnitKey property.
|
BusinessObjectDataStorageUnitKey |
BusinessObjectDataStorageUnitStatusUpdateResponse.getBusinessObjectDataStorageUnitKey()
Gets the value of the businessObjectDataStorageUnitKey property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataStorageUnitCreateResponse.setBusinessObjectDataStorageUnitKey(BusinessObjectDataStorageUnitKey value)
Sets the value of the businessObjectDataStorageUnitKey property.
|
void |
BusinessObjectDataStorageUnitCreateRequest.setBusinessObjectDataStorageUnitKey(BusinessObjectDataStorageUnitKey value)
Sets the value of the businessObjectDataStorageUnitKey property.
|
void |
BusinessObjectDataStorageUnitStatusUpdateResponse.setBusinessObjectDataStorageUnitKey(BusinessObjectDataStorageUnitKey value)
Sets the value of the businessObjectDataStorageUnitKey property.
|
| Constructor and Description |
|---|
BusinessObjectDataStorageUnitCreateRequest(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey,
StorageDirectory storageDirectory,
List<StorageFile> storageFiles,
Boolean discoverStorageFiles)
Fully-initialising value constructor
|
BusinessObjectDataStorageUnitCreateResponse(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey,
StorageDirectory storageDirectory,
List<StorageFile> storageFiles)
Fully-initialising value constructor
|
BusinessObjectDataStorageUnitStatusUpdateResponse(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey,
String status,
String previousStatus)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDataStorageUnitKey> |
RelationalTableRegistrationService.getRelationalTableRegistrationsForSchemaUpdate()
Returns latest versions of all relational tables registered in the system.
|
List<BusinessObjectDataStorageUnitKey> |
CleanupDestroyedBusinessObjectDataService.getS3StorageUnitsToCleanup(int maxResult)
Retrieves a list of keys for S3 storage units that are ready to be for cleanup.
|
List<BusinessObjectDataStorageUnitKey> |
ExpireRestoredBusinessObjectDataService.getS3StorageUnitsToExpire(int maxResult)
Retrieves a list of keys for S3 storage units that are ready to be expired.
|
List<BusinessObjectDataStorageUnitKey> |
BusinessObjectDataFinalizeRestoreService.getS3StorageUnitsToRestore(int maxResult)
Retrieves the keys for S3 storage units that are currently being restored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CleanupDestroyedBusinessObjectDataService.cleanupS3StorageUnit(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey)
Cleanup a destroyed S3 storage unit.
|
void |
ExpireRestoredBusinessObjectDataService.expireS3StorageUnit(BusinessObjectDataStorageUnitKey storageUnitKey)
Expires a restored S3 storage unit.
|
void |
BusinessObjectDataFinalizeRestoreService.finalizeRestore(BusinessObjectDataStorageUnitKey storageUnitKey)
Finalizes restore of an S3 storage unit.
|
RelationalTableRegistrationDto |
RelationalTableRegistrationHelperService.prepareForRelationalTableSchemaUpdate(BusinessObjectDataStorageUnitKey storageUnitKey)
Prepares for relational table schema update by validating database entities per specified storage unit key.
|
BusinessObjectDataRestoreDto |
ExpireRestoredBusinessObjectDataHelperService.prepareToExpireStorageUnit(BusinessObjectDataStorageUnitKey storageUnitKey)
Prepares for the business object data finalize restore by validating the S3 storage unit along with other related database entities.
|
BusinessObjectDataRestoreDto |
BusinessObjectDataFinalizeRestoreHelperService.prepareToFinalizeRestore(BusinessObjectDataStorageUnitKey storageUnitKey)
Prepares for the business object data finalize restore by validating the S3 storage unit along with other related database entities.
|
BusinessObjectData |
RelationalTableRegistrationService.processRelationalTableRegistrationForSchemaUpdate(BusinessObjectDataStorageUnitKey storageUnitKey)
Updates relational table schema, if changes are detected, for an already existing relational table registration.
|
BusinessObjectDataStorageUnitStatusUpdateResponse |
BusinessObjectDataStorageUnitStatusService.updateBusinessObjectDataStorageUnitStatus(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey,
BusinessObjectDataStorageUnitStatusUpdateRequest request)
Updates status of a business object data storage unit.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataStorageUnitKey |
StorageUnitHelper.createBusinessObjectDataStorageUnitKey(BusinessObjectDataKey businessObjectDataKey,
String storageName)
Creates a business object data storage unit key from business object data key and storage name.
|
BusinessObjectDataStorageUnitKey |
StorageUnitHelper.createStorageUnitKey(BusinessObjectDataKey businessObjectDataKey,
String storageName)
Creates a storage unit key from a business object data key and a storage name.
|
BusinessObjectDataStorageUnitKey |
StorageUnitHelper.createStorageUnitKeyFromEntity(StorageUnitEntity storageUnitEntity)
Creates a storage unit key from a storage unit entity.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKey |
BusinessObjectDataHelper.createBusinessObjectDataKeyFromStorageUnitKey(BusinessObjectDataStorageUnitKey storageUnitKey)
Creates a business object data key from a storage unit key.
|
BusinessObjectDataKey |
StorageUnitHelper.getBusinessObjectDataKey(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey)
Gets a business object data key from a storage unit key.
|
StorageUnitEntity |
StorageUnitDaoHelper.getStorageUnitEntityByKey(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey)
Retrieves a storage unit entity for the specified business object data storage unit key and makes sure it exists.
|
void |
StorageUnitHelper.validateBusinessObjectDataStorageUnitKey(BusinessObjectDataStorageUnitKey key)
Validates the business object data storage unit key.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDataStorageUnitKey> |
RelationalTableRegistrationServiceImpl.getRelationalTableRegistrationsForSchemaUpdate() |
List<BusinessObjectDataStorageUnitKey> |
CleanupDestroyedBusinessObjectDataServiceImpl.getS3StorageUnitsToCleanup(int maxResult)
Retrieves a list of keys for S3 storage units that are ready to be for cleanup.
|
List<BusinessObjectDataStorageUnitKey> |
ExpireRestoredBusinessObjectDataServiceImpl.getS3StorageUnitsToExpire(int maxResult)
Retrieves a list of keys for S3 storage units that are ready to be expired.
|
protected List<BusinessObjectDataStorageUnitKey> |
ExpireRestoredBusinessObjectDataServiceImpl.getS3StorageUnitsToExpireImpl(int maxResult)
Retrieves a list of keys for restored S3 storage units that are ready to be expired.
|
List<BusinessObjectDataStorageUnitKey> |
BusinessObjectDataFinalizeRestoreServiceImpl.getS3StorageUnitsToRestore(int maxResult)
Retrieves the keys for S3 storage units that are currently being restored.
|
protected List<BusinessObjectDataStorageUnitKey> |
BusinessObjectDataFinalizeRestoreServiceImpl.getS3StorageUnitsToRestoreImpl(int maxResult)
Retrieves a list of keys for S3 storage units that are currently being restored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CleanupDestroyedBusinessObjectDataServiceImpl.cleanupS3StorageUnit(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey)
Cleanup a destroyed S3 storage unit.
|
void |
ExpireRestoredBusinessObjectDataServiceImpl.expireS3StorageUnit(BusinessObjectDataStorageUnitKey storageUnitKey)
Expires a restored S3 storage unit.
|
protected void |
ExpireRestoredBusinessObjectDataServiceImpl.expireS3StorageUnitImpl(BusinessObjectDataStorageUnitKey storageUnitKey)
Expires a restored S3 storage unit.
|
void |
BusinessObjectDataFinalizeRestoreServiceImpl.finalizeRestore(BusinessObjectDataStorageUnitKey storageUnitKey)
Finalizes restore of an S3 storage unit.
|
protected void |
BusinessObjectDataFinalizeRestoreServiceImpl.finalizeRestoreImpl(BusinessObjectDataStorageUnitKey storageUnitKey)
Finalizes restore of an S3 storage unit.
|
RelationalTableRegistrationDto |
RelationalTableRegistrationHelperServiceImpl.prepareForRelationalTableSchemaUpdate(BusinessObjectDataStorageUnitKey storageUnitKey) |
BusinessObjectDataRestoreDto |
ExpireRestoredBusinessObjectDataHelperServiceImpl.prepareToExpireStorageUnit(BusinessObjectDataStorageUnitKey storageUnitKey)
Prepares for the business object data finalize restore by validating the S3 storage unit along with other related database entities.
|
protected BusinessObjectDataRestoreDto |
ExpireRestoredBusinessObjectDataHelperServiceImpl.prepareToExpireStorageUnitImpl(BusinessObjectDataStorageUnitKey storageUnitKey)
Prepares for the business object data expiration by validating the S3 storage unit along with other related database entities.
|
BusinessObjectDataRestoreDto |
BusinessObjectDataFinalizeRestoreHelperServiceImpl.prepareToFinalizeRestore(BusinessObjectDataStorageUnitKey storageUnitKey)
Prepares for the business object data finalize restore by validating the S3 storage unit along with other related database entities.
|
protected BusinessObjectDataRestoreDto |
BusinessObjectDataFinalizeRestoreHelperServiceImpl.prepareToFinalizeRestoreImpl(BusinessObjectDataStorageUnitKey storageUnitKey)
Prepares for the business object data finalize restore by validating the S3 storage unit along with other related database entities.
|
BusinessObjectData |
RelationalTableRegistrationServiceImpl.processRelationalTableRegistrationForSchemaUpdate(BusinessObjectDataStorageUnitKey storageUnitKey) |
BusinessObjectDataStorageUnitStatusUpdateResponse |
BusinessObjectDataStorageUnitStatusServiceImpl.updateBusinessObjectDataStorageUnitStatus(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey,
BusinessObjectDataStorageUnitStatusUpdateRequest request)
Updates status of a business object data storage unit.
|
protected BusinessObjectDataStorageUnitStatusUpdateResponse |
BusinessObjectDataStorageUnitStatusServiceImpl.updateBusinessObjectDataStorageUnitStatusImpl(BusinessObjectDataStorageUnitKey businessObjectDataStorageUnitKey,
BusinessObjectDataStorageUnitStatusUpdateRequest request)
Updates status of a business object data storage unit.
|
Copyright © 2019. All rights reserved.