Package cn.vertxup.workflow.api
Class QueueActor
java.lang.Object
cn.vertxup.workflow.api.QueueActor
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonObject>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.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.core.Future<io.vertx.core.json.JsonObject>io.vertx.core.Future<io.vertx.core.json.JsonObject>searchTicket(io.vertx.core.json.JsonObject query)
-
Constructor Details
-
QueueActor
public QueueActor()
-
-
Method Details
-
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) -
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) -
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)
-