Class TypeExplorerController
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.api.SecureController
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.api.tex.TypeExplorerController
-
@RestController public class TypeExplorerController extends SecureController
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 Constructor Description TypeExplorerController()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeExplorerResponsetypeExplorer(Map<String,String> body, javax.servlet.http.HttpServletRequest request)-
Methods inherited from class org.odpi.openmetadata.userinterface.uichassis.springboot.api.SecureController
getUser
-
-
-
-
Method Detail
-
typeExplorer
@PostMapping(path="/api/types/typeExplorer") public TypeExplorerResponse typeExplorer(@RequestBody Map<String,String> body, javax.servlet.http.HttpServletRequest request)
-
-