| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectFormatKey> |
BusinessObjectFormatDao.getBusinessObjectFormats(BusinessObjectDefinitionKey businessObjectDefinitionKey,
boolean latestBusinessObjectFormatVersion)
Gets a list of business object format keys for the specified business object definition key.
|
List<BusinessObjectFormatKey> |
BusinessObjectFormatDao.getBusinessObjectFormatsWithFilters(BusinessObjectDefinitionKey businessObjectDefinitionKey,
String businessObjectFormatUsage,
boolean latestBusinessObjectFormatVersion)
Gets a list of business object format keys for the specified business object definition key and business object format usage.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
BusinessObjectDataDao.getBusinessObjectDataCount(BusinessObjectFormatKey businessObjectFormatKey)
Returns a number of business object data instances registered with this business object format.
|
String |
BusinessObjectDataDao.getBusinessObjectDataMaxPartitionValue(int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
BusinessObjectDataStatusEntity businessObjectDataStatusEntity,
List<StorageEntity> storageEntities,
StoragePlatformEntity storagePlatformEntity,
StoragePlatformEntity excludedStoragePlatformEntity,
String upperBoundPartitionValue,
String lowerBoundPartitionValue)
Retrieves a maximum available partition value per specified parameters.
|
String |
BusinessObjectDataDao.getBusinessObjectDataMinPartitionValue(int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
BusinessObjectDataStatusEntity businessObjectDataStatusEntity,
List<StorageEntity> storageEntities,
StoragePlatformEntity storagePlatformEntity,
StoragePlatformEntity excludedStoragePlatformEntity)
Retrieves a minimum available partition value per specified parameters.
|
BusinessObjectFormatEntity |
BusinessObjectFormatDao.getBusinessObjectFormatByAltKey(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format based on it's key.
|
Integer |
BusinessObjectFormatDao.getBusinessObjectFormatMaxVersion(BusinessObjectFormatKey businessObjectFormatKey)
Gets the maximum available version of the specified business object format.
|
List<CustomDdlKey> |
CustomDdlDao.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey)
Gets the custom DDLs defined for the specified business object format.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectFormatKey> |
BusinessObjectFormatDaoImpl.getBusinessObjectFormats(BusinessObjectDefinitionKey businessObjectDefinitionKey,
boolean latestBusinessObjectFormatVersion) |
List<BusinessObjectFormatKey> |
BusinessObjectFormatDaoImpl.getBusinessObjectFormatsWithFilters(BusinessObjectDefinitionKey businessObjectDefinitionKey,
String businessObjectFormatUsage,
boolean latestBusinessObjectFormatVersion) |
| Modifier and Type | Method and Description |
|---|---|
Long |
BusinessObjectDataDaoImpl.getBusinessObjectDataCount(BusinessObjectFormatKey businessObjectFormatKey) |
String |
BusinessObjectDataDaoImpl.getBusinessObjectDataMaxPartitionValue(int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
BusinessObjectDataStatusEntity businessObjectDataStatusEntity,
List<StorageEntity> storageEntities,
StoragePlatformEntity storagePlatformEntity,
StoragePlatformEntity excludedStoragePlatformEntity,
String upperBoundPartitionValue,
String lowerBoundPartitionValue) |
String |
BusinessObjectDataDaoImpl.getBusinessObjectDataMinPartitionValue(int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
BusinessObjectDataStatusEntity businessObjectDataStatusEntity,
List<StorageEntity> storageEntities,
StoragePlatformEntity storagePlatformEntity,
StoragePlatformEntity excludedStoragePlatformEntity) |
BusinessObjectFormatEntity |
BusinessObjectFormatDaoImpl.getBusinessObjectFormatByAltKey(BusinessObjectFormatKey businessObjectFormatKey) |
Integer |
BusinessObjectFormatDaoImpl.getBusinessObjectFormatMaxVersion(BusinessObjectFormatKey businessObjectFormatKey) |
List<CustomDdlKey> |
CustomDdlDaoImpl.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey) |
protected javax.persistence.criteria.Predicate |
AbstractHerdDao.getQueryRestriction(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.From<?,BusinessObjectFormatEntity> businessObjectFormatEntity,
javax.persistence.criteria.From<?,FileTypeEntity> fileTypeEntity,
javax.persistence.criteria.From<?,BusinessObjectDefinitionEntity> businessObjectDefinitionEntity,
BusinessObjectFormatKey businessObjectFormatKey,
boolean ignoreBusinessObjectFormatVersion)
TODO This method may be bformat specific.
|
protected javax.persistence.criteria.Predicate |
AbstractHerdDao.getQueryRestriction(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.From<?,BusinessObjectFormatEntity> businessObjectFormatEntity,
javax.persistence.criteria.From<?,FileTypeEntity> fileTypeEntity,
javax.persistence.criteria.From<?,BusinessObjectDefinitionEntity> businessObjectDefinitionEntity,
javax.persistence.criteria.From<?,NamespaceEntity> namespaceEntity,
BusinessObjectFormatKey businessObjectFormatKey,
boolean ignoreBusinessObjectFormatVersion)
Builds a query restriction predicate for the specified business object format entity as per business object format key values.
|
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectFormatKey |
UploadSingleInitiationRequest.sourceBusinessObjectFormatKey |
protected BusinessObjectFormatKey |
UploadSingleInitiationRequest.targetBusinessObjectFormatKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusinessObjectFormatKey> |
BusinessObjectFormat.businessObjectFormatChildren |
protected List<BusinessObjectFormatKey> |
BusinessObjectFormatKeys.businessObjectFormatKeys |
protected List<BusinessObjectFormatKey> |
BusinessObjectFormat.businessObjectFormatParents |
protected List<BusinessObjectFormatKey> |
BusinessObjectFormatParentsUpdateRequest.businessObjectFormatParents |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatKey |
ObjectFactory.createBusinessObjectFormatKey()
Create an instance of
BusinessObjectFormatKey |
BusinessObjectFormatKey |
UploadSingleInitiationRequest.getSourceBusinessObjectFormatKey()
Gets the value of the sourceBusinessObjectFormatKey property.
|
BusinessObjectFormatKey |
UploadSingleInitiationRequest.getTargetBusinessObjectFormatKey()
Gets the value of the targetBusinessObjectFormatKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectFormatKey> |
BusinessObjectFormat.getBusinessObjectFormatChildren() |
List<BusinessObjectFormatKey> |
BusinessObjectFormatKeys.getBusinessObjectFormatKeys()
Gets the value of the businessObjectFormatKeys property.
|
List<BusinessObjectFormatKey> |
BusinessObjectFormat.getBusinessObjectFormatParents() |
List<BusinessObjectFormatKey> |
BusinessObjectFormatParentsUpdateRequest.getBusinessObjectFormatParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadSingleInitiationRequest.setSourceBusinessObjectFormatKey(BusinessObjectFormatKey value)
Sets the value of the sourceBusinessObjectFormatKey property.
|
void |
UploadSingleInitiationRequest.setTargetBusinessObjectFormatKey(BusinessObjectFormatKey value)
Sets the value of the targetBusinessObjectFormatKey property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectFormat.setBusinessObjectFormatChildren(List<BusinessObjectFormatKey> businessObjectFormatChildren) |
void |
BusinessObjectFormat.setBusinessObjectFormatParents(List<BusinessObjectFormatKey> businessObjectFormatParents) |
void |
BusinessObjectFormatParentsUpdateRequest.setBusinessObjectFormatParents(List<BusinessObjectFormatKey> businessObjectFormatParents) |
| Constructor and Description |
|---|
UploadSingleInitiationRequest(BusinessObjectFormatKey sourceBusinessObjectFormatKey,
BusinessObjectFormatKey targetBusinessObjectFormatKey,
List<Attribute> businessObjectDataAttributes,
File file,
String targetStorageName)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
BusinessObjectFormat(long id,
String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
int businessObjectFormatVersion,
boolean latestVersion,
String partitionKey,
String description,
String documentSchema,
String documentSchemaUrl,
List<Attribute> attributes,
List<AttributeDefinition> attributeDefinitions,
Schema schema,
List<BusinessObjectFormatKey> businessObjectFormatParents,
List<BusinessObjectFormatKey> businessObjectFormatChildren,
List<BusinessObjectFormatExternalInterfaceKey> businessObjectFormatExternalInterfaces,
Boolean recordFlag,
Integer retentionPeriodInDays,
String retentionType,
Boolean allowNonBackwardsCompatibleChanges,
String relationalSchemaName,
String relationalTableName)
Fully-initialising value constructor
|
BusinessObjectFormat(long id,
String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
int businessObjectFormatVersion,
boolean latestVersion,
String partitionKey,
String description,
String documentSchema,
String documentSchemaUrl,
List<Attribute> attributes,
List<AttributeDefinition> attributeDefinitions,
Schema schema,
List<BusinessObjectFormatKey> businessObjectFormatParents,
List<BusinessObjectFormatKey> businessObjectFormatChildren,
List<BusinessObjectFormatExternalInterfaceKey> businessObjectFormatExternalInterfaces,
Boolean recordFlag,
Integer retentionPeriodInDays,
String retentionType,
Boolean allowNonBackwardsCompatibleChanges,
String relationalSchemaName,
String relationalTableName)
Fully-initialising value constructor
|
BusinessObjectFormatKeys(List<BusinessObjectFormatKey> businessObjectFormatKeys)
Fully-initialising value constructor
|
BusinessObjectFormatParentsUpdateRequest(List<BusinessObjectFormatKey> businessObjectFormatParents)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormat |
BusinessObjectFormatService.deleteBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Deletes a business object format.
|
RelationalTableRegistrationDeleteResponse |
RelationalTableRegistrationService.deleteRelationalTableRegistration(BusinessObjectFormatKey businessObjectFormatKey)
Deletes a relational table registration.
|
BusinessObjectDataKeys |
BusinessObjectDataService.getAllBusinessObjectDataByBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Retrieves a list of keys for all existing business object data up to the limit configured in the system per specified business object format.
|
BusinessObjectFormat |
BusinessObjectFormatService.getBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format for the specified key.
|
CustomDdlKeys |
CustomDdlService.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey) |
List<NotificationMessage> |
MessageNotificationEventService.processBusinessObjectFormatVersionChangeNotificationEvent(BusinessObjectFormatKey businessObjectFormatKey,
String oldBusinessObjectFormatVersion)
Handles notifications for the business object format version changes.
|
BusinessObjectFormat |
BusinessObjectFormatService.updateBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatUpdateRequest businessObjectFormatUpdateRequest)
Updates a business object format.
|
BusinessObjectFormat |
BusinessObjectFormatService.updateBusinessObjectFormatAttributeDefinitions(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatAttributeDefinitionsUpdateRequest businessObjectFormatAttributeDefinitionsUpdateRequest)
Replaces the list of attribute definitions for an existing business object format.
|
BusinessObjectFormat |
BusinessObjectFormatService.updateBusinessObjectFormatAttributes(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatAttributesUpdateRequest businessObjectFormatAttributesUpdateRequest)
Updates a business object format attributes.
|
BusinessObjectFormat |
BusinessObjectFormatService.updateBusinessObjectFormatParents(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatParentsUpdateRequest businessObjectFormatParentsUpdateRequest)
Update business object format parents
|
BusinessObjectFormat |
BusinessObjectFormatService.updateBusinessObjectFormatRetentionInformation(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatRetentionInformationUpdateRequest businessObjectFormatRetentionInformationUpdateRequest)
Updates business object format retention information
|
BusinessObjectFormat |
BusinessObjectFormatService.updateBusinessObjectFormatSchemaBackwardsCompatibilityChanges(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatSchemaBackwardsCompatibilityUpdateRequest businessObjectFormatSchemaBackwardsCompatibilityUpdateRequest)
Updates business object format schema backwards compatible changes
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatKey |
BusinessObjectFormatHelper.getBusinessObjectFormatKey(BusinessObjectDataKey businessObjectDataKey)
Gets business object format key from the specified business object data key.
|
BusinessObjectFormatKey |
BusinessObjectFormatHelper.getBusinessObjectFormatKey(BusinessObjectFormat businessObjectFormat)
Returns a business object format key for the business object format.
|
BusinessObjectFormatKey |
BusinessObjectFormatHelper.getBusinessObjectFormatKey(BusinessObjectFormatEntity businessObjectFormatEntity)
Creates a business object format key from specified business object format entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<String>> |
BusinessObjectDataDaoHelper.buildPartitionFilters(List<PartitionValueFilter> partitionValueFilters,
PartitionValueFilter standalonePartitionValueFilter,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
BusinessObjectDataStatusEntity businessObjectDataStatusEntity,
List<StorageEntity> storageEntities,
StoragePlatformEntity storagePlatformEntity,
StoragePlatformEntity excludedStoragePlatformEntity,
BusinessObjectFormatEntity businessObjectFormatEntity)
Build partition filters based on the specified partition value filters.
|
String |
BusinessObjectFormatHelper.businessObjectFormatKeyToString(BusinessObjectFormatKey businessObjectFormatKey)
Returns a string representation of the business object format key.
|
BusinessObjectFormat |
BusinessObjectFormatDaoHelper.deleteBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Deletes a business object format.
|
BusinessObjectFormatEntity |
BusinessObjectFormatDaoHelper.getBusinessObjectFormatEntity(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format entity based on the alternate key and makes sure that it exists.
|
List<String> |
BusinessObjectDataDaoHelper.getPartitionValues(PartitionValueFilter partitionValueFilter,
String partitionKey,
int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
BusinessObjectDataStatusEntity businessObjectDataStatusEntity,
List<StorageEntity> storageEntities,
StoragePlatformEntity storagePlatformEntity,
StoragePlatformEntity excludedStoragePlatformEntity,
BusinessObjectFormatEntity businessObjectFormatEntity)
Builds a list of partition values from the partition value filter.
|
void |
BusinessObjectFormatHelper.validateBusinessObjectFormatKey(BusinessObjectFormatKey key)
Validates the business object format key.
|
void |
BusinessObjectFormatHelper.validateBusinessObjectFormatKey(BusinessObjectFormatKey key,
Boolean businessObjectFormatVersionRequired)
Validates the business object format key.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.deleteBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey) |
RelationalTableRegistrationDeleteResponse |
RelationalTableRegistrationServiceImpl.deleteRelationalTableRegistration(BusinessObjectFormatKey businessObjectFormatKey) |
BusinessObjectDataKeys |
BusinessObjectDataServiceImpl.getAllBusinessObjectDataByBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Retrieves a list of keys for all existing business object data up to the limit configured in the system per specified business object format.
|
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.getBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey) |
protected BusinessObjectFormat |
BusinessObjectFormatServiceImpl.getBusinessObjectFormatImpl(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format for the specified key.
|
CustomDdlKeys |
CustomDdlServiceImpl.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey)
Gets a list of keys for all existing custom DDLs.
|
List<NotificationMessage> |
MessageNotificationEventServiceImpl.processBusinessObjectFormatVersionChangeNotificationEvent(BusinessObjectFormatKey businessObjectFormatKey,
String oldBusinessObjectFormatVersion) |
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.updateBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatUpdateRequest request) |
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.updateBusinessObjectFormatAttributeDefinitions(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatAttributeDefinitionsUpdateRequest businessObjectFormatAttributeDefinitionsUpdateRequest) |
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.updateBusinessObjectFormatAttributes(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatAttributesUpdateRequest businessObjectFormatAttributesUpdateRequest) |
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.updateBusinessObjectFormatParents(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatParentsUpdateRequest businessObjectFormatParentsUpdateRequest) |
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.updateBusinessObjectFormatRetentionInformation(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatRetentionInformationUpdateRequest updateRequest) |
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.updateBusinessObjectFormatSchemaBackwardsCompatibilityChanges(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatSchemaBackwardsCompatibilityUpdateRequest businessObjectFormatSchemaBackwardsCompatibilityUpdateRequest) |
Copyright © 2021. All rights reserved.