Class RuleService

    • Constructor Detail

      • RuleService

        public RuleService()
    • Method Detail

      • procAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> procAsync​(List<SPath> paths)
        Specified by:
        procAsync in interface RuleStub
      • fetchViews

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchViews​(String ownerType,
                                                                             String ownerId,
                                                                             io.vertx.core.json.JsonArray keys,
                                                                             String view)
        Specified by:
        fetchViews in interface RuleStub
      • saveViews

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> saveViews​(String ownerType,
                                                                            String ownerId,
                                                                            io.vertx.core.json.JsonArray views,
                                                                            String view)
        Specified by:
        saveViews in interface RuleStub