Package cn.vertxup.rbac.service.view
Interface RuleStub
-
- All Known Implementing Classes:
RuleService
public interface RuleStub- Author:
- Lang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchViews(String ownerType, String ownerId, io.vertx.core.json.JsonArray keys, String view)io.vertx.core.Future<io.vertx.core.json.JsonArray>procAsync(List<SPath> paths)io.vertx.core.Future<io.vertx.core.json.JsonArray>saveViews(String ownerType, String ownerId, io.vertx.core.json.JsonArray keys, String view)
-