Interface EvaluateDecisionResponse
- All Known Implementing Classes:
EvaluateDecisionResponseImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.longDeprecated.longDeprecated.Deprecated.Deprecated.Deprecated.longDeprecated.intDeprecated.Deprecated.Deprecated.Deprecated.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
-
getDecisionRequirementsId
String getDecisionRequirementsId()Deprecated.- Returns:
- the ID of the decision requirements graph that this decision is part of, as parsed during deployment
-
getDecisionRequirementsKey
long getDecisionRequirementsKey()Deprecated.- Returns:
- the assigned key of the decision requirements graph that this decision is part of
-
getDecisionOutput
String getDecisionOutput()Deprecated.- Returns:
- the output of the evaluated decision
-
getEvaluatedDecisions
List<EvaluatedDecision> getEvaluatedDecisions()Deprecated.- Returns:
- a list of decisions that were evaluated within the requested decision evaluation
-
getFailedDecisionId
String getFailedDecisionId()Deprecated.- Returns:
- a string indicating the ID of the decision which failed during evaluation
-
getFailureMessage
String getFailureMessage()Deprecated.- Returns:
- a message describing why the decision which was evaluated failed
-
getTenantId
String getTenantId()Deprecated.- Returns:
- the tenant identifier that owns this decision evaluation result
-
getDecisionInstanceKey
long getDecisionInstanceKey()Deprecated.- Returns:
- the unique key identifying this decision evaluation
-
EvaluateDecisionResponse