@RestController public class TaskanaEngineController extends Object
| Constructor and Description |
|---|
TaskanaEngineController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<String>> |
getClassificationCategories() |
org.springframework.http.ResponseEntity<List<String>> |
getClassificationTypes() |
org.springframework.http.ResponseEntity<TaskanaUserInfoResource> |
getCurrentUserInfo() |
org.springframework.http.ResponseEntity<List<String>> |
getDomains() |
@GetMapping(path="/v1/domains",
produces="application/json")
public org.springframework.http.ResponseEntity<List<String>> getDomains()
@GetMapping(path="/v1/classification-categories",
produces="application/json")
public org.springframework.http.ResponseEntity<List<String>> getClassificationCategories()
@GetMapping(path="/v1/classification-types",
produces="application/json")
public org.springframework.http.ResponseEntity<List<String>> getClassificationTypes()
@GetMapping(path="/v1/current-user-info",
produces="application/json")
public org.springframework.http.ResponseEntity<TaskanaUserInfoResource> getCurrentUserInfo()
Copyright © 2018. All rights reserved.