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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIntegrationResultReceivedEventEntity(org.activiti.cloud.api.process.model.events.CloudIntegrationResultReceivedEvent event) -
Method Summary
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_RESULT_RECEIVED_EVENT
- See Also:
-
-
Constructor Details
-
IntegrationResultReceivedEventEntity
protected IntegrationResultReceivedEventEntity() -
IntegrationResultReceivedEventEntity
public IntegrationResultReceivedEventEntity(org.activiti.cloud.api.process.model.events.CloudIntegrationResultReceivedEvent event)
-
-
Method Details
-
toString
- Overrides:
toStringin classIntegrationEventEntity
-