Uses of Class
org.activiti.cloud.services.audit.jpa.events.VariableValue
Packages that use VariableValue
-
Uses of VariableValue in org.activiti.cloud.services.audit.jpa.events
Fields in org.activiti.cloud.services.audit.jpa.events with type parameters of type VariableValueModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.SimplePath<VariableValue<?>> QVariableUpdatedEventEntity.previousValueMethods in org.activiti.cloud.services.audit.jpa.events that return VariableValueModifier and TypeMethodDescriptionVariableValueJpaConverter.convertToEntityAttribute(String entityTextRepresentation) VariableUpdatedEventEntity.getPreviousValue()Methods in org.activiti.cloud.services.audit.jpa.events with parameters of type VariableValueModifier and TypeMethodDescriptionVariableValueJpaConverter.convertToDatabaseColumn(VariableValue<?> entity) voidVariableUpdatedEventEntity.setPreviousValue(VariableValue<?> previousValue)