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
,org.flowable.common.engine.api.delegate.event.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
Modifier and Type Method Description PlatformIdentityInfo
getPlatformIdentityInfo()
Methods inherited from class com.flowable.idm.engine.delegate.event.impl.FlowablePlatformIdmEventImpl
getType, toString
-
Field Details
-
Constructor Details
-
FlowableIdmIdentityInfoSetEventImpl
public FlowableIdmIdentityInfoSetEventImpl(FlowablePlatformIdmEventType type, PlatformIdentityInfo platformIdentityInfo)
-
-
Method Details
-
getPlatformIdentityInfo
- Specified by:
getPlatformIdentityInfo
in interfaceFlowableIdmIdentityInfoSetEvent
-