Package cn.vertxup.workflow.api
Interface QueueAgent
@EndPoint
@Path("/api")
public interface QueueAgent
- Author:
- Lang
-
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.json.JsonObjectio.vertx.core.json.JsonObjectio.vertx.core.json.JsonObjectfetchHistory(io.vertx.core.json.JsonObject body) io.vertx.core.json.JsonObjectfetchHistory(String key) io.vertx.core.json.JsonObjectfetchQueue(io.vertx.core.json.JsonObject body) io.vertx.core.json.JsonObjectio.vertx.core.json.JsonObjectsearchLinkage(io.vertx.core.json.JsonObject body)
-
Method Details
-
fetchQueue
@POST @Path("/up/flow-queue") @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") io.vertx.core.json.JsonObject fetchQueue(@BodyParam io.vertx.core.json.JsonObject body) -
fetchHistory
@POST @Path("/up/flow-history") @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") io.vertx.core.json.JsonObject fetchHistory(@BodyParam io.vertx.core.json.JsonObject body) -
searchLinkage
@POST @Path("/up/flow-ticket") @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") io.vertx.core.json.JsonObject searchLinkage(@BodyParam io.vertx.core.json.JsonObject body) -
fetchFlow
@GET @Path("/up/flow-definition/:code") @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") io.vertx.core.json.JsonObject fetchFlow(@PathParam("code") String code) -
fetchForm
@POST @Path("/up/flow-form/:pre") @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") io.vertx.core.json.JsonObject fetchForm(@BodyParam io.vertx.core.json.JsonObject body, @PathParam("pre") Boolean isPre) -
fetchTodo
@GET @Path("/up/flow/:key") @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") io.vertx.core.json.JsonObject fetchTodo(@PathParam("key") String key) -
fetchHistory
@GET @Path("/up/flow-finished/:key") @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") io.vertx.core.json.JsonObject fetchHistory(@PathParam("key") String key)
-