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 StringinstanceIdprotected StringinstanceScopeType
-
Constructor Summary
Constructors Constructor Description FlowableInstanceSynchronizedEventImpl(String instanceId, String instanceScopeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceId()StringgetInstanceScopeType()FlowableEventTypegetType()
-
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
- Specified by:
getInstanceIdin interfaceFlowableInstanceSynchronizedEvent
-
getInstanceScopeType
public String getInstanceScopeType()
- Specified by:
getInstanceScopeTypein interfaceFlowableInstanceSynchronizedEvent
-
getType
public FlowableEventType getType()
- Specified by:
getTypein interfaceFlowableEvent
-
-