Class ServerPlatformOriginResource
- java.lang.Object
-
- org.odpi.openmetadata.platformservices.server.spring.ServerPlatformOriginResource
-
@RestController @RequestMapping("/open-metadata/platform-services/users/{userId}") public class ServerPlatformOriginResource extends ObjectServerPlatformOriginResource provides the Spring wrapper for the origin service that helps the client discover the type of the server platform.
-
-
Constructor Summary
Constructors Constructor Description ServerPlatformOriginResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetOldServerOrigin(String userId)Deprecated.StringgetServerOrigin(String userId)Return the origin of this server platform implementation.
-
-
-
Method Detail
-
getOldServerOrigin
@Deprecated @GetMapping(path="/server-platform-origin") public String getOldServerOrigin(@PathVariable String userId)
Deprecated.Return the origin of this server implementation.- Parameters:
userId- name of the user making the request- Returns:
- String description
-
-