Class ProcessVariableUpdater
- java.lang.Object
-
- org.activiti.cloud.services.query.events.handlers.ProcessVariableUpdater
-
public class ProcessVariableUpdater extends Object
-
-
Constructor Summary
Constructors Constructor Description ProcessVariableUpdater(javax.persistence.EntityManager entityManager, EntityManagerFinder entityManagerFinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdate(ProcessVariableEntity updatedVariableEntity, String notFoundMessage)
-
-
-
Constructor Detail
-
ProcessVariableUpdater
public ProcessVariableUpdater(javax.persistence.EntityManager entityManager, EntityManagerFinder entityManagerFinder)
-
-
Method Detail
-
update
public void update(ProcessVariableEntity updatedVariableEntity, String notFoundMessage)
-
-