| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service.helper |
| Modifier and Type | Field and Description |
|---|---|
protected RegistrationDateRangeFilter |
BusinessObjectDataSearchKey.registrationDateRangeFilter |
| Modifier and Type | Method and Description |
|---|---|
RegistrationDateRangeFilter |
ObjectFactory.createRegistrationDateRangeFilter()
Create an instance of
RegistrationDateRangeFilter |
RegistrationDateRangeFilter |
BusinessObjectDataSearchKey.getRegistrationDateRangeFilter()
Gets the value of the registrationDateRangeFilter property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataSearchKey.setRegistrationDateRangeFilter(RegistrationDateRangeFilter value)
Sets the value of the registrationDateRangeFilter property.
|
| Constructor and Description |
|---|
BusinessObjectDataSearchKey(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
List<PartitionValueFilter> partitionValueFilters,
RegistrationDateRangeFilter registrationDateRangeFilter,
List<AttributeValueFilter> attributeValueFilters,
Boolean filterOnLatestValidVersion,
Boolean filterOnRetentionExpiration)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataHelper.validateRegistrationDateRangeFilter(RegistrationDateRangeFilter registrationDateRangeFilter)
Validates a registration date range filter.
|
Copyright © 2019. All rights reserved.