Class HistoricFormPropertyEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineNoRevisionEntity
org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
org.flowable.engine.impl.persistence.entity.HistoricFormPropertyEntityImpl
- All Implemented Interfaces:
Serializable
,HistoricData
,Entity
,HistoricDetail
,HistoricFormProperty
,HistoricDetailEntity
,HistoricFormPropertyEntity
public class HistoricFormPropertyEntityImpl
extends HistoricDetailEntityImpl
implements HistoricFormPropertyEntity
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
activityInstanceId, detailType, executionId, processInstanceId, taskId, time
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthe id or key of the propertythe submitted valuevoid
setPropertyId
(String propertyId) void
setPropertyValue
(String propertyValue) Methods inherited from class org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
getActivityInstanceId, getDetailType, getExecutionId, getPersistentState, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
Methods inherited from class org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineNoRevisionEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Field Details
-
propertyId
-
propertyValue
-
-
Constructor Details
-
HistoricFormPropertyEntityImpl
public HistoricFormPropertyEntityImpl()
-
-
Method Details
-
getPropertyId
Description copied from interface:HistoricFormProperty
the id or key of the property- Specified by:
getPropertyId
in interfaceHistoricFormProperty
- Specified by:
getPropertyId
in interfaceHistoricFormPropertyEntity
-
setPropertyId
- Specified by:
setPropertyId
in interfaceHistoricFormPropertyEntity
-
getPropertyValue
Description copied from interface:HistoricFormProperty
the submitted value- Specified by:
getPropertyValue
in interfaceHistoricFormProperty
- Specified by:
getPropertyValue
in interfaceHistoricFormPropertyEntity
-
setPropertyValue
- Specified by:
setPropertyValue
in interfaceHistoricFormPropertyEntity
-