public class GetCaseVariableInstancesCmd extends Object implements Command<Map<String,VariableInstance>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseInstanceId |
| Constructor and Description |
|---|
GetCaseVariableInstancesCmd(String caseInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,VariableInstance> |
execute(CommandContext commandContext) |
protected String caseInstanceId
public GetCaseVariableInstancesCmd(String caseInstanceId)
public Map<String,VariableInstance> execute(CommandContext commandContext)
execute in interface Command<Map<String,VariableInstance>>Copyright © 2023 Flowable. All rights reserved.