Class FlowableIdmIdentityInfoSetEventImpl
java.lang.Object
com.flowable.idm.engine.delegate.event.impl.FlowablePlatformIdmEventImpl
com.flowable.idm.engine.delegate.event.impl.FlowableIdmIdentityInfoSetEventImpl
- All Implemented Interfaces:
FlowableIdmIdentityInfoSetEvent
,FlowableEvent
public class FlowableIdmIdentityInfoSetEventImpl
extends FlowablePlatformIdmEventImpl
implements FlowableIdmIdentityInfoSetEvent
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class com.flowable.idm.engine.delegate.event.impl.FlowablePlatformIdmEventImpl
type
-
Constructor Summary
ConstructorDescriptionFlowableIdmIdentityInfoSetEventImpl
(FlowablePlatformIdmEventType type, PlatformIdentityInfo platformIdentityInfo) -
Method Summary
Methods inherited from class com.flowable.idm.engine.delegate.event.impl.FlowablePlatformIdmEventImpl
getType, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
platformIdentityInfo
-
-
Constructor Details
-
FlowableIdmIdentityInfoSetEventImpl
public FlowableIdmIdentityInfoSetEventImpl(FlowablePlatformIdmEventType type, PlatformIdentityInfo platformIdentityInfo)
-
-
Method Details
-
getPlatformIdentityInfo
- Specified by:
getPlatformIdentityInfo
in interfaceFlowableIdmIdentityInfoSetEvent
-