public interface DmnRuleService
| Modifier and Type | Method and Description |
|---|---|
RuleEngineExecutionResult |
executeDecisionByKey(String decisionKey,
Map<String,Object> input)
Execute a decision identified by it's key.
|
RuleEngineExecutionResult |
executeDecisionByKeyAndParentDeploymentId(String decisionKey,
String parentDeploymentId,
Map<String,Object> input)
Execute a decision identified by it's key and parent deployment id.
|
RuleEngineExecutionResult |
executeDecisionByKeyAndTenantId(String decisionKey,
Map<String,Object> input,
String tenantId)
Execute a decision identified by it's key and tenant id.
|
RuleEngineExecutionResult |
executeDecisionByKeyParentDeploymentIdAndTenantId(String decisionKey,
String parentDeploymentId,
Map<String,Object> input,
String tenantId)
Execute a decision identified by it's key and parent deployment id.
|
RuleEngineExecutionResult executeDecisionByKey(String decisionKey, Map<String,Object> input)
decisionKey - the decision key, cannot be nullinput - map with input variablesRuleEngineExecutionResult for this executionRuleEngineExecutionResult executeDecisionByKeyAndTenantId(String decisionKey, Map<String,Object> input, String tenantId)
decisionKey - the decision key, cannot be nullinput - map with input variablestenantId - the tenant idRuleEngineExecutionResult for this executionRuleEngineExecutionResult executeDecisionByKeyAndParentDeploymentId(String decisionKey, String parentDeploymentId, Map<String,Object> input)
decisionKey - the decision key, cannot be nullparentDeploymentId - the parent deployment idinput - map with input variablesRuleEngineExecutionResult for this executionRuleEngineExecutionResult executeDecisionByKeyParentDeploymentIdAndTenantId(String decisionKey, String parentDeploymentId, Map<String,Object> input, String tenantId)
decisionKey - the decision key, cannot be nullparentDeploymentId - the parent deployment idinput - map with input variablestenantId - the tenant idRuleEngineExecutionResult for this executionCopyright © 2017 Alfresco. All rights reserved.