org.camunda.bpm.engine.impl.persistence.entity
Class HistoricFormPropertyEntity

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
              extended by org.camunda.bpm.engine.impl.persistence.entity.HistoricFormPropertyEntity
All Implemented Interfaces:
Serializable, HistoricDetail, HistoricFormField, HistoricFormProperty, DbEntity

public class HistoricFormPropertyEntity
extends HistoricFormPropertyEventEntity
implements HistoricFormProperty, HistoricFormField

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
propertyId, propertyValue
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
activityInstanceId, taskId, 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, 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
HistoricFormPropertyEntity()
           
 
Method Summary
 String getFieldId()
          the id or key of the property
 Object getFieldValue()
          the submitted value
 String getPropertyValue()
          the submitted value
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
getPropertyId, getTime, setPropertyId, setPropertyValue, toString
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
delete, getActivityInstanceId, getTaskId, getTimestamp, setActivityInstanceId, setTaskId, 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, 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
 
Methods inherited from interface org.camunda.bpm.engine.history.HistoricFormProperty
getPropertyId
 
Methods inherited from interface org.camunda.bpm.engine.history.HistoricDetail
getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getTaskId, getTime
 

Constructor Detail

HistoricFormPropertyEntity

public HistoricFormPropertyEntity()
Method Detail

getPropertyValue

public String getPropertyValue()
Description copied from interface: HistoricFormProperty
the submitted value

Specified by:
getPropertyValue in interface HistoricFormProperty
Overrides:
getPropertyValue in class HistoricFormPropertyEventEntity

getFieldId

public String getFieldId()
Description copied from interface: HistoricFormField
the id or key of the property

Specified by:
getFieldId in interface HistoricFormField

getFieldValue

public Object getFieldValue()
Description copied from interface: HistoricFormField
the submitted value

Specified by:
getFieldValue in interface HistoricFormField


Copyright © 2015 camunda services GmbH. All rights reserved.