Interface HistoricFormPropertyEntity
-
- All Superinterfaces:
Entity,HistoricData,HistoricDetail,HistoricDetailEntity,HistoricFormProperty
- All Known Implementing Classes:
HistoricFormPropertyEntityImpl
public interface HistoricFormPropertyEntity extends HistoricDetailEntity, HistoricFormProperty
- Author:
- Tom Baeyens, Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPropertyId()the id or key of the propertyStringgetPropertyValue()the submitted valuevoidsetPropertyId(String propertyId)voidsetPropertyValue(String propertyValue)-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.engine.history.HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
-
Methods inherited from interface org.flowable.engine.impl.persistence.entity.HistoricDetailEntity
getDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
-
-
-
-
Method Detail
-
getPropertyId
String getPropertyId()
Description copied from interface:HistoricFormPropertythe id or key of the property- Specified by:
getPropertyIdin interfaceHistoricFormProperty
-
setPropertyId
void setPropertyId(String propertyId)
-
getPropertyValue
String getPropertyValue()
Description copied from interface:HistoricFormPropertythe submitted value- Specified by:
getPropertyValuein interfaceHistoricFormProperty
-
setPropertyValue
void setPropertyValue(String propertyValue)
-
-