| Constructor and Description |
|---|
ViewService() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<List<SView>> |
fetchMatrix(io.vertx.core.json.JsonArray roleIds,
String resourceId,
String view) |
io.vertx.core.Future<SView> |
fetchMatrix(String userId,
String resourceId,
String view) |
io.vertx.core.Future<SView> |
saveMatrix(String userId,
String resourceId,
String view,
io.vertx.core.json.JsonArray projection) |
public io.vertx.core.Future<SView> fetchMatrix(String userId, String resourceId, String view)
fetchMatrix in interface ViewStubpublic io.vertx.core.Future<SView> saveMatrix(String userId, String resourceId, String view, io.vertx.core.json.JsonArray projection)
saveMatrix in interface ViewStubCopyright © 2021. All rights reserved.