Package org.camunda.bpm.engine.history
Interface HistoricFormProperty
-
- All Superinterfaces:
HistoricDetail
- All Known Implementing Classes:
HistoricFormPropertyEntity
@Deprecated public interface HistoricFormProperty extends HistoricDetail
Deprecated.A single field that was submitted in either a start form or a task form. This is the audit information that can be used to trace who supplied which input for which tasks at what time.- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getPropertyId()
Deprecated.the id or key of the propertyString
getPropertyValue()
Deprecated.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
-
-