Class CloudIntegrationErrorReceivedEventImpl

java.lang.Object
org.activiti.api.runtime.event.impl.RuntimeEventImpl<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>
org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>
org.activiti.cloud.api.process.model.impl.events.CloudIntegrationEventImpl
org.activiti.cloud.api.process.model.impl.events.CloudIntegrationErrorReceivedEventImpl
All Implemented Interfaces:
Serializable, org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>, org.activiti.api.model.shared.model.ApplicationElement, org.activiti.cloud.api.model.shared.CloudRuntimeEntity, org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>, org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent, org.activiti.cloud.api.process.model.events.CloudIntegrationEvent

public class CloudIntegrationErrorReceivedEventImpl extends CloudIntegrationEventImpl implements org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    CloudIntegrationErrorReceivedEventImpl(String id, Long timestamp, org.activiti.api.process.model.IntegrationContext integrationContext, String errorCode, String errorMessage, String errorClassName, List<StackTraceElement> stackTraceElements)
     
    CloudIntegrationErrorReceivedEventImpl(org.activiti.api.process.model.IntegrationContext integrationContext, String errorCode, String errorMessage, String errorClassName, List<StackTraceElement> stackTraceElements)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     
     
    org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents
     
     
    int
     
     

    Methods inherited from class org.activiti.cloud.api.process.model.impl.events.CloudIntegrationEventImpl

    setFieldValues

    Methods inherited from class org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl

    getActor, getAppName, getAppVersion, getEntityId, getMessageId, getSequenceNumber, getServiceFullName, getServiceName, getServiceType, getServiceVersion, setActor, setAppName, setAppVersion, setEntityId, setMessageId, setSequenceNumber, setServiceFullName, setServiceName, setServiceType, setServiceVersion

    Methods inherited from class org.activiti.api.runtime.event.impl.RuntimeEventImpl

    getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp, 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.model.shared.model.ApplicationElement

    getAppVersion

    Methods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity

    getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion

    Methods inherited from interface org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent

    getActor, getEntityId, getMessageId, getSequenceNumber

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

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

    • CloudIntegrationErrorReceivedEventImpl

      public CloudIntegrationErrorReceivedEventImpl()
    • CloudIntegrationErrorReceivedEventImpl

      public CloudIntegrationErrorReceivedEventImpl(org.activiti.api.process.model.IntegrationContext integrationContext, String errorCode, String errorMessage, String errorClassName, List<StackTraceElement> stackTraceElements)
    • CloudIntegrationErrorReceivedEventImpl

      public CloudIntegrationErrorReceivedEventImpl(String id, Long timestamp, org.activiti.api.process.model.IntegrationContext integrationContext, String errorCode, String errorMessage, String errorClassName, List<StackTraceElement> stackTraceElements)
  • Method Details

    • getEventType

      public org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents getEventType()
      Specified by:
      getEventType in interface org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>
    • getErrorCode

      public String getErrorCode()
      Specified by:
      getErrorCode in interface org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent
    • getErrorMessage

      public String getErrorMessage()
      Specified by:
      getErrorMessage in interface org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent
    • getErrorClassName

      public String getErrorClassName()
      Specified by:
      getErrorClassName in interface org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent
    • getStackTraceElements

      public List<StackTraceElement> getStackTraceElements()
      Specified by:
      getStackTraceElements in interface org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>
    • toString

      public String toString()
      Overrides:
      toString in class org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>