Class VariableDeletedEventEntity
- 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.VariableDeletedEventEntity
-
@Entity(name="VariableDeletedEvent") public class VariableDeletedEventEntity extends VariableAuditEventEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringVARIABLE_DELETED_EVENT
-
Constructor Summary
Constructors Constructor Description VariableDeletedEventEntity()VariableDeletedEventEntity(org.activiti.cloud.api.model.shared.events.CloudVariableDeletedEvent cloudEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.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
getAppName, getAppVersion, getBusinessKey, getEntityId, getEventId, getEventType, getId, getMessageId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceNumber, getServiceFullName, getServiceName, getServiceType, getServiceVersion, getTimestamp, setAppName, setAppVersion, setBusinessKey, setEntityId, setEventId, setEventType, setId, setMessageId, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceNumber, setServiceFullName, setServiceName, setServiceType, setServiceVersion, setTimestamp
-
-
-
-
Field Detail
-
VARIABLE_DELETED_EVENT
protected static final java.lang.String VARIABLE_DELETED_EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classVariableAuditEventEntity
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classVariableAuditEventEntity
-
toString
public java.lang.String toString()
- Overrides:
toStringin classVariableAuditEventEntity
-
-