Interface EvaluatedDecision
- All Known Implementing Classes:
EvaluatedDecisionImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.longDeprecated.Deprecated.Deprecated.Deprecated.intDeprecated.Deprecated.Deprecated.Deprecated.toJson()Deprecated.
-
Method Details
-
getDecisionId
String getDecisionId()Deprecated.- Returns:
- the decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
-
getDecisionVersion
int getDecisionVersion()Deprecated.- Returns:
- the assigned decision version
-
getDecisionKey
long getDecisionKey()Deprecated.- Returns:
- the assigned decision key, which acts as a unique identifier for this decision
-
getDecisionName
String getDecisionName()Deprecated.- Returns:
- the name of the decision, as parsed during deployment
-
getDecisionType
String getDecisionType()Deprecated.- Returns:
- the type of the evaluated decision
-
getDecisionOutput
String getDecisionOutput()Deprecated.- Returns:
- the output of the evaluated decision
-
getEvaluatedInputs
List<EvaluatedDecisionInput> getEvaluatedInputs()Deprecated.- Returns:
- the decision inputs that were evaluated within this decision evaluation
-
getMatchedRules
List<MatchedDecisionRule> getMatchedRules()Deprecated.- Returns:
- the decision rules that matched within this decision evaluation
-
toJson
String toJson()Deprecated.- Returns:
- the record encoded as JSON
-
getTenantId
String getTenantId()Deprecated.- Returns:
- the tenant identifier that owns this decision evaluation result
-
EvaluatedDecision