Class MessageSubscriptionCancelledAuditEventEntity
- java.lang.Object
-
- org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
-
- org.activiti.cloud.services.audit.jpa.events.MessageSubscriptionCancelledAuditEventEntity
-
@Entity public class MessageSubscriptionCancelledAuditEventEntity extends AuditEventEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringMESSAGE_SUBSCRIPTION_CANCELLED_EVENT
-
Constructor Summary
Constructors Constructor Description MessageSubscriptionCancelledAuditEventEntity()MessageSubscriptionCancelledAuditEventEntity(CloudMessageSubscriptionCancelledEvent cloudEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.activiti.api.process.model.MessageSubscriptiongetMessageSubscription()voidsetMessageSubscription(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 Detail
-
MESSAGE_SUBSCRIPTION_CANCELLED_EVENT
protected static final String MESSAGE_SUBSCRIPTION_CANCELLED_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageSubscriptionCancelledAuditEventEntity
public MessageSubscriptionCancelledAuditEventEntity()
-
MessageSubscriptionCancelledAuditEventEntity
public MessageSubscriptionCancelledAuditEventEntity(CloudMessageSubscriptionCancelledEvent cloudEvent)
-
-