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 Modifier and Type Field Description protected static StringVARIABLE_UPDATED_EVENT
-
Constructor Summary
Constructors Constructor Description VariableUpdatedEventEntity()VariableUpdatedEventEntity(CloudVariableUpdatedEvent cloudEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableValue<?>getPreviousValue()voidsetPreviousValue(VariableValue<?> previousValue)StringtoString()-
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.VariableAuditEventEntity
getTaskId, getVariableInstance, getVariableName, getVariableType, setTaskId, setVariableInstance, setVariableName, setVariableType
-
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
-
-
-
-
Field Detail
-
VARIABLE_UPDATED_EVENT
protected static final String VARIABLE_UPDATED_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VariableUpdatedEventEntity
public VariableUpdatedEventEntity()
-
VariableUpdatedEventEntity
public VariableUpdatedEventEntity(CloudVariableUpdatedEvent cloudEvent)
-
-
Method Detail
-
getPreviousValue
public VariableValue<?> getPreviousValue()
-
setPreviousValue
public void setPreviousValue(VariableValue<?> previousValue)
-
toString
public String toString()
- Overrides:
toStringin classVariableAuditEventEntity
-
-