@Manager public class DefaultDmnManager extends Object implements DmnManager
Constructor and Description |
---|
DefaultDmnManager(org.flowable.engine.ProcessEngine processEngine,
AnyWorkObjectService anyWorkObjectService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
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.
|
public DefaultDmnManager(org.flowable.engine.ProcessEngine processEngine, AnyWorkObjectService anyWorkObjectService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public com.fasterxml.jackson.databind.JsonNode getHistoricDecisionExecutionAuditJson(String processId, String decisionExecutionId)
DmnManager
Gets the historic decision execution.
getHistoricDecisionExecutionAuditJson
in interface DmnManager
processId
- the ID of the process in OnedecisionExecutionId
- the ID of the historic decision executionpublic com.fasterxml.jackson.databind.JsonNode getDecisionTableJson(String processId, String decisionExecutionId)
DmnManager
Gets the Decision Table Model JSON.
getDecisionTableJson
in interface DmnManager
processId
- the ID of the process in OnedecisionExecutionId
- the ID of the historic decision executionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.