Class MessageSubscriptionCancelledEventImpl

  • All Implemented Interfaces:
    org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.MessageSubscription,​org.activiti.api.process.model.events.MessageSubscriptionEvent.MessageSubscriptionEvents>, org.activiti.api.process.model.events.MessageSubscriptionCancelledEvent, org.activiti.api.process.model.events.MessageSubscriptionEvent

    public class MessageSubscriptionCancelledEventImpl
    extends org.activiti.api.runtime.event.impl.RuntimeEventImpl<org.activiti.api.process.model.MessageSubscription,​org.activiti.api.process.model.events.MessageSubscriptionEvent.MessageSubscriptionEvents>
    implements org.activiti.api.process.model.events.MessageSubscriptionCancelledEvent
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.MessageSubscriptionEvent

        org.activiti.api.process.model.events.MessageSubscriptionEvent.MessageSubscriptionEvents
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class org.activiti.api.runtime.event.impl.RuntimeEventImpl

        equals, getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp, hashCode, setBusinessKey, setEntity, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionVersion, setProcessInstanceId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.activiti.api.process.model.events.MessageSubscriptionCancelledEvent

        getEventType
      • Methods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent

        getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
    • Constructor Detail

      • MessageSubscriptionCancelledEventImpl

        public MessageSubscriptionCancelledEventImpl()
      • MessageSubscriptionCancelledEventImpl

        public MessageSubscriptionCancelledEventImpl​(org.activiti.api.process.model.MessageSubscription entity)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.activiti.api.runtime.event.impl.RuntimeEventImpl<org.activiti.api.process.model.MessageSubscription,​org.activiti.api.process.model.events.MessageSubscriptionEvent.MessageSubscriptionEvents>