All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addInputEntry(int ruleRowIndex,
String inputEntryId,
Boolean executionResult) |
void |
addInputEntry(int ruleRowIndex,
String inputEntryId,
String exceptionMessage,
Boolean executionResult) |
void |
addOutputEntry(int ruleRowIndex,
String outputEntryId,
Object executionResult) |
void |
addOutputEntry(int ruleRowIndex,
String outputEntryId,
String exceptionMessage,
Object executionResult) |
void |
addRuleEntry() |
protected Map<String,Object> |
createDefensiveCopyInputVariables(Map<String,Object> inputVariables) |
String |
getDecisionKey() |
String |
getDecisionName() |
String |
getDmnDeploymentId() |
Date |
getEndTime() |
String |
getExceptionMessage() |
String |
getHitPolicy() |
Map<String,Object> |
getInputVariables() |
Map<String,String> |
getInputVariableTypes() |
Map<String,Object> |
getOutputVariables() |
List<RuleExecutionAuditContainer> |
getRuleExecutions() |
Date |
getStartTime() |
protected Map<String,String> |
getVariablesTypeMap(Map<String,Object> variableValuesMap) |
static boolean |
isBoolean(Object obj) |
static boolean |
isDate(Object obj) |
Boolean |
isFailed() |
static boolean |
isNumber(Object obj) |
static boolean |
isString(Object obj) |
void |
markRuleEnd(int ruleRowIndex) |
void |
setDmnDeploymentId(String dmnDeploymentId) |
void |
setExceptionMessage(String exceptionMessage) |
void |
setFailed() |
void |
setInputVariableTypes(Map<String,String> inputVariableTypes) |
void |
stopAudit(Map<String,Object> result) |