public interface DmnManager
Exposes API for various DMN actions.
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
getDecisionTableJson(String processId,
String decisionExecutionId)
Gets the Decision Table Model JSON.
|
com.fasterxml.jackson.databind.JsonNode |
getHistoricDecisionExecutionAuditJson(String processId,
String decisionExecutionId)
Gets the historic decision execution.
|
com.fasterxml.jackson.databind.JsonNode getHistoricDecisionExecutionAuditJson(String processId, String decisionExecutionId)
Gets the historic decision execution.
processId
- the ID of the process in OnedecisionExecutionId
- the ID of the historic decision executioncom.fasterxml.jackson.databind.JsonNode getDecisionTableJson(String processId, String decisionExecutionId)
Gets the Decision Table Model JSON.
processId
- the ID of the process in OnedecisionExecutionId
- the ID of the historic decision executionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.