Class MessageAuditEventEntity
java.lang.Object
org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
org.activiti.cloud.services.audit.jpa.events.MessageAuditEventEntity
- Direct Known Subclasses:
MessageReceivedAuditEventEntity,MessageSentAuditEventEntity,MessageWaitingAuditEventEntity
-
Constructor Summary
ConstructorsConstructorDescriptionMessageAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudBPMNMessageEvent cloudEvent) -
Method Summary
Modifier and TypeMethodDescriptionorg.activiti.api.process.model.BPMNMessagevoidsetMessage(org.activiti.api.process.model.BPMNMessage message) toString()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
-
Constructor Details
-
MessageAuditEventEntity
public MessageAuditEventEntity() -
MessageAuditEventEntity
public MessageAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudBPMNMessageEvent cloudEvent)
-
-
Method Details
-
getMessage
public org.activiti.api.process.model.BPMNMessage getMessage() -
setMessage
public void setMessage(org.activiti.api.process.model.BPMNMessage message) -
toString
- Overrides:
toStringin classAuditEventEntity
-