Package com.flowable.core.idm.api.event
Interface FlowableIdmIdentityInfoSetEvent
-
- All Superinterfaces:
org.flowable.common.engine.api.delegate.event.FlowableEvent
- All Known Implementing Classes:
FlowableIdmIdentityInfoSetEventImpl
public interface FlowableIdmIdentityInfoSetEvent extends org.flowable.common.engine.api.delegate.event.FlowableEvent
Event fired when aPlatformIdentityInfo
is set explicitly via.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlatformIdentityInfo
getPlatformIdentityInfo()
-
-
-
Method Detail
-
getPlatformIdentityInfo
PlatformIdentityInfo getPlatformIdentityInfo()
-
-