Uses of Class
io.vertx.tp.workflow.atom.WMove
-
Packages that use WMove Package Description io.vertx.tp.workflow.atom io.vertx.tp.workflow.uca.component io.vertx.tp.workflow.uca.runner -
-
Uses of WMove in io.vertx.tp.workflow.atom
Methods in io.vertx.tp.workflow.atom that return WMove Modifier and Type Method Description static WMoveWMove. create(String node, io.vertx.core.json.JsonObject config)static WMoveWMove. empty()WMoveWMove. stored(io.vertx.core.json.JsonObject request)Methods in io.vertx.tp.workflow.atom that return types with arguments of type WMove Modifier and Type Method Description io.vertx.core.Future<WMove>WProcess. future(WMove move)Methods in io.vertx.tp.workflow.atom with parameters of type WMove Modifier and Type Method Description WProcessWProcess. bind(WMove move)io.vertx.core.Future<WMove>WProcess. future(WMove move) -
Uses of WMove in io.vertx.tp.workflow.uca.component
Methods in io.vertx.tp.workflow.uca.component that return WMove Modifier and Type Method Description protected WMoveAbstractTransfer. moveGet(String node) -
Uses of WMove in io.vertx.tp.workflow.uca.runner
Methods in io.vertx.tp.workflow.uca.runner with parameters of type WMove Modifier and Type Method Description io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance>RunOn. moveAsync(org.camunda.bpm.engine.runtime.ProcessInstance instance, WMove move)io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance>RunOn. startAsync(String definitionKey, WMove move)
-