| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service.helper |
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
StorageAttributesUpdateRequest.attributes |
protected List<Attribute> |
BusinessObjectFormat.attributes |
protected List<Attribute> |
Storage.attributes |
protected List<Attribute> |
BusinessObjectFormatCreateRequest.attributes |
protected List<Attribute> |
BusinessObjectFormatAttributesUpdateRequest.attributes |
protected List<Attribute> |
BusinessObjectDefinitionCreateRequest.attributes |
protected List<Attribute> |
StorageCreateRequest.attributes |
protected List<Attribute> |
BusinessObjectDataAttributesUpdateRequest.attributes |
protected List<Attribute> |
BusinessObjectDataCreateRequest.attributes |
protected List<Attribute> |
BusinessObjectDefinition.attributes |
protected List<Attribute> |
BusinessObjectFormatUpdateRequest.attributes |
protected List<Attribute> |
BusinessObjectData.attributes |
protected List<Attribute> |
BusinessObjectDefinitionUpdateRequest.attributes |
protected List<Attribute> |
UploadSingleInitiationRequest.businessObjectDataAttributes |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
ObjectFactory.createAttribute()
Create an instance of
Attribute |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
StorageAttributesUpdateRequest.getAttributes() |
List<Attribute> |
BusinessObjectFormat.getAttributes() |
List<Attribute> |
Storage.getAttributes() |
List<Attribute> |
BusinessObjectFormatCreateRequest.getAttributes() |
List<Attribute> |
BusinessObjectFormatAttributesUpdateRequest.getAttributes() |
List<Attribute> |
BusinessObjectDefinitionCreateRequest.getAttributes() |
List<Attribute> |
StorageCreateRequest.getAttributes() |
List<Attribute> |
BusinessObjectDataAttributesUpdateRequest.getAttributes() |
List<Attribute> |
BusinessObjectDataCreateRequest.getAttributes() |
List<Attribute> |
BusinessObjectDefinition.getAttributes() |
List<Attribute> |
BusinessObjectFormatUpdateRequest.getAttributes() |
List<Attribute> |
BusinessObjectData.getAttributes() |
List<Attribute> |
BusinessObjectDefinitionUpdateRequest.getAttributes() |
List<Attribute> |
UploadSingleInitiationRequest.getBusinessObjectDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageAttributesUpdateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectFormat.setAttributes(List<Attribute> attributes) |
void |
Storage.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectFormatCreateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectFormatAttributesUpdateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectDefinitionCreateRequest.setAttributes(List<Attribute> attributes) |
void |
StorageCreateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectDataAttributesUpdateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectDataCreateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectDefinition.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectFormatUpdateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectData.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectDefinitionUpdateRequest.setAttributes(List<Attribute> attributes) |
void |
UploadSingleInitiationRequest.setBusinessObjectDataAttributes(List<Attribute> businessObjectDataAttributes) |
| 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,
XMLGregorianCalendar retentionExpirationDate)
Fully-initialising value constructor
|
BusinessObjectDataAttributesUpdateRequest(List<Attribute> attributes)
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
|
BusinessObjectDefinition(Integer id,
String namespace,
String businessObjectDefinitionName,
String dataProviderName,
String description,
String shortDescription,
String displayName,
List<Attribute> attributes,
DescriptiveBusinessObjectFormat descriptiveBusinessObjectFormat,
List<SampleDataFile> sampleDataFiles,
String createdByUserId,
String lastUpdatedByUserId,
XMLGregorianCalendar lastUpdatedOn,
List<BusinessObjectDefinitionChangeEvent> businessObjectDefinitionChangeEvents)
Fully-initialising value constructor
|
BusinessObjectDefinitionCreateRequest(String namespace,
String businessObjectDefinitionName,
String dataProviderName,
String description,
String displayName,
List<Attribute> attributes)
Fully-initialising value constructor
|
BusinessObjectDefinitionUpdateRequest(String description,
String displayName,
List<Attribute> attributes)
Fully-initialising value constructor
|
BusinessObjectFormat(int 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)
Fully-initialising value constructor
|
BusinessObjectFormatAttributesUpdateRequest(List<Attribute> attributes)
Fully-initialising value constructor
|
BusinessObjectFormatCreateRequest(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
String partitionKey,
String description,
String documentSchema,
String documentSchemaUrl,
List<Attribute> attributes,
List<AttributeDefinition> attributeDefinitions,
Schema schema)
Fully-initialising value constructor
|
BusinessObjectFormatUpdateRequest(String description,
String documentSchema,
String documentSchemaUrl,
List<Attribute> attributes,
Schema schema)
Fully-initialising value constructor
|
Storage(String name,
String storagePlatformName,
List<Attribute> attributes)
Fully-initialising value constructor
|
StorageAttributesUpdateRequest(List<Attribute> attributes)
Fully-initialising value constructor
|
StorageCreateRequest(String name,
String storagePlatformName,
List<Attribute> attributes)
Fully-initialising value constructor
|
UploadSingleInitiationRequest(BusinessObjectFormatKey sourceBusinessObjectFormatKey,
BusinessObjectFormatKey targetBusinessObjectFormatKey,
List<Attribute> businessObjectDataAttributes,
File file,
String targetStorageName)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataCreateRequest |
BusinessObjectDataHelper.createBusinessObjectDataCreateRequest(BusinessObjectFormatEntity businessObjectFormatEntity,
String uuid,
String businessObjectDataStatus,
List<Attribute> attributes,
StorageEntity storageEntity,
String storageDirectoryPath,
String storageFilePath,
Long storageFileSizeBytes,
Long storageFileRowCount)
Validates the upload single initiation request.
|
void |
AttributeDaoHelper.updateBusinessObjectDataAttributes(BusinessObjectDataEntity businessObjectDataEntity,
List<Attribute> attributes)
Updates business object data attributes.
|
Map<String,String> |
AttributeHelper.validateAttributes(List<Attribute> attributes)
Validates the attributes.
|
void |
AttributeDaoHelper.validateAttributesAgainstBusinessObjectDataAttributeDefinitions(List<Attribute> attributes,
Collection<BusinessObjectDataAttributeDefinitionEntity> businessObjectDataAttributeDefinitionEntities)
Validates that attributes are consistent with the business object data attribute definitions.
|
void |
AttributeHelper.validateFormatAttributes(List<Attribute> attributes)
Validate format attributes
|
Copyright © 2019. All rights reserved.