Uses of Interface
com.flowable.agent.engine.impl.job.ServiceCallDeltaCalculationHelper.EntityDeltaInfo
Packages that use ServiceCallDeltaCalculationHelper.EntityDeltaInfo
-
Uses of ServiceCallDeltaCalculationHelper.EntityDeltaInfo in com.flowable.agent.engine.impl.job
Classes in com.flowable.agent.engine.impl.job that implement ServiceCallDeltaCalculationHelper.EntityDeltaInfoModifier and TypeClassDescriptionstatic classstatic classstatic classFields in com.flowable.agent.engine.impl.job with type parameters of type ServiceCallDeltaCalculationHelper.EntityDeltaInfoModifier and TypeFieldDescriptionServiceCallDeltaCalculationHelper.ServiceCallDelta.deletedEntitiesprotected static Map<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>, Function<org.flowable.common.engine.impl.persistence.entity.Entity, ServiceCallDeltaCalculationHelper.EntityDeltaInfo>> ServiceCallDeltaCalculationHelper.entitySnapshotProcessorsServiceCallDeltaCalculationHelper.ServiceCallDelta.insertedEntitiesMethods in com.flowable.agent.engine.impl.job that return types with arguments of type ServiceCallDeltaCalculationHelper.EntityDeltaInfoModifier and TypeMethodDescriptionServiceCallDeltaCalculationHelper.ServiceCallDelta.getDeletedEntities(String entityKey) ServiceCallDeltaCalculationHelper.ServiceCallDelta.getInsertedEntities(String entityKey) Methods in com.flowable.agent.engine.impl.job with parameters of type ServiceCallDeltaCalculationHelper.EntityDeltaInfoModifier and TypeMethodDescriptionvoidServiceCallDeltaCalculationHelper.ServiceCallDelta.addIDeletedEntity(String entityKey, ServiceCallDeltaCalculationHelper.EntityDeltaInfo entityDeltaInfo) voidServiceCallDeltaCalculationHelper.ServiceCallDelta.addInsertedEntity(String entityKey, ServiceCallDeltaCalculationHelper.EntityDeltaInfo entityDeltaInfo)