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 PlatformIdentityInfoplatformIdentityInfoFields 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 PlatformIdentityInfogetPlatformIdentityInfo()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:
getPlatformIdentityInfoin interfaceFlowableIdmIdentityInfoSetEvent
-