Package cn.vertxup.ambient.api
Class DatumActor
- java.lang.Object
-
- cn.vertxup.ambient.api.DatumActor
-
@Queue public class DatumActor extends Object
-
-
Constructor Summary
Constructors Constructor Description DatumActor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonArray>categoryByType(String appId, String type, Boolean includeLeaf)io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchCategories(String appId, io.vertx.core.json.JsonArray types)io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchCategory(String appId, String type, String code)io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchTabular(String appId, String type, String code)io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchTabulars(String appId, io.vertx.core.json.JsonArray types)io.vertx.core.Future<io.vertx.core.json.JsonArray>tabularByType(String appId, String type)
-
-
-
Method Detail
-
categoryByType
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-CATEGORY/TYPE") public io.vertx.core.Future<io.vertx.core.json.JsonArray> categoryByType(String appId, String type, Boolean includeLeaf)
-
fetchCategories
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-CATEGORY/TYPES") public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchCategories(String appId, io.vertx.core.json.JsonArray types)
-
fetchCategory
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-CATEGORY/CODE") public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchCategory(String appId, String type, String code)
-
tabularByType
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-TABULAR/TYPE") public io.vertx.core.Future<io.vertx.core.json.JsonArray> tabularByType(String appId, String type)
-
fetchTabulars
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-TABULAR/TYPES") public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchTabulars(String appId, io.vertx.core.json.JsonArray types)
-
-