Class ProcessVariableUpdater
- java.lang.Object
-
- org.activiti.cloud.services.query.events.handlers.ProcessVariableUpdater
-
public class ProcessVariableUpdater extends Object
-
-
Constructor Summary
Constructors Constructor Description ProcessVariableUpdater(EntityFinder entityFinder, VariableRepository variableRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdate(ProcessVariableEntity updatedVariableEntity, com.querydsl.core.types.Predicate predicate, String notFoundMessage)
-
-
-
Constructor Detail
-
ProcessVariableUpdater
public ProcessVariableUpdater(EntityFinder entityFinder, VariableRepository variableRepository)
-
-
Method Detail
-
update
public void update(ProcessVariableEntity updatedVariableEntity, com.querydsl.core.types.Predicate predicate, String notFoundMessage)
-
-