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 FlowableInstanceSynchronizedEvent
activityInstanceSynchronized(String activityInstanceId)
static FlowableInstanceSynchronizedEvent
caseInstanceSynchronized(String caseInstanceId)
static FlowableInstanceSynchronizedEvent
planItemInstanceSynchronized(String planItemInstanceId)
static FlowableInstanceSynchronizedEvent
processInstanceSynchronized(String processInstanceId)
static FlowableInstanceSynchronizedEvent
taskInstanceSynchronized(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)
-
-