| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormat |
ObjectFactory.createBusinessObjectFormat()
Create an instance of
BusinessObjectFormat |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormat |
BusinessObjectFormatRestController.createBusinessObjectFormat(BusinessObjectFormatCreateRequest request)
Creates a new business object format.
|
BusinessObjectFormat |
BusinessObjectFormatRestController.deleteBusinessObjectFormat(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion)
Deletes an existing business format.
|
BusinessObjectFormat |
BusinessObjectFormatRestController.getBusinessObjectFormat(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion)
Gets an existing business object format by alternate key.
|
BusinessObjectFormat |
BusinessObjectFormatRestController.updateBusinessObjectFormat(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
BusinessObjectFormatUpdateRequest request)
Updates an existing business object format by alternate key.
|
BusinessObjectFormat |
BusinessObjectFormatRestController.updateBusinessObjectFormatAttributeDefinitions(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
BusinessObjectFormatAttributeDefinitionsUpdateRequest request)
Replaces the list of attribute definitions for an existing business object format based on the specified usage, file type, version and a business object
definition.
|
BusinessObjectFormat |
BusinessObjectFormatRestController.updateBusinessObjectFormatAttributes(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
BusinessObjectFormatAttributesUpdateRequest request)
Updates an existing business object format attributes by alternate key.
|
BusinessObjectFormat |
BusinessObjectFormatRestController.updateBusinessObjectFormatParents(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
BusinessObjectFormatParentsUpdateRequest request)
Updates an existing business object format parents by alternate key.
|
BusinessObjectFormat |
BusinessObjectFormatRestController.updateBusinessObjectFormatRetentionInformation(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
BusinessObjectFormatRetentionInformationUpdateRequest request)
Updates an existing business object format retention information by alternate key.
|
BusinessObjectFormat |
BusinessObjectFormatRestController.updateBusinessObjectFormatSchemaBackwardsCompatibleChanges(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
BusinessObjectFormatSchemaBackwardsCompatibilityUpdateRequest request)
Updates an existing Business Object Format to allow non-backwards compatibility changes to the format schema based on the
'allowNonBackwardsCompatibleChanges' flag.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormat |
BusinessObjectFormatService.createBusinessObjectFormat(BusinessObjectFormatCreateRequest businessObjectFormatCreateRequest)
Creates a new business object format.
|
BusinessObjectFormat |
BusinessObjectFormatService.deleteBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Deletes a business object format.
|
BusinessObjectFormat |
BusinessObjectFormatService.getBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format for the specified key.
|
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 |
|---|---|
BusinessObjectFormat |
BusinessObjectFormatHelper.createBusinessObjectFormatFromEntity(BusinessObjectFormatEntity businessObjectFormatEntity)
Creates the business object format from the persisted entity.
|
BusinessObjectFormat |
BusinessObjectFormatHelper.createBusinessObjectFormatFromEntity(BusinessObjectFormatEntity businessObjectFormatEntity,
Boolean checkLatestVersion)
Creates the business object format from the persisted entity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
S3KeyPrefixHelper.buildS3KeyPrefix(String s3KeyPrefixVelocityTemplate,
String dataProviderName,
BusinessObjectFormat businessObjectFormat,
BusinessObjectDataKey businessObjectDataKey,
String storageName)
Returns S3 key prefix constructed per specified velocity template.
|
BusinessObjectFormatKey |
BusinessObjectFormatHelper.getBusinessObjectFormatKey(BusinessObjectFormat businessObjectFormat)
Returns a business object format key for the business object format.
|
Copyright © 2019. All rights reserved.