org.camunda.bpm.engine.history
Interface HistoricFormField

All Superinterfaces:
HistoricDetail
All Known Implementing Classes:
HistoricFormPropertyEntity

public interface HistoricFormField
extends HistoricDetail

Historic form fields

Author:
Daniel Meyer

Method Summary
 String getFieldId()
          the id or key of the property
 Object getFieldValue()
          the submitted value
 
Methods inherited from interface org.camunda.bpm.engine.history.HistoricDetail
getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getTaskId, getTenantId, getTime
 

Method Detail

getFieldId

String getFieldId()
the id or key of the property


getFieldValue

Object getFieldValue()
the submitted value



Copyright © 2016 camunda services GmbH. All rights reserved.