Package cn.vertxup.rbac.service.view
Class ViewService
- java.lang.Object
-
- cn.vertxup.rbac.service.view.ViewService
-
-
Constructor Summary
Constructors Constructor Description ViewService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<List<SView>>fetchMatrix(io.vertx.core.json.JsonArray roleIds, String resourceId, io.vertx.up.atom.secure.Vis view)io.vertx.core.Future<SView>fetchMatrix(String userId, String resourceId, io.vertx.up.atom.secure.Vis view)io.vertx.core.Future<io.vertx.core.json.JsonObject>saveMatrix(String userId, io.vertx.core.json.JsonObject viewData, io.vertx.core.json.JsonArray projection, io.vertx.core.json.JsonObject criteria)
-
-
-
Method Detail
-
fetchMatrix
public io.vertx.core.Future<SView> fetchMatrix(String userId, String resourceId, io.vertx.up.atom.secure.Vis view)
- Specified by:
fetchMatrixin interfaceViewStub
-
saveMatrix
public io.vertx.core.Future<io.vertx.core.json.JsonObject> saveMatrix(String userId, io.vertx.core.json.JsonObject viewData, io.vertx.core.json.JsonArray projection, io.vertx.core.json.JsonObject criteria)
- Specified by:
saveMatrixin interfaceViewStub
-
fetchMatrix
public io.vertx.core.Future<List<SView>> fetchMatrix(io.vertx.core.json.JsonArray roleIds, String resourceId, io.vertx.up.atom.secure.Vis view)
- Specified by:
fetchMatrixin interfaceViewStub
-
-