Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.flowable.idm.api.event.FlowableIdmEventType getType()  
      void setType​(org.flowable.idm.api.event.FlowableIdmEventType type)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • type

        protected org.flowable.idm.api.event.FlowableIdmEventType type
    • Constructor Detail

      • FlowableIdmEventImpl

        public FlowableIdmEventImpl​(org.flowable.idm.api.event.FlowableIdmEventType type)
        Creates a new event implementation, not part of an execution context.
    • Method Detail

      • getType

        public org.flowable.idm.api.event.FlowableIdmEventType getType()
        Specified by:
        getType in interface org.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 class java.lang.Object