Class TypeExplorerController
java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.api.SecureController
org.odpi.openmetadata.userinterface.uichassis.springboot.api.tex.TypeExplorerController
The TypeExplorerRESTServicesInstance provides the server-side implementation
of the TypeExplorer UI-component
-
Field Summary
Fields inherited from class org.odpi.openmetadata.userinterface.uichassis.springboot.api.SecureController
PAGE_OFFSET_DEFAULT_VALUE, PAGE_SIZE_DEFAULT_VALUE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontypeExplorer
(Map<String, String> body, jakarta.servlet.http.HttpServletRequest request) Methods inherited from class org.odpi.openmetadata.userinterface.uichassis.springboot.api.SecureController
getUser
-
Constructor Details
-
TypeExplorerController
public TypeExplorerController()Default constructor
-
-
Method Details
-
typeExplorer
@PostMapping(path="/api/types/typeExplorer") public TypeExplorerResponse typeExplorer(@RequestBody Map<String, String> body, jakarta.servlet.http.HttpServletRequest request)
-