public class DmnRuleServiceImpl extends ServiceImpl implements DmnRuleService
| Modifier and Type | Field and Description |
|---|---|
protected RuleEngineExecutor |
ruleEngineExecutor |
commandExecutor, engineConfig| Constructor and Description |
|---|
DmnRuleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
RuleEngineExecutionResult |
executeDecisionByKey(String decisionKey,
Map<String,Object> variables) |
RuleEngineExecutionResult |
executeDecisionByKeyAndParentDeploymentId(String decisionKey,
String parentDeploymentId,
Map<String,Object> variables) |
RuleEngineExecutionResult |
executeDecisionByKeyAndTenantId(String decisionKey,
Map<String,Object> variables,
String tenantId) |
RuleEngineExecutionResult |
executeDecisionByKeyParentDeploymentIdAndTenantId(String decisionKey,
String parentDeploymentId,
Map<String,Object> variables,
String tenantId) |
getCommandExecutor, setCommandExecutorprotected RuleEngineExecutor ruleEngineExecutor
public RuleEngineExecutionResult executeDecisionByKey(String decisionKey, Map<String,Object> variables)
executeDecisionByKey in interface DmnRuleServicepublic RuleEngineExecutionResult executeDecisionByKeyAndTenantId(String decisionKey, Map<String,Object> variables, String tenantId)
executeDecisionByKeyAndTenantId in interface DmnRuleServicepublic RuleEngineExecutionResult executeDecisionByKeyAndParentDeploymentId(String decisionKey, String parentDeploymentId, Map<String,Object> variables)
executeDecisionByKeyAndParentDeploymentId in interface DmnRuleServicepublic RuleEngineExecutionResult executeDecisionByKeyParentDeploymentIdAndTenantId(String decisionKey, String parentDeploymentId, Map<String,Object> variables, String tenantId)
executeDecisionByKeyParentDeploymentIdAndTenantId in interface DmnRuleServiceCopyright © 2017 Alfresco. All rights reserved.