public abstract class AbstractSaveFormInstanceCmd extends Object implements Command<FormInstance>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected FormInfo |
formInfo |
protected String |
formModelId |
protected String |
outcome |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
taskId |
protected String |
tenantId |
protected Map<String,Object> |
variables |
| Constructor and Description |
|---|
AbstractSaveFormInstanceCmd(FormInfo formInfo,
Map<String,Object> variables,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
AbstractSaveFormInstanceCmd(FormInfo formInfo,
Map<String,Object> variables,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
AbstractSaveFormInstanceCmd(String formModelId,
Map<String,Object> variables,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
AbstractSaveFormInstanceCmd(String formModelId,
Map<String,Object> variables,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
| Modifier and Type | Method and Description |
|---|---|
FormInstance |
execute(CommandContext commandContext) |
protected abstract FormInstanceEntity |
findExistingFormInstance(FormEngineConfiguration formEngineConfiguration) |
protected String formModelId
protected FormInfo formInfo
protected String taskId
protected String processInstanceId
protected String processDefinitionId
protected String scopeId
protected String scopeType
protected String scopeDefinitionId
protected String tenantId
protected String outcome
public AbstractSaveFormInstanceCmd(FormInfo formInfo, Map<String,Object> variables, String taskId, String processInstanceId, String processDefinitionId, String tenantId, String outcome)
public AbstractSaveFormInstanceCmd(String formModelId, Map<String,Object> variables, String taskId, String processInstanceId, String processDefinitionId, String tenantId, String outcome)
public AbstractSaveFormInstanceCmd(String formModelId, Map<String,Object> variables, String taskId, String scopeId, String scopeType, String scopeDefinitionId, String tenantId, String outcome)
public FormInstance execute(CommandContext commandContext)
execute in interface Command<FormInstance>protected abstract FormInstanceEntity findExistingFormInstance(FormEngineConfiguration formEngineConfiguration)
Copyright © 2021 Flowable. All rights reserved.