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 Modifier and Type Field Description protected PlatformIdentityInfo
platformIdentityInfo
-
Fields inherited from class com.flowable.idm.engine.delegate.event.impl.FlowablePlatformIdmEventImpl
type
-
-
Constructor Summary
Constructors Constructor Description FlowableIdmIdentityInfoSetEventImpl(FlowablePlatformIdmEventType type, PlatformIdentityInfo platformIdentityInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformIdentityInfo
getPlatformIdentityInfo()
-
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 Detail
-
platformIdentityInfo
protected final PlatformIdentityInfo platformIdentityInfo
-
-
Constructor Detail
-
FlowableIdmIdentityInfoSetEventImpl
public FlowableIdmIdentityInfoSetEventImpl(FlowablePlatformIdmEventType type, PlatformIdentityInfo platformIdentityInfo)
-
-
Method Detail
-
getPlatformIdentityInfo
public PlatformIdentityInfo getPlatformIdentityInfo()
- Specified by:
getPlatformIdentityInfo
in interfaceFlowableIdmIdentityInfoSetEvent
-
-