Class FlowableInstanceSynchronizedEventImpl
- java.lang.Object
-
- com.flowable.platform.engine.impl.event.FlowableInstanceSynchronizedEventImpl
-
- All Implemented Interfaces:
FlowableInstanceSynchronizedEvent
,FlowableEvent
public class FlowableInstanceSynchronizedEventImpl extends Object implements FlowableInstanceSynchronizedEvent
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
instanceId
protected String
instanceScopeType
-
Constructor Summary
Constructors Constructor Description FlowableInstanceSynchronizedEventImpl(String instanceId, String instanceScopeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInstanceId()
String
getInstanceScopeType()
FlowableEventType
getType()
-
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
- Specified by:
getInstanceId
in interfaceFlowableInstanceSynchronizedEvent
-
getInstanceScopeType
public String getInstanceScopeType()
- Specified by:
getInstanceScopeType
in interfaceFlowableInstanceSynchronizedEvent
-
getType
public FlowableEventType getType()
- Specified by:
getType
in interfaceFlowableEvent
-
-