Class IntegrationEventEntity
- java.lang.Object
-
- org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
-
- org.activiti.cloud.services.audit.jpa.events.IntegrationEventEntity
-
- Direct Known Subclasses:
IntegrationErrorReceivedEventEntity,IntegrationRequestSentEventEntity,IntegrationResultReceivedEventEntity
@MappedSuperclass public abstract class IntegrationEventEntity extends AuditEventEntity
-
-
Constructor Summary
Constructors Constructor Description IntegrationEventEntity(org.activiti.cloud.api.process.model.events.CloudIntegrationEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)org.activiti.api.process.model.IntegrationContextgetIntegrationContext()inthashCode()java.lang.StringtoString()-
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
getAppName, getAppVersion, getBusinessKey, getEntityId, getEventId, getEventType, getId, getMessageId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceNumber, getServiceFullName, getServiceName, getServiceType, getServiceVersion, getTimestamp, setAppName, setAppVersion, setBusinessKey, setEntityId, setEventId, setEventType, setId, setMessageId, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceNumber, setServiceFullName, setServiceName, setServiceType, setServiceVersion, setTimestamp
-
-
-
-
Method Detail
-
getIntegrationContext
public org.activiti.api.process.model.IntegrationContext getIntegrationContext()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuditEventEntity
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classAuditEventEntity
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAuditEventEntity
-
-