Class MessageSubscriptionCancelledAuditEventEntity
java.lang.Object
org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
org.activiti.cloud.services.audit.jpa.events.MessageSubscriptionCancelledAuditEventEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessageSubscriptionCancelledAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudMessageSubscriptionCancelledEvent cloudEvent) -
Method Summary
Modifier and TypeMethodDescriptionorg.activiti.api.process.model.MessageSubscriptionvoidsetMessageSubscription(org.activiti.api.process.model.MessageSubscription messageSubscription) 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, toString
-
Field Details
-
MESSAGE_SUBSCRIPTION_CANCELLED_EVENT
- See Also:
-
-
Constructor Details
-
MessageSubscriptionCancelledAuditEventEntity
public MessageSubscriptionCancelledAuditEventEntity() -
MessageSubscriptionCancelledAuditEventEntity
public MessageSubscriptionCancelledAuditEventEntity(org.activiti.cloud.api.process.model.events.CloudMessageSubscriptionCancelledEvent cloudEvent)
-
-
Method Details
-
getMessageSubscription
public org.activiti.api.process.model.MessageSubscription getMessageSubscription() -
setMessageSubscription
public void setMessageSubscription(org.activiti.api.process.model.MessageSubscription messageSubscription)
-