Package org.flowable.engine.history
Interface HistoricFormProperty
-
- All Superinterfaces:
HistoricData,HistoricDetail
- All Known Subinterfaces:
HistoricFormPropertyEntity
- All Known Implementing Classes:
HistoricFormPropertyEntityImpl
public interface HistoricFormProperty extends HistoricDetail
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 Modifier and Type Method Description StringgetPropertyId()the id or key of the propertyStringgetPropertyValue()the submitted value-
Methods inherited from interface org.flowable.engine.history.HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
-
-