Class FlowableIdmEntityEventImpl
java.lang.Object
org.flowable.idm.engine.delegate.event.impl.FlowableIdmEventImpl
org.flowable.idm.engine.delegate.event.impl.FlowableIdmEntityEventImpl
- All Implemented Interfaces:
FlowableEntityEvent,FlowableEvent
Base class for all
FlowableIdmEventImpl implementations, related to entities.- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.idm.engine.delegate.event.impl.FlowableIdmEventImpl
type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.idm.engine.delegate.event.impl.FlowableIdmEventImpl
getType, setType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
entity
-
-
Constructor Details
-
FlowableIdmEntityEventImpl
-
-
Method Details
-
getEntity
- Specified by:
getEntityin interfaceFlowableEntityEvent- Returns:
- the entity that is targeted by this event.
-