Class AbstractMovement

    • Constructor Detail

      • AbstractMovement

        public AbstractMovement()
    • Method Detail

      • insertAsync

        protected io.vertx.core.Future<WRecord> insertAsync​(io.vertx.core.json.JsonObject params,
                                                            WProcess process)
      • updateAsync

        protected io.vertx.core.Future<WRecord> updateAsync​(io.vertx.core.json.JsonObject params)
      • saveAsync

        protected io.vertx.core.Future<WRecord> saveAsync​(io.vertx.core.json.JsonObject params,
                                                          WProcess process)
      • generateAsync

        protected io.vertx.core.Future<WRecord> generateAsync​(io.vertx.core.json.JsonObject params,
                                                              WProcess instance,
                                                              WRecord record)