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
另请参见:
序列化表格

字段摘要
protected  String propertyId
           
protected  String propertyValue
           
 
从类 org.activiti.engine.impl.persistence.entity.HistoricDetailEntity 继承的字段
activityInstanceId, executionId, id, processInstanceId, taskId, time
 
构造方法摘要
HistoricFormPropertyEntity()
           
HistoricFormPropertyEntity(ExecutionEntity execution, String propertyId, String propertyValue)
           
HistoricFormPropertyEntity(ExecutionEntity execution, String propertyId, String propertyValue, String taskId)
           
 
方法摘要
 String getPropertyId()
          the id or key of the property
 String getPropertyValue()
          the submitted value
 void setPropertyId(String propertyId)
           
 void setPropertyValue(String propertyValue)
           
 
从类 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
 
从接口 org.activiti.engine.history.HistoricDetail 继承的方法
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
 

字段详细信息

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.