Package io.vertx.tp.workflow.uca.central
Class AbstractMovement
java.lang.Object
io.vertx.tp.workflow.uca.central.BehaviourStandard
io.vertx.tp.workflow.uca.central.AbstractTransfer
io.vertx.tp.workflow.uca.central.AbstractMovement
- All Implemented Interfaces:
Behaviour
- Direct Known Subclasses:
StayCancel,StayClose,StaySave,TransferEmpty,TransferStandard,TransferStart
- Author:
- Lang
-
Field Summary
Fields inherited from class io.vertx.tp.workflow.uca.central.BehaviourStandard
config -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(MetaInstance metadata) protected io.vertx.core.Future<WRecord>insertAsync(io.vertx.core.json.JsonObject params, WTransition wTransition) protected io.vertx.core.Future<WRecord>saveAsync(io.vertx.core.json.JsonObject params, WTransition wTransition) protected io.vertx.core.Future<WRecord>updateAsync(io.vertx.core.json.JsonObject params, WTransition wTransition) Methods inherited from class io.vertx.tp.workflow.uca.central.AbstractTransfer
inputAsync, recordInputMethods inherited from class io.vertx.tp.workflow.uca.central.BehaviourStandard
afterAsync, beforeAsync, bind, createTransition, metadataIn
-
Constructor Details
-
AbstractMovement
public AbstractMovement()
-
-
Method Details
-
bind
- Specified by:
bindin interfaceBehaviour- Overrides:
bindin classBehaviourStandard
-
insertAsync
protected io.vertx.core.Future<WRecord> insertAsync(io.vertx.core.json.JsonObject params, WTransition wTransition) -
updateAsync
protected io.vertx.core.Future<WRecord> updateAsync(io.vertx.core.json.JsonObject params, WTransition wTransition) -
saveAsync
protected io.vertx.core.Future<WRecord> saveAsync(io.vertx.core.json.JsonObject params, WTransition wTransition)
-