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, setTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
public HistoricFormPropertyEntity()
public HistoricFormPropertyEntity(ExecutionEntity execution, String propertyId, String propertyValue)
public HistoricFormPropertyEntity(ExecutionEntity execution, String propertyId, String propertyValue, String taskId)
public String getPropertyId()
HistoricFormProperty
getPropertyId
in interface HistoricFormProperty
public void setPropertyId(String propertyId)
public String getPropertyValue()
HistoricFormProperty
getPropertyValue
in interface HistoricFormProperty
public void setPropertyValue(String propertyValue)
Copyright © 2016 Alfresco. All rights reserved.