public class ExecuteDecisionCmd extends Object implements Command<RuleEngineExecutionResult>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
decisionKey |
protected String |
parentDeploymentId |
protected String |
tenantId |
protected Map<String,Object> |
variables |
| Constructor and Description |
|---|
ExecuteDecisionCmd(String decisionKey,
Map<String,Object> variables) |
ExecuteDecisionCmd(String decisionKey,
String parentDeploymentId,
Map<String,Object> variables) |
ExecuteDecisionCmd(String decisionKey,
String parentDeploymentId,
Map<String,Object> variables,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
RuleEngineExecutionResult |
execute(CommandContext commandContext) |
protected String decisionKey
protected String parentDeploymentId
protected String tenantId
public ExecuteDecisionCmd(String decisionKey, String parentDeploymentId, Map<String,Object> variables)
public RuleEngineExecutionResult execute(CommandContext commandContext)
execute in interface Command<RuleEngineExecutionResult>Copyright © 2017 Alfresco. All rights reserved.