Class FlowableIdmEventImpl
java.lang.Object
com.flowable.idm.engine.delegate.event.impl.FlowableIdmEventImpl
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEvent
- Direct Known Subclasses:
FlowableIdmEntityEventImpl
,FlowableIdmMembershipEventImpl
public class FlowableIdmEventImpl
extends java.lang.Object
implements org.flowable.common.engine.api.delegate.event.FlowableEvent
Base class for all FlowableIdmEvent implementations.
- Author:
- Tijs Rademakers
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.idm.api.event.FlowableIdmEventType
type
-
Constructor Summary
Constructors Constructor Description FlowableIdmEventImpl(org.flowable.idm.api.event.FlowableIdmEventType type)
Creates a new event implementation, not part of an execution context. -
Method Summary
-
Field Details
-
type
protected org.flowable.idm.api.event.FlowableIdmEventType type
-
-
Constructor Details
-
FlowableIdmEventImpl
public FlowableIdmEventImpl(org.flowable.idm.api.event.FlowableIdmEventType type)Creates a new event implementation, not part of an execution context.
-
-
Method Details
-
getType
public org.flowable.idm.api.event.FlowableIdmEventType getType()- Specified by:
getType
in interfaceorg.flowable.common.engine.api.delegate.event.FlowableEvent
-
setType
public void setType(org.flowable.idm.api.event.FlowableIdmEventType type) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-