| Modifier and Type | Method and Description |
|---|---|
FormInstance |
FormService.createFormInstance(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome)
Store the submitted form values.
|
FormInstance |
FormService.createFormInstanceWithScopeId(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormService.saveFormInstance(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormService.saveFormInstanceByFormDefinitionId(Map<String,Object> variables,
String formDefinitionId,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormService.saveFormInstanceWithScopeId(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormService.saveFormInstanceWithScopeId(Map<String,Object> variables,
String formDefinitionId,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
| Modifier and Type | Method and Description |
|---|---|
FormInstance |
FormServiceImpl.createFormInstance(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormServiceImpl.createFormInstanceWithScopeId(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormServiceImpl.saveFormInstance(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormServiceImpl.saveFormInstanceByFormDefinitionId(Map<String,Object> variables,
String formDefinitionId,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormServiceImpl.saveFormInstanceWithScopeId(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormServiceImpl.saveFormInstanceWithScopeId(Map<String,Object> variables,
String formModelId,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
| Modifier and Type | Method and Description |
|---|---|
List<FormInstance> |
FormInstanceQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
FormInstance |
AbstractSaveFormInstanceCmd.execute(CommandContext commandContext) |
protected FormInstance |
AbstractGetFormInstanceModelCmd.resolveFormInstance(CommandContext commandContext) |
protected FormInstance |
GetFormModelWithVariablesCmd.resolveFormInstance(FormDefinitionCacheEntry formCacheEntry,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GetFormModelWithVariablesCmd.fillFormFieldValues(FormInstance formInstance,
FormInfo formInfo,
CommandContext commandContext) |
protected void |
AbstractGetFormInstanceModelCmd.fillFormFieldValues(FormInstance formInstance,
FormInstanceInfo formInstanceModel,
CommandContext commandContext) |
protected void |
AbstractGetFormInstanceModelCmd.fillFormInstanceValues(FormInstanceInfo formInstanceModel,
FormInstance formInstance,
Map<String,com.fasterxml.jackson.databind.JsonNode> formInstanceFieldMap,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
protected void |
GetFormModelWithVariablesCmd.fillFormInstanceValues(FormInstance formInstance,
Map<String,com.fasterxml.jackson.databind.JsonNode> formInstanceFieldMap,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
protected FormInstanceInfo |
AbstractGetFormInstanceModelCmd.resolveFormInstanceModel(FormDefinitionCacheEntry formCacheEntry,
FormInstance formInstance,
CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormInstanceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
FormInstanceEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<FormInstance> |
FormInstanceEntityManagerImpl.findFormInstancesByQueryCriteria(FormInstanceQueryImpl formInstanceQuery) |
List<FormInstance> |
FormInstanceEntityManager.findFormInstancesByQueryCriteria(FormInstanceQueryImpl formInstanceQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<FormInstance> |
FormInstanceDataManager.findFormInstancesByQueryCriteria(FormInstanceQueryImpl submittedFormQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<FormInstance> |
MybatisFormInstanceDataManager.findFormInstancesByQueryCriteria(FormInstanceQueryImpl formInstanceQuery) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormRestApiInterceptor.accessFormInstanceById(FormInstance formInstance) |
FormInstanceResponse |
FormRestResponseFactory.createFormInstanceResponse(FormInstance formInstance) |
FormInstanceResponse |
FormRestResponseFactory.createFormInstanceResponse(FormInstance formInstance,
FormRestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<FormInstanceResponse> |
FormRestResponseFactory.createFormInstanceResponse(List<FormInstance> formInstances) |
| Constructor and Description |
|---|
FormInstanceResponse(FormInstance formInstance) |
Copyright © 2023 Flowable. All rights reserved.