| Modifier and Type | Method and Description |
|---|---|
RuleEngineExecutionResult |
DmnRuleService.executeDecisionByKey(String decisionKey,
Map<String,Object> processVariables) |
RuleEngineExecutionResult |
DmnRuleService.executeDecisionByKeyAndParentDeploymentId(String decisionKey,
String parentDeploymentId,
Map<String,Object> variables) |
RuleEngineExecutionResult |
DmnRuleService.executeDecisionByKeyAndTenantId(String decisionKey,
Map<String,Object> processVariables,
String tenantId) |
RuleEngineExecutionResult |
DmnRuleService.executeDecisionByKeyParentDeploymentIdAndTenantId(String decisionKey,
String parentDeploymentId,
Map<String,Object> variables,
String tenantId) |
Copyright © 2016 Alfresco. All rights reserved.