| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKeys |
ObjectFactory.createBusinessObjectDataKeys()
Create an instance of
BusinessObjectDataKeys |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKeys |
BusinessObjectDataRestController.getAllBusinessObjectDataByBusinessObjectDefinition(String namespace,
String businessObjectDefinitionName)
Retrieves a list of keys for all existing business object data up to the limit configured in the system per specified business object definition.
|
BusinessObjectDataKeys |
BusinessObjectDataRestController.getAllBusinessObjectDataByBusinessObjectFormat(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion)
Retrieves a list of keys for all existing business object data up to the limit configured in the system per specified business object format.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKeys |
BusinessObjectDataService.getAllBusinessObjectDataByBusinessObjectDefinition(BusinessObjectDefinitionKey businessObjectDefinitionKey)
Retrieves a list of keys for all existing business object data up to the limit configured in the system per specified business object definition.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKeys |
BusinessObjectDataServiceImpl.getAllBusinessObjectDataByBusinessObjectDefinition(BusinessObjectDefinitionKey businessObjectDefinitionKey) |
BusinessObjectDataKeys |
BusinessObjectDataServiceImpl.getAllBusinessObjectDataByBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey) |
Copyright © 2019. All rights reserved.