Class RuleService

java.lang.Object
cn.vertxup.rbac.service.view.RuleService
All Implemented Interfaces:
RuleStub

public class RuleService extends Object implements RuleStub
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RuleService

      public RuleService()
  • Method Details

    • regionAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> regionAsync(SPath input)
      Specified by:
      regionAsync in interface RuleStub
    • regionAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> regionAsync(io.vertx.core.json.JsonObject pathData, ScOwner owner)
      Specified by:
      regionAsync in interface RuleStub
    • 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:
      regionAsync in interface RuleStub