Uses of Class
com.flowable.dataobject.engine.impl.persistence.entity.CachedDataObjectInstanceVariableContainer
-
Packages that use CachedDataObjectInstanceVariableContainer Package Description com.flowable.dataobject.engine.impl.runtime.datasource -
-
Uses of CachedDataObjectInstanceVariableContainer in com.flowable.dataobject.engine.impl.runtime.datasource
Fields in com.flowable.dataobject.engine.impl.runtime.datasource with type parameters of type CachedDataObjectInstanceVariableContainer Modifier and Type Field Description protected Map<String,Map<Object,CachedDataObjectInstanceVariableContainer>>
DataObjectInstanceVariableContainerEntitySession. cachedObjects
Methods in com.flowable.dataobject.engine.impl.runtime.datasource that return CachedDataObjectInstanceVariableContainer Modifier and Type Method Description CachedDataObjectInstanceVariableContainer
DataObjectInstanceVariableContainerEntitySession. putInCache(DataObjectInstanceVariableContainer entity, boolean storeState)
-