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 -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersionMethods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersionMethods inherited from interface org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent
getActor, getEntityId, getMessageId, getSequenceNumberMethods 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()
-