org.activiti.engine.impl.persistence.entity
类 HistoricFormPropertyEntity
java.lang.Object
org.activiti.engine.impl.persistence.entity.HistoricDetailEntity
org.activiti.engine.impl.persistence.entity.HistoricFormPropertyEntity
- 所有已实现的接口:
- Serializable, HistoricDetail, HistoricFormProperty, PersistentObject
public class HistoricFormPropertyEntity
- extends HistoricDetailEntity
- implements HistoricFormProperty
- 作者:
- Tom Baeyens
- 另请参见:
- 序列化表格
从类 org.activiti.engine.impl.persistence.entity.HistoricDetailEntity 继承的方法 |
delete, getActivityInstanceId, getExecutionId, getId, getPersistentState, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setExecutionId, setId, setProcessInstanceId, setTaskId, setTime |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyId
protected String propertyId
propertyValue
protected String propertyValue
HistoricFormPropertyEntity
public HistoricFormPropertyEntity()
HistoricFormPropertyEntity
public HistoricFormPropertyEntity(ExecutionEntity execution,
String propertyId,
String propertyValue)
HistoricFormPropertyEntity
public HistoricFormPropertyEntity(ExecutionEntity execution,
String propertyId,
String propertyValue,
String taskId)
getPropertyId
public String getPropertyId()
- 从接口
HistoricFormProperty
复制的描述
- the id or key of the property
- 指定者:
- 接口
HistoricFormProperty
中的 getPropertyId
setPropertyId
public void setPropertyId(String propertyId)
getPropertyValue
public String getPropertyValue()
- 从接口
HistoricFormProperty
复制的描述
- the submitted value
- 指定者:
- 接口
HistoricFormProperty
中的 getPropertyValue
setPropertyValue
public void setPropertyValue(String propertyValue)
Copyright © 2013 Alfresco. All rights reserved.