| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service.helper |
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
BusinessObjectData.attributes |
protected List<Attribute> |
BusinessObjectDataCreateRequest.attributes |
protected List<Attribute> |
BusinessObjectDefinition.attributes |
protected List<Attribute> |
BusinessObjectDefinitionCreateRequest.attributes |
protected List<Attribute> |
BusinessObjectDefinitionUpdateRequest.attributes |
protected List<Attribute> |
BusinessObjectFormat.attributes |
protected List<Attribute> |
BusinessObjectFormatCreateRequest.attributes |
protected List<Attribute> |
BusinessObjectFormatUpdateRequest.attributes |
protected List<Attribute> |
Storage.attributes |
protected List<Attribute> |
StorageCreateRequest.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> |
BusinessObjectData.getAttributes() |
List<Attribute> |
BusinessObjectDataCreateRequest.getAttributes() |
List<Attribute> |
BusinessObjectDefinition.getAttributes() |
List<Attribute> |
BusinessObjectDefinitionCreateRequest.getAttributes() |
List<Attribute> |
BusinessObjectDefinitionUpdateRequest.getAttributes() |
List<Attribute> |
BusinessObjectFormat.getAttributes() |
List<Attribute> |
BusinessObjectFormatCreateRequest.getAttributes() |
List<Attribute> |
BusinessObjectFormatUpdateRequest.getAttributes() |
List<Attribute> |
Storage.getAttributes() |
List<Attribute> |
StorageCreateRequest.getAttributes() |
List<Attribute> |
UploadSingleInitiationRequest.getBusinessObjectDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectData.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectDataCreateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectDefinition.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectDefinitionCreateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectDefinitionUpdateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectFormat.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectFormatCreateRequest.setAttributes(List<Attribute> attributes) |
void |
BusinessObjectFormatUpdateRequest.setAttributes(List<Attribute> attributes) |
void |
Storage.setAttributes(List<Attribute> attributes) |
void |
StorageCreateRequest.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)
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)
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,
List<Attribute> attributes,
List<AttributeDefinition> attributeDefinitions,
Schema schema)
Fully-initialising value constructor
|
BusinessObjectFormatCreateRequest(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
String partitionKey,
String description,
List<Attribute> attributes,
List<AttributeDefinition> attributeDefinitions,
Schema schema)
Fully-initialising value constructor
|
BusinessObjectFormatUpdateRequest(String description,
List<Attribute> attributes,
Schema schema)
Fully-initialising value constructor
|
Storage(String name,
String storagePlatformName,
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 |
AttributeHelper.validateAttributes(List<Attribute> attributes)
Validates the attributes.
|
Copyright © 2017. All rights reserved.