Class IntegrationResultReceivedEventEntity
- 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.IntegrationResultReceivedEventEntity
-
@Entity(name="IntegrationResultReceivedEvent") public class IntegrationResultReceivedEventEntity extends IntegrationEventEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringINTEGRATION_RESULT_RECEIVED_EVENT
-
Constructor Summary
Constructors Constructor Description IntegrationResultReceivedEventEntity(org.activiti.cloud.api.process.model.events.CloudIntegrationResultReceivedEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()-
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.IntegrationEventEntity
getIntegrationContext
-
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
-
-
-
-
Field Detail
-
INTEGRATION_RESULT_RECEIVED_EVENT
protected static final java.lang.String INTEGRATION_RESULT_RECEIVED_EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classIntegrationEventEntity
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classIntegrationEventEntity
-
toString
public java.lang.String toString()
- Overrides:
toStringin classIntegrationEventEntity
-
-