| Modifier and Type | Method and Description |
|---|---|
RuleEngineExecutionResult |
DmnRuleService.executeDecisionByKey(String decisionKey,
Map<String,Object> input)
Execute a decision identified by it's key.
|
RuleEngineExecutionResult |
DmnRuleService.executeDecisionByKeyAndParentDeploymentId(String decisionKey,
String parentDeploymentId,
Map<String,Object> input)
Execute a decision identified by it's key and parent deployment id.
|
RuleEngineExecutionResult |
DmnRuleService.executeDecisionByKeyAndTenantId(String decisionKey,
Map<String,Object> input,
String tenantId)
Execute a decision identified by it's key and tenant id.
|
RuleEngineExecutionResult |
DmnRuleService.executeDecisionByKeyParentDeploymentIdAndTenantId(String decisionKey,
String parentDeploymentId,
Map<String,Object> input,
String tenantId)
Execute a decision identified by it's key and parent deployment id.
|
Copyright © 2017 Alfresco. All rights reserved.