| Package | Description |
|---|---|
| org.flowable.form.api | |
| org.flowable.form.engine.impl | |
| org.flowable.form.engine.impl.cmd | |
| org.flowable.form.rest | |
| org.flowable.form.rest.service.api.form |
| Modifier and Type | Method and Description |
|---|---|
FormInstanceInfo |
FormService.getFormInstanceModelById(String formInstanceId,
Map<String,Object> variables) |
FormInstanceInfo |
FormService.getFormInstanceModelById(String formDefinitionId,
String taskId,
String processInstanceId,
Map<String,Object> variables) |
FormInstanceInfo |
FormService.getFormInstanceModelById(String formDefinitionId,
String taskId,
String processInstanceId,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInstanceInfo |
FormService.getFormInstanceModelByKey(String formDefinitionKey,
String taskId,
String processInstanceId,
Map<String,Object> variables) |
FormInstanceInfo |
FormService.getFormInstanceModelByKey(String formDefinitionKey,
String taskId,
String processInstanceId,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInstanceInfo |
FormService.getFormInstanceModelByKeyAndParentDeploymentId(String formDefinitionKey,
String parentDeploymentId,
String taskId,
String processInstanceId,
Map<String,Object> variables) |
FormInstanceInfo |
FormService.getFormInstanceModelByKeyAndParentDeploymentId(String formDefinitionKey,
String parentDeploymentId,
String taskId,
String processInstanceId,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInstanceInfo |
FormService.getFormInstanceModelByKeyAndParentDeploymentIdAndScopeId(String formDefinitionKey,
String parentDeploymentId,
String scopeId,
String scopeType,
Map<String,Object> variables) |
FormInstanceInfo |
FormService.getFormInstanceModelByKeyAndParentDeploymentIdAndScopeId(String formDefinitionKey,
String parentDeploymentId,
String scopeId,
String scopeType,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInstanceInfo |
FormService.getFormInstanceModelByKeyAndScopeId(String formDefinitionKey,
String scopeId,
String scopeType,
Map<String,Object> variables) |
FormInstanceInfo |
FormService.getFormInstanceModelByKeyAndScopeId(String formDefinitionKey,
String scopeId,
String scopeType,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
| Modifier and Type | Method and Description |
|---|---|
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelById(String formInstanceId,
Map<String,Object> variables) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelById(String formDefinitionId,
String taskId,
String processInstanceId,
Map<String,Object> variables) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelById(String formDefinitionId,
String taskId,
String processInstanceId,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelByKey(String formDefinitionKey,
String taskId,
String processInstanceId,
Map<String,Object> variables) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelByKey(String formDefinitionKey,
String taskId,
String processInstanceId,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelByKeyAndParentDeploymentId(String formDefinitionKey,
String parentDeploymentId,
String taskId,
String processInstanceId,
Map<String,Object> variables) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelByKeyAndParentDeploymentId(String formDefinitionKey,
String parentDeploymentId,
String taskId,
String processInstanceId,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelByKeyAndParentDeploymentIdAndScopeId(String formDefinitionKey,
String parentDeploymentId,
String scopeId,
String scopeType,
Map<String,Object> variables) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelByKeyAndParentDeploymentIdAndScopeId(String formDefinitionKey,
String parentDeploymentId,
String scopeId,
String scopeType,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelByKeyAndScopeId(String formDefinitionKey,
String scopeId,
String scopeType,
Map<String,Object> variables) |
FormInstanceInfo |
FormServiceImpl.getFormInstanceModelByKeyAndScopeId(String formDefinitionKey,
String scopeId,
String scopeType,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
| Modifier and Type | Method and Description |
|---|---|
FormInstanceInfo |
AbstractGetFormInstanceModelCmd.execute(CommandContext commandContext) |
protected FormInstanceInfo |
AbstractGetFormInstanceModelCmd.resolveFormInstanceModel(FormDefinitionCacheEntry formCacheEntry,
FormInstance formInstance,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
FormInstanceModelResponse |
FormRestResponseFactory.createFormInstanceModelResponse(FormInstanceInfo formInstanceModel) |
FormInstanceModelResponse |
FormRestResponseFactory.createFormInstanceModelResponse(FormInstanceInfo formInstanceModel,
FormRestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<FormInstanceModelResponse> |
FormRestResponseFactory.createFormInstanceModelResponse(List<FormInstanceInfo> formInstanceModels) |
| Constructor and Description |
|---|
FormInstanceModelResponse(FormInstanceInfo formInstanceModel) |
Copyright © 2023 Flowable. All rights reserved.