public interface ViewStub
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<List<SView>> |
fetchMatrix(io.vertx.core.json.JsonArray role,
String resourceId,
String view) |
io.vertx.core.Future<SView> |
fetchMatrix(String user,
String resourceId,
String view) |
io.vertx.core.Future<SView> |
saveMatrix(String user,
String resourceId,
String view,
io.vertx.core.json.JsonArray projection) |
Copyright © 2019. All rights reserved.