Class FlowableInstanceSynchronizedEventImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String instanceId  
      protected java.lang.String instanceScopeType  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInstanceId()  
      java.lang.String getInstanceScopeType()  
      org.flowable.common.engine.api.delegate.event.FlowableEventType getType()  
      • Methods inherited from class java.lang.Object

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

      • instanceId

        protected final java.lang.String instanceId
      • instanceScopeType

        protected final java.lang.String instanceScopeType
    • Constructor Detail

      • FlowableInstanceSynchronizedEventImpl

        public FlowableInstanceSynchronizedEventImpl​(java.lang.String instanceId,
                                                     java.lang.String instanceScopeType)