public interface FormInstance
| Modifier and Type | Method and Description |
|---|---|
String |
getFormDefinitionId()
Reference to the form definition of this form instance
|
byte[] |
getFormValueBytes()
The JSON document that contains the submitted form values
|
String |
getFormValuesId()
Reference to the JSON document id that contains the submitted form values
|
String |
getId()
unique identifier
|
String |
getProcessDefinitionId()
Reference to the process definition for which the form instance was created
|
String |
getProcessInstanceId()
Reference to the process instance for which the form instance was created
|
String |
getScopeDefinitionId()
Reference to the scope instance definition for which the form instance was created
|
String |
getScopeId()
Reference to the scope instance for which the form instance was created
|
String |
getScopeType()
Type of the scope instance for which the form instance was created
|
String |
getSubmittedBy()
Reference to the user that submitted the form instance
|
Date |
getSubmittedDate()
Submitted date for the form instance
|
String |
getTaskId()
Reference to the task for which the form instance was created
|
String |
getTenantId()
The tenant identifier of this form instance
|
String getId()
String getFormDefinitionId()
String getTaskId()
String getProcessInstanceId()
String getProcessDefinitionId()
String getScopeId()
String getScopeType()
String getScopeDefinitionId()
Date getSubmittedDate()
String getSubmittedBy()
String getFormValuesId()
String getTenantId()
byte[] getFormValueBytes()
Copyright © 2018 Flowable. All rights reserved.