java.lang.Object
org.odpi.openmetadata.accessservices.softwaredeveloper.server.spring.SoftwareDeveloperResource

@RestController @RequestMapping("/servers/{serverName}/open-metadata/access-services/software-developer/users/{userId}") public class SoftwareDeveloperResource extends Object
The SoftwareDeveloperResource provides the server-side implementation of the Software Developer Open Metadata Assess Service (OMAS).
  • Constructor Details

    • SoftwareDeveloperResource

      public SoftwareDeveloperResource()
      Default constructor
  • Method Details

    • getServiceDescription

      @GetMapping(path="/description") public RegisteredOMAGServiceResponse getServiceDescription(@PathVariable String serverName, @PathVariable String userId)
      Return the description of this service.
      Parameters:
      serverName - name of the server to route the request to
      userId - identifier of calling user
      Returns:
      service description or InvalidParameterException one of the parameters is null or invalid or UserNotAuthorizedException user not authorized to issue this request or PropertyServerException problem retrieving the discovery engine definition.