Package org.flowable.variable.service.impl.types
package org.flowable.variable.service.impl.types
-
ClassDescriptionInterface to abstract the JPA cacheable settingClass containing meta-data about Entity-classes.Subclass of
JPAEntityListVariableTypewhich is cacheable, unlike the super-class.Subclass ofJPAEntityVariableTypewhich is cacheable, unlike the super-class.Variable type capable of storing a list of reference to JPA-entities.Scans class and createsEntityMetaDatabased on it.Variable type capable of storing reference to JPA-entities.MutableVariableType<O,C> An interface that can be implemented by aVariableTypeif wants to track changes to the data that it is saving.TraceableObject<O,C> ACommandContextCloseListenerthat holds oneTraceableObjectinstance that is added byMutableVariableType(s).