@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/view-services/tex/users/{userId}")
public class TexViewRESTResource
extends Object
| Constructor and Description |
|---|
TexViewRESTResource()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
TypeExplorerResponse |
getTypeExplorer(String serverName,
String userId,
TexTypesRequestBody body)
Load type information
|
@PostMapping(value="/types") public TypeExplorerResponse getTypeExplorer(@PathVariable String serverName, @PathVariable String userId, @RequestBody TexTypesRequestBody body)
Load type information from the repository server. This is used to populate filters.
serverName - name of the server running the view-service.userId - user account under which to conduct operation.body - request body containing parameters to formulate repository requestCopyright © 2018–2020 ODPi. All rights reserved.