@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)
DmnManagerGets the historic decision execution.
getHistoricDecisionExecutionAuditJson in interface DmnManagerprocessId - the ID of the process in OnedecisionExecutionId - the ID of the historic decision executionpublic com.fasterxml.jackson.databind.JsonNode getDecisionTableJson(String processId, String decisionExecutionId)
DmnManagerGets the Decision Table Model JSON.
getDecisionTableJson in interface DmnManagerprocessId - the ID of the process in OnedecisionExecutionId - the ID of the historic decision executionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.