| 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 |
|---|---|
CustomDdl |
ObjectFactory.createCustomDdl()
Create an instance of
CustomDdl |
| Modifier and Type | Method and Description |
|---|---|
CustomDdl |
CustomDdlRestController.createCustomDdl(CustomDdlCreateRequest request)
Creates a new custom DDL.
|
CustomDdl |
CustomDdlRestController.deleteCustomDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String customDdlName)
Deletes an existing custom DDL.
|
CustomDdl |
CustomDdlRestController.getCustomDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String customDdlName)
Gets an existing custom DDL.
|
CustomDdl |
CustomDdlRestController.updateCustomDdl(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String customDdlName,
CustomDdlUpdateRequest request)
Updates an existing custom DDL.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDdl |
CustomDdlService.createCustomDdl(CustomDdlCreateRequest customDdlCreateRequest) |
CustomDdl |
CustomDdlService.deleteCustomDdl(CustomDdlKey customDdlKey) |
CustomDdl |
CustomDdlService.getCustomDdl(CustomDdlKey customDdlKey) |
CustomDdl |
CustomDdlService.updateCustomDdl(CustomDdlKey customDdlKey,
CustomDdlUpdateRequest customDdlUpdateRequest) |
| Modifier and Type | Method and Description |
|---|---|
CustomDdl |
CustomDdlServiceImpl.createCustomDdl(CustomDdlCreateRequest request)
Creates a new custom DDL.
|
CustomDdl |
CustomDdlServiceImpl.deleteCustomDdl(CustomDdlKey customDdlKey)
Deletes an existing custom DDL by key.
|
CustomDdl |
CustomDdlServiceImpl.getCustomDdl(CustomDdlKey customDdlKey)
Gets an existing custom DDL by key.
|
CustomDdl |
CustomDdlServiceImpl.updateCustomDdl(CustomDdlKey customDdlKey,
CustomDdlUpdateRequest request)
Updates an existing custom DDL by key.
|
Copyright © 2019. All rights reserved.