Interface IncidentEvent

All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement, org.activiti.cloud.api.model.shared.CloudRuntimeEntity, org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<IncidentContext,IncidentEvent.IncidentEventType>, org.activiti.api.model.shared.event.RuntimeEvent<IncidentContext,IncidentEvent.IncidentEventType>, Serializable

public interface IncidentEvent extends org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<IncidentContext,IncidentEvent.IncidentEventType>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    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, getEventType, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
  • Method Details

    • getErrorCode

      String getErrorCode()
    • getStackTraceElements

      List<StackTraceElement> getStackTraceElements()
    • getErrorMessage

      String getErrorMessage()
    • getErrorClassName

      String getErrorClassName()