@RestController
@RequestMapping(value="/open-metadata/access-services/information-view/users/{userId}/")
public class InformationViewOMASResource
extends Object
| Constructor and Description |
|---|
InformationViewOMASResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
submitReport(String userId,
org.odpi.openmetadata.accessservices.informationview.events.ReportRequestBody requestBody) |
@RequestMapping(method=POST,
path="/report")
public void submitReport(@PathVariable(value="userId")
String userId,
@RequestBody
org.odpi.openmetadata.accessservices.informationview.events.ReportRequestBody requestBody)
Copyright © 2018 ODPi. All rights reserved.