@RestController
@RequestMapping(value="/rest",
produces={"application/xml","application/json"})
public class BusinessObjectFormatExternalInterfaceDescriptiveInformationRestController
extends Object
| Constructor and Description |
|---|
BusinessObjectFormatExternalInterfaceDescriptiveInformationRestController() |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatExternalInterfaceDescriptiveInformation |
getBusinessObjectFormatExternalInterface(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
String externalInterfaceName)
Retrieves the existing business object format external interface descriptive information based on the specified parameters.
|
public BusinessObjectFormatExternalInterfaceDescriptiveInformationRestController()
@RequestMapping(value="/businessObjectFormatExternalInterfaceDescriptiveInformation/namespaces/{namespace}/businessObjectDefinitionNames/{businessObjectDefinitionName}/businessObjectFormatUsages/{businessObjectFormatUsage}/businessObjectFormatFileTypes/{businessObjectFormatFileType}/externalInterfaceNames/{externalInterfaceName}",
method=GET)
@Secured(value="FN_BUSINESS_OBJECT_FORMAT_EXTERNAL_INTERFACE_DESCRIPTIVE_INFORMATION_GET")
public BusinessObjectFormatExternalInterfaceDescriptiveInformation getBusinessObjectFormatExternalInterface(@PathVariable(value="namespace")
String namespace,
@PathVariable(value="businessObjectDefinitionName")
String businessObjectDefinitionName,
@PathVariable(value="businessObjectFormatUsage")
String businessObjectFormatUsage,
@PathVariable(value="businessObjectFormatFileType")
String businessObjectFormatFileType,
@PathVariable(value="externalInterfaceName")
String externalInterfaceName)
namespace - the namespacebusinessObjectDefinitionName - the business object definition namebusinessObjectFormatUsage - the business object format usagebusinessObjectFormatFileType - the business object format file typeexternalInterfaceName - the external interface nameCopyright © 2019. All rights reserved.