Class ServiceCallDeltaCalculationHelper
java.lang.Object
com.flowable.agent.engine.impl.job.ServiceCallDeltaCalculationHelper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic final recordstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Map<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>, String> protected static Map<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>, Function<org.flowable.common.engine.impl.persistence.entity.Entity, ServiceCallDeltaCalculationHelper.EntityDeltaInfo>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateDelta(ServiceCallDeltaCalculationHelper.Snapshot snapshotBefore, ServiceCallDeltaCalculationHelper.Snapshot snapshotAfter) protected static ServiceCallDeltaCalculationHelper.SnapshotcreateEntitySnapshot(org.flowable.common.engine.impl.persistence.cache.EntityCache entityCache) executeAndCalculateDelta(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable)
-
Field Details
-
entitySnapshotProcessors
protected static Map<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>,Function<org.flowable.common.engine.impl.persistence.entity.Entity, entitySnapshotProcessorsServiceCallDeltaCalculationHelper.EntityDeltaInfo>> -
entityKeyMapping
-
-
Constructor Details
-
ServiceCallDeltaCalculationHelper
public ServiceCallDeltaCalculationHelper()
-
-
Method Details
-
executeAndCalculateDelta
public static ServiceCallDeltaCalculationHelper.ServiceCallDelta executeAndCalculateDelta(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable) -
createEntitySnapshot
protected static ServiceCallDeltaCalculationHelper.Snapshot createEntitySnapshot(org.flowable.common.engine.impl.persistence.cache.EntityCache entityCache) -
calculateDelta
public static ServiceCallDeltaCalculationHelper.ServiceCallDelta calculateDelta(ServiceCallDeltaCalculationHelper.Snapshot snapshotBefore, ServiceCallDeltaCalculationHelper.Snapshot snapshotAfter)
-