Uses of Class
io.automatiko.engine.services.event.impl.VariableInstanceEventBody
-
Packages that use VariableInstanceEventBody Package Description io.automatiko.engine.services.event io.automatiko.engine.services.event.impl -
-
Uses of VariableInstanceEventBody in io.automatiko.engine.services.event
Constructors in io.automatiko.engine.services.event with parameters of type VariableInstanceEventBody Constructor Description VariableInstanceDataEvent(String source, String addons, Map<String,String> metaData, VariableInstanceEventBody body) -
Uses of VariableInstanceEventBody in io.automatiko.engine.services.event.impl
Methods in io.automatiko.engine.services.event.impl that return VariableInstanceEventBody Modifier and Type Method Description protected VariableInstanceEventBodyProcessInstanceEventBatch. create(io.automatiko.engine.api.event.process.ProcessVariableChangedEvent event)Method parameters in io.automatiko.engine.services.event.impl with type arguments of type VariableInstanceEventBody Modifier and Type Method Description protected voidProcessInstanceEventBatch. handleProcessVariableChangedEvent(io.automatiko.engine.api.event.process.ProcessVariableChangedEvent variableChangedEvent, Set<VariableInstanceEventBody> variables)
-