Class HistoricFormPropertyEventEntity
- java.lang.Object
-
- org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
-
- org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
-
- All Implemented Interfaces:
java.io.Serializable
,DbEntity
,HistoricEntity
- Direct Known Subclasses:
HistoricFormPropertyEntity
public class HistoricFormPropertyEventEntity extends HistoricDetailEventEntity
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
propertyId
protected java.lang.String
propertyValue
-
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
activityInstanceId, taskId, tenantId, timestamp, userOperationId
-
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, caseDefinitionId, caseDefinitionKey, caseDefinitionName, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processDefinitionName, processDefinitionVersion, processInstanceId, removalTime, rootProcessInstanceId, sequenceCounter, TASK_EVENT_TYPE_COMPLETE, TASK_EVENT_TYPE_CREATE, TASK_EVENT_TYPE_DELETE, TASK_EVENT_TYPE_UPDATE, VARIABLE_EVENT_TYPE_CREATE, VARIABLE_EVENT_TYPE_DELETE, VARIABLE_EVENT_TYPE_UPDATE
-
-
Constructor Summary
Constructors Constructor Description HistoricFormPropertyEventEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPropertyId()
java.lang.Object
getPropertyValue()
java.util.Date
getTime()
void
setPropertyId(java.lang.String propertyId)
void
setPropertyValue(java.lang.String propertyValue)
java.lang.String
toString()
-
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
delete, getActivityInstanceId, getRootProcessInstanceId, getTaskId, getTenantId, getTimestamp, getUserOperationId, setActivityInstanceId, setRootProcessInstanceId, setTaskId, setTenantId, setTimestamp, setUserOperationId
-
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getProcessInstanceId, getRemovalTime, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setProcessInstanceId, setRemovalTime, setSequenceCounter
-
-
-
-
Method Detail
-
getPropertyId
public java.lang.String getPropertyId()
-
setPropertyId
public void setPropertyId(java.lang.String propertyId)
-
getPropertyValue
public java.lang.Object getPropertyValue()
-
setPropertyValue
public void setPropertyValue(java.lang.String propertyValue)
-
getTime
public java.util.Date getTime()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classHistoricDetailEventEntity
-
-