org.activiti.engine.history
接口 HistoricFormProperty

所有超级接口:
HistoricDetail
所有已知实现类:
HistoricFormPropertyEntity

public interface HistoricFormProperty
extends HistoricDetail

A single field that was submitted in either a start form or a task form. This is the audit information that can be used to trace who supplied which input for which tasks at what time.

作者:
Tom Baeyens

方法摘要
 String getPropertyId()
          the id or key of the property
 String getPropertyValue()
          the submitted value
 
从接口 org.activiti.engine.history.HistoricDetail 继承的方法
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
 

方法详细信息

getPropertyId

String getPropertyId()
the id or key of the property


getPropertyValue

String getPropertyValue()
the submitted value



Copyright © 2013 Alfresco. All rights reserved.