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 a
PlatformIdentityInfo
is set explicitly via.- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description PlatformIdentityInfo
getPlatformIdentityInfo()
-
Method Details
-
getPlatformIdentityInfo
PlatformIdentityInfo getPlatformIdentityInfo()
-