public class HistoricFormPropertyEntity extends HistoricDetailEntity implements HistoricFormProperty
| Modifier and Type | Field and Description |
|---|---|
protected String |
propertyId |
protected String |
propertyValue |
activityInstanceId, detailType, executionId, id, processInstanceId, taskId, time| Constructor and Description |
|---|
HistoricFormPropertyEntity() |
HistoricFormPropertyEntity(ExecutionEntity execution,
String propertyId,
String propertyValue) |
HistoricFormPropertyEntity(ExecutionEntity execution,
String propertyId,
String propertyValue,
String taskId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyId()
the id or key of the property
|
String |
getPropertyValue()
the submitted value
|
void |
setPropertyId(String propertyId) |
void |
setPropertyValue(String propertyValue) |
delete, getActivityInstanceId, getDetailType, getExecutionId, getId, getPersistentState, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setId, setProcessInstanceId, setTaskId, setTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTimepublic HistoricFormPropertyEntity()
public HistoricFormPropertyEntity(ExecutionEntity execution, String propertyId, String propertyValue)
public HistoricFormPropertyEntity(ExecutionEntity execution, String propertyId, String propertyValue, String taskId)
public String getPropertyId()
HistoricFormPropertygetPropertyId in interface HistoricFormPropertypublic void setPropertyId(String propertyId)
public String getPropertyValue()
HistoricFormPropertygetPropertyValue in interface HistoricFormPropertypublic void setPropertyValue(String propertyValue)
Copyright © 2016 Alfresco. All rights reserved.