Class IntegrationErrorReceivedEventEntity
java.lang.Object
org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
org.activiti.cloud.services.audit.jpa.events.IntegrationEventEntity
org.activiti.cloud.services.audit.jpa.events.IntegrationErrorReceivedEventEntity
@Entity(name="IntegrationErrorReceivedEvent")
public class IntegrationErrorReceivedEventEntity
extends IntegrationEventEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIntegrationErrorReceivedEventEntity(org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent event) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetStackTraceElements(List<StackTraceElement> stackTraceElements) toString()Methods inherited from class org.activiti.cloud.services.audit.jpa.events.IntegrationEventEntity
getIntegrationContextMethods inherited from class org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
equals, getAppName, getAppVersion, getBusinessKey, getEntityId, getEventId, getEventType, getId, getMessageId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceNumber, getServiceFullName, getServiceName, getServiceType, getServiceVersion, getTimestamp, hashCode, setAppName, setAppVersion, setBusinessKey, setEntityId, setEventId, setEventType, setId, setMessageId, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceNumber, setServiceFullName, setServiceName, setServiceType, setServiceVersion, setTimestamp
-
Field Details
-
INTEGRATION_ERROR_RECEIVED_EVENT
- See Also:
-
-
Constructor Details
-
IntegrationErrorReceivedEventEntity
protected IntegrationErrorReceivedEventEntity() -
IntegrationErrorReceivedEventEntity
public IntegrationErrorReceivedEventEntity(org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent event)
-
-
Method Details
-
getErrorCode
-
setErrorCode
-
getErrorMessage
-
setErrorMessage
-
getErrorClassName
-
getStackTraceElements
-
setStackTraceElements
-
toString
- Overrides:
toStringin classIntegrationEventEntity
-