org.camunda.bpm.engine.impl.history.event
Class HistoricFormPropertyEventEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.event.HistoryEvent
      extended by org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
          extended by org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
All Implemented Interfaces:
Serializable, DbEntity
Direct Known Subclasses:
HistoricFormPropertyEntity

public class HistoricFormPropertyEventEntity
extends HistoricDetailEventEntity

Author:
Daniel Meyer
See Also:
Serialized Form

Field Summary
protected  String propertyId
           
protected  String propertyValue
           
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
activityInstanceId, taskId, tenantId, timestamp
 
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, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processInstanceId, 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
HistoricFormPropertyEventEntity()
           
 
Method Summary
 String getPropertyId()
           
 Object getPropertyValue()
           
 Date getTime()
           
 void setPropertyId(String propertyId)
           
 void setPropertyValue(String propertyValue)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
delete, getActivityInstanceId, getTaskId, getTenantId, getTimestamp, setActivityInstanceId, setTaskId, setTenantId, setTimestamp
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceCounter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

propertyId

protected String propertyId

propertyValue

protected String propertyValue
Constructor Detail

HistoricFormPropertyEventEntity

public HistoricFormPropertyEventEntity()
Method Detail

getPropertyId

public String getPropertyId()

setPropertyId

public void setPropertyId(String propertyId)

getPropertyValue

public Object getPropertyValue()

setPropertyValue

public void setPropertyValue(String propertyValue)

getTime

public Date getTime()

toString

public String toString()
Overrides:
toString in class HistoricDetailEventEntity


Copyright © 2016 camunda services GmbH. All rights reserved.