Class IntegrationRequestSentEventEntity
- 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.IntegrationRequestSentEventEntity
-
@Entity(name="IntegrationRequestSentEvent") public class IntegrationRequestSentEventEntity extends IntegrationEventEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringINTEGRATION_REQUEST_SENT_EVENT
-
Constructor Summary
Constructors Constructor Description IntegrationRequestSentEventEntity(CloudIntegrationRequestedEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
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 Detail
-
INTEGRATION_REQUEST_SENT_EVENT
protected static final String INTEGRATION_REQUEST_SENT_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IntegrationRequestSentEventEntity
public IntegrationRequestSentEventEntity(CloudIntegrationRequestedEvent event)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classIntegrationEventEntity
-
-