Class MessageWaitingAuditEventEntity
java.lang.Object
org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
org.activiti.cloud.services.audit.jpa.events.MessageAuditEventEntity
org.activiti.cloud.services.audit.jpa.events.MessageWaitingAuditEventEntity
@Entity(name="MessageWaitingEvent")
public class MessageWaitingAuditEventEntity
extends MessageAuditEventEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessageWaitingAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudBPMNMessageWaitingEvent cloudEvent) -
Method Summary
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.MessageAuditEventEntity
getMessage, setMessageMethods 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
-
MESSAGE_WAITING_EVENT
- See Also:
-
-
Constructor Details
-
MessageWaitingAuditEventEntity
public MessageWaitingAuditEventEntity() -
MessageWaitingAuditEventEntity
public MessageWaitingAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudBPMNMessageWaitingEvent cloudEvent)
-
-
Method Details
-
toString
- Overrides:
toStringin classMessageAuditEventEntity
-