Package cn.vertxup.rbac.service.view
Class RuleService
java.lang.Object
cn.vertxup.rbac.service.view.RuleService
- All Implemented Interfaces:
RuleStub
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonObject>regionAsync(SPath input) io.vertx.core.Future<io.vertx.core.json.JsonObject>regionAsync(io.vertx.core.json.JsonObject condition, io.vertx.core.json.JsonObject viewData) io.vertx.core.Future<io.vertx.core.json.JsonObject>regionAsync(io.vertx.core.json.JsonObject pathData, ScOwner owner)
-
Constructor Details
-
RuleService
public RuleService()
-
-
Method Details
-
regionAsync
- Specified by:
regionAsyncin interfaceRuleStub
-
regionAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> regionAsync(io.vertx.core.json.JsonObject pathData, ScOwner owner) - Specified by:
regionAsyncin interfaceRuleStub
-
regionAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> regionAsync(io.vertx.core.json.JsonObject condition, io.vertx.core.json.JsonObject viewData) - Specified by:
regionAsyncin interfaceRuleStub
-