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 classFlowableInstanceSynchronizedEventImplMethods in com.flowable.platform.engine.impl.event that return FlowableInstanceSynchronizedEvent Modifier and Type Method Description static FlowableInstanceSynchronizedEventFlowablePlatformEventBuilder. activityInstanceSynchronized(String activityInstanceId)static FlowableInstanceSynchronizedEventFlowablePlatformEventBuilder. caseInstanceSynchronized(String caseInstanceId)static FlowableInstanceSynchronizedEventFlowablePlatformEventBuilder. planItemInstanceSynchronized(String planItemInstanceId)static FlowableInstanceSynchronizedEventFlowablePlatformEventBuilder. processInstanceSynchronized(String processInstanceId)static FlowableInstanceSynchronizedEventFlowablePlatformEventBuilder. taskInstanceSynchronized(String taskInstanceId) 
 -