Class VariableUpdatedEventEntity
java.lang.Object
org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
org.activiti.cloud.services.audit.jpa.events.VariableAuditEventEntity
org.activiti.cloud.services.audit.jpa.events.VariableUpdatedEventEntity
@Entity(name="VariableUpdatedEvent")
public class VariableUpdatedEventEntity
extends VariableAuditEventEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVariableUpdatedEventEntity(org.activiti.cloud.api.model.shared.events.CloudVariableUpdatedEvent cloudEvent) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPreviousValue(VariableValue<?> previousValue) toString()Methods inherited from class org.activiti.cloud.services.audit.jpa.events.VariableAuditEventEntity
getTaskId, getVariableInstance, getVariableName, getVariableType, isEphemeralVariable, setTaskId, setVariableInstance, setVariableName, setVariableTypeMethods 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
-
VARIABLE_UPDATED_EVENT
- See Also:
-
-
Constructor Details
-
VariableUpdatedEventEntity
public VariableUpdatedEventEntity()
-
-
Method Details
-
getPreviousValue
-
setPreviousValue
-
toString
- Overrides:
toStringin classVariableAuditEventEntity
-