Class HistoricFormPropertyEntity
java.lang.Object
org.operaton.bpm.engine.impl.history.event.HistoryEvent
org.operaton.bpm.engine.impl.history.event.HistoricDetailEventEntity
org.operaton.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
org.operaton.bpm.engine.impl.persistence.entity.HistoricFormPropertyEntity
- All Implemented Interfaces:
Serializable,HistoricDetail,HistoricFormField,HistoricFormProperty,DbEntity,HistoricEntity
public class HistoricFormPropertyEntity
extends HistoricFormPropertyEventEntity
implements HistoricFormProperty, HistoricFormField
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Fields inherited from class org.operaton.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
propertyId, propertyValueFields inherited from class org.operaton.bpm.engine.impl.history.event.HistoricDetailEventEntity
activityInstanceId, taskId, tenantId, timestamp, userOperationIdFields inherited from class org.operaton.bpm.engine.impl.history.event.HistoryEvent
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, caseDefinitionId, caseDefinitionKey, caseDefinitionName, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processDefinitionName, processDefinitionVersion, processInstanceId, removalTime, rootProcessInstanceId, sequenceCounter, TASK_EVENT_TYPE_COMPLETE, TASK_EVENT_TYPE_CREATE, TASK_EVENT_TYPE_DELETE, TASK_EVENT_TYPE_UPDATE, VARIABLE_EVENT_TYPE_CREATE, VARIABLE_EVENT_TYPE_DELETE, VARIABLE_EVENT_TYPE_UPDATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthe id or key of the propertythe submitted valuethe submitted valueMethods inherited from class org.operaton.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
getPropertyId, getTime, setPropertyId, setPropertyValue, toStringMethods inherited from class org.operaton.bpm.engine.impl.history.event.HistoricDetailEventEntity
delete, getActivityInstanceId, getRootProcessInstanceId, getTaskId, getTenantId, getTimestamp, getUserOperationId, setActivityInstanceId, setRootProcessInstanceId, setTaskId, setTenantId, setTimestamp, setUserOperationIdMethods inherited from class org.operaton.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getProcessInstanceId, getRemovalTime, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setProcessInstanceId, setRemovalTime, setSequenceCounterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.operaton.bpm.engine.history.HistoricDetail
getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRemovalTime, getRootProcessInstanceId, getTaskId, getTenantId, getTime, getUserOperationIdMethods inherited from interface org.operaton.bpm.engine.history.HistoricFormProperty
getPropertyId
-
Constructor Details
-
HistoricFormPropertyEntity
public HistoricFormPropertyEntity()
-
-
Method Details
-
getPropertyValue
Description copied from interface:HistoricFormPropertythe submitted value- Specified by:
getPropertyValuein interfaceHistoricFormProperty- Overrides:
getPropertyValuein classHistoricFormPropertyEventEntity
-
getFieldId
Description copied from interface:HistoricFormFieldthe id or key of the property- Specified by:
getFieldIdin interfaceHistoricFormField
-
getFieldValue
Description copied from interface:HistoricFormFieldthe submitted value- Specified by:
getFieldValuein interfaceHistoricFormField
-