Package cn.zeroup.macrocosm.api
Class QueueActor
- java.lang.Object
-
- cn.zeroup.macrocosm.api.QueueActor
-
-
Constructor Summary
Constructors Constructor Description QueueActor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchFlow(String code, io.vertx.up.commune.config.XHeader header)io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchForm(io.vertx.core.json.JsonObject data, Boolean isPre, io.vertx.up.commune.config.XHeader header)io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchHistory(io.vertx.core.json.JsonObject qr, io.vertx.ext.auth.User user)io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchHistory(String key)io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchQueue(io.vertx.core.json.JsonObject qr, io.vertx.ext.auth.User user)io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchTodo(String key, io.vertx.ext.auth.User user)io.vertx.core.Future<io.vertx.core.json.JsonObject>searchTicket(io.vertx.core.json.JsonObject query)
-
-
-
Method Detail
-
fetchQueue
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a1\u03bf\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2/W-TODO/TASK/QUEUE") public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchQueue(io.vertx.core.json.JsonObject qr, io.vertx.ext.auth.User user)
-
fetchHistory
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a1\u03bf\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2/W-TICKET/TICKET/HISTORY") public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchHistory(io.vertx.core.json.JsonObject qr, io.vertx.ext.auth.User user)
-
fetchFlow
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a1\u03bf\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2/W-FLOW/BY/CODE") public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchFlow(String code, io.vertx.up.commune.config.XHeader header)
-
fetchForm
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a1\u03bf\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2/W-TODO/TASK/VIRTUAL-FORM") public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchForm(io.vertx.core.json.JsonObject data, Boolean isPre, io.vertx.up.commune.config.XHeader header)
-
fetchTodo
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a1\u03bf\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2/W-FLOW/BY/KEY") public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchTodo(String key, io.vertx.ext.auth.User user)
-
fetchHistory
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a1\u03bf\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2/W-FLOW/BY/HISTORY") public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchHistory(String key)
-
searchTicket
@Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a1\u03bf\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2/W-TICKET/TICKET/LINKAGE") public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchTicket(io.vertx.core.json.JsonObject query)
-
-