All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addDecisionResultObject(Map<String,Object> decisionResultObject) |
void |
addDecisionResultType(String decisionResultId,
String decisionResultType) |
void |
addInputEntry(int ruleNumber,
String inputEntryId,
Boolean executionResult) |
void |
addInputEntry(int ruleNumber,
String inputEntryId,
String exceptionMessage,
Boolean executionResult) |
void |
addOutputEntry(int ruleNumber,
String outputEntryId,
Object executionResult) |
void |
addOutputEntry(int ruleNumber,
String outputEntryId,
String exceptionMessage,
Object executionResult) |
void |
addRuleEntry(DecisionRule rule) |
protected Map<String,Object> |
createDefensiveCopyInputVariables(Map<String,Object> inputVariables) |
String |
getDecisionKey() |
String |
getDecisionName() |
List<Map<String,Object>> |
getDecisionResult() |
Map<String,String> |
getDecisionResultTypes() |
String |
getDmnDeploymentId() |
Date |
getEndTime() |
String |
getExceptionMessage() |
String |
getHitPolicy() |
Map<String,Object> |
getInputVariables() |
Map<String,String> |
getInputVariableTypes() |
Map<Integer,RuleExecutionAuditContainer> |
getRuleExecutions() |
Date |
getStartTime() |
String |
getValidationMessage() |
protected Map<String,String> |
getVariablesTypeMap(Map<String,Object> variableValuesMap) |
protected static boolean |
isBoolean(Object obj) |
protected static boolean |
isDate(Object obj) |
Boolean |
isFailed() |
protected static boolean |
isNumber(Object obj) |
Boolean |
isStrictMode() |
void |
markRuleEnd(int ruleNumber) |
void |
markRuleValid(int ruleNumber) |
void |
setDecisionResult(List<Map<String,Object>> decisionResult) |
void |
setDmnDeploymentId(String dmnDeploymentId) |
void |
setExceptionMessage(String exceptionMessage) |
void |
setFailed() |
void |
setInputVariableTypes(Map<String,String> inputVariableTypes) |
void |
setStrictMode(Boolean strictMode) |
void |
setValidationMessage(String validationMessage) |
void |
stopAudit() |