Class FlowablePlatformEventBuilder
- java.lang.Object
 - 
- com.flowable.platform.engine.impl.event.FlowablePlatformEventBuilder
 
 
- 
public class FlowablePlatformEventBuilder extends Object
- Author:
 - Filip Hrisafov
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FlowablePlatformEventBuilder() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlowableInstanceSynchronizedEventactivityInstanceSynchronized(String activityInstanceId)static FlowableInstanceSynchronizedEventcaseInstanceSynchronized(String caseInstanceId)static FlowableInstanceSynchronizedEventplanItemInstanceSynchronized(String planItemInstanceId)static FlowableInstanceSynchronizedEventprocessInstanceSynchronized(String processInstanceId)static FlowableInstanceSynchronizedEventtaskInstanceSynchronized(String taskInstanceId) 
 - 
 
- 
- 
Method Detail
- 
processInstanceSynchronized
public static FlowableInstanceSynchronizedEvent processInstanceSynchronized(String processInstanceId)
 
- 
activityInstanceSynchronized
public static FlowableInstanceSynchronizedEvent activityInstanceSynchronized(String activityInstanceId)
 
- 
taskInstanceSynchronized
public static FlowableInstanceSynchronizedEvent taskInstanceSynchronized(String taskInstanceId)
 
- 
caseInstanceSynchronized
public static FlowableInstanceSynchronizedEvent caseInstanceSynchronized(String caseInstanceId)
 
- 
planItemInstanceSynchronized
public static FlowableInstanceSynchronizedEvent planItemInstanceSynchronized(String planItemInstanceId)
 
 - 
 
 -