Class VariableCreatedEventEntity
- 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.VariableCreatedEventEntity
-
@Entity(name="VariableCreatedEvent") public class VariableCreatedEventEntity extends VariableAuditEventEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringVARIABLE_CREATED_EVENT
-
Constructor Summary
Constructors Constructor Description VariableCreatedEventEntity()VariableCreatedEventEntity(CloudVariableCreatedEvent cloudEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()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_CREATED_EVENT
protected static final String VARIABLE_CREATED_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VariableCreatedEventEntity
public VariableCreatedEventEntity()
-
VariableCreatedEventEntity
public VariableCreatedEventEntity(CloudVariableCreatedEvent cloudEvent)
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classVariableAuditEventEntity
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classVariableAuditEventEntity
-
toString
public String toString()
- Overrides:
toStringin classVariableAuditEventEntity
-
-