Uses of Class
io.vertx.tp.workflow.atom.WProcess
-
Packages that use WProcess Package Description io.vertx.tp.workflow.atom io.vertx.tp.workflow.uca.component -
-
Uses of WProcess in io.vertx.tp.workflow.atom
Methods in io.vertx.tp.workflow.atom that return WProcess Modifier and Type Method Description WProcessWProcess. bind(WMove move)WProcessWProcess. bind(org.camunda.bpm.engine.runtime.ProcessInstance instance)WProcessWProcess. bind(org.camunda.bpm.engine.task.Task task)static WProcessWProcess. create()Methods in io.vertx.tp.workflow.atom that return types with arguments of type WProcess Modifier and Type Method Description io.vertx.core.Future<WProcess>WProcess. future() -
Uses of WProcess in io.vertx.tp.workflow.uca.component
Methods in io.vertx.tp.workflow.uca.component that return types with arguments of type WProcess Modifier and Type Method Description io.vertx.core.Future<WProcess>Movement. moveAsync(io.vertx.core.json.JsonObject params)io.vertx.core.Future<WProcess>MovementEmpty. moveAsync(io.vertx.core.json.JsonObject params)io.vertx.core.Future<WProcess>MovementNext. moveAsync(io.vertx.core.json.JsonObject params)io.vertx.core.Future<WProcess>MovementPre. moveAsync(io.vertx.core.json.JsonObject params)Methods in io.vertx.tp.workflow.uca.component with parameters of type WProcess Modifier and Type Method Description protected io.vertx.core.Future<WRecord>AbstractMovement. generateAsync(io.vertx.core.json.JsonObject params, WProcess instance, WRecord record)protected io.vertx.core.Future<WRecord>AbstractMovement. insertAsync(io.vertx.core.json.JsonObject params, WProcess process)io.vertx.core.Future<WRecord>Stay. keepAsync(io.vertx.core.json.JsonObject params, WProcess instance)io.vertx.core.Future<WRecord>StayCancel. keepAsync(io.vertx.core.json.JsonObject params, WProcess wProcess)io.vertx.core.Future<WRecord>StaySave. keepAsync(io.vertx.core.json.JsonObject params, WProcess instance)io.vertx.core.Future<WRecord>Transfer. moveAsync(io.vertx.core.json.JsonObject params, WProcess wProcess)io.vertx.core.Future<WRecord>TransferEmpty. moveAsync(io.vertx.core.json.JsonObject params, WProcess instance)io.vertx.core.Future<WRecord>TransferStandard. moveAsync(io.vertx.core.json.JsonObject params, WProcess wProcess)io.vertx.core.Future<WRecord>TransferStart. moveAsync(io.vertx.core.json.JsonObject params, WProcess wProcess)protected io.vertx.core.Future<WRecord>AbstractMovement. saveAsync(io.vertx.core.json.JsonObject params, WProcess process)
-