Uses of Interface
com.flowable.platform.api.event.FlowableInstanceSynchronizedEvent
-
Packages that use FlowableInstanceSynchronizedEvent Package Description com.flowable.platform.engine.impl.event -
-
Uses of FlowableInstanceSynchronizedEvent in com.flowable.platform.engine.impl.event
Classes in com.flowable.platform.engine.impl.event that implement FlowableInstanceSynchronizedEvent Modifier and Type Class Description class
FlowableInstanceSynchronizedEventImpl
Methods in com.flowable.platform.engine.impl.event that return FlowableInstanceSynchronizedEvent Modifier and Type Method Description static FlowableInstanceSynchronizedEvent
FlowablePlatformEventBuilder. activityInstanceSynchronized(String activityInstanceId)
static FlowableInstanceSynchronizedEvent
FlowablePlatformEventBuilder. caseInstanceSynchronized(String caseInstanceId)
static FlowableInstanceSynchronizedEvent
FlowablePlatformEventBuilder. planItemInstanceSynchronized(String planItemInstanceId)
static FlowableInstanceSynchronizedEvent
FlowablePlatformEventBuilder. processInstanceSynchronized(String processInstanceId)
static FlowableInstanceSynchronizedEvent
FlowablePlatformEventBuilder. taskInstanceSynchronized(String taskInstanceId)
-