Package org.camunda.bpm.engine.history
Interface HistoricFormField
-
- All Superinterfaces:
HistoricDetail
- All Known Implementing Classes:
HistoricFormPropertyEntity
public interface HistoricFormField extends HistoricDetail
Historic form fields
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFieldId()
the id or key of the propertyObject
getFieldValue()
the submitted value-
Methods inherited from interface org.camunda.bpm.engine.history.HistoricDetail
getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRemovalTime, getRootProcessInstanceId, getTaskId, getTenantId, getTime, getUserOperationId
-
-