Class FlowableIdmEntityEventImpl

  • All Implemented Interfaces:
    org.flowable.common.engine.api.delegate.event.FlowableEntityEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent

    public class FlowableIdmEntityEventImpl
    extends FlowableIdmEventImpl
    implements org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
    Base class for all FlowableIdmEntityEvent implementations, related to entities.
    Author:
    Tijs Rademakers
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object entity  
    • Constructor Summary

      Constructors 
      Constructor Description
      FlowableIdmEntityEventImpl​(java.lang.Object entity, org.flowable.idm.api.event.FlowableIdmEventType type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getEntity()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

        getType
    • Field Detail

      • entity

        protected java.lang.Object entity
    • Constructor Detail

      • FlowableIdmEntityEventImpl

        public FlowableIdmEntityEventImpl​(java.lang.Object entity,
                                          org.flowable.idm.api.event.FlowableIdmEventType type)
    • Method Detail

      • getEntity

        public java.lang.Object getEntity()
        Specified by:
        getEntity in interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent