Uses of Interface
com.flowable.workobject.engine.impl.persistence.entity.VariableEntityManager
Package | Description |
---|---|
com.flowable.workobject.engine | |
com.flowable.workobject.engine.impl.persistence.entity |
-
Uses of VariableEntityManager in com.flowable.workobject.engine
Fields in com.flowable.workobject.engine declared as VariableEntityManager Modifier and Type Field Description protected VariableEntityManager
WorkObjectEngineConfiguration. variableEntityManager
Methods in com.flowable.workobject.engine that return VariableEntityManager Modifier and Type Method Description VariableEntityManager
WorkObjectEngineConfiguration. getVariableEntityManager()
Methods in com.flowable.workobject.engine with parameters of type VariableEntityManager Modifier and Type Method Description void
WorkObjectEngineConfiguration. setVariableEntityManager(VariableEntityManager variableEntityManager)
-
Uses of VariableEntityManager in com.flowable.workobject.engine.impl.persistence.entity
Classes in com.flowable.workobject.engine.impl.persistence.entity that implement VariableEntityManager Modifier and Type Class Description class
VariableEntityManagerImpl