Class DecisionOutcome
java.lang.Object
org.kie.kogito.trusty.storage.api.model.Outcome
org.kie.kogito.trusty.storage.api.model.decision.DecisionOutcome
The Decision implementation of
Outcome.-
Field Summary
Fields inherited from class org.kie.kogito.trusty.storage.api.model.Outcome
EVALUATION_STATUS_FIELD, HAS_ERRORS_FIELD, MESSAGES_FIELD, OUTCOME_ID_FIELD, OUTCOME_INPUTS_FIELD, OUTCOME_NAME_FIELD, OUTCOME_RESULT_FIELD -
Constructor Summary
ConstructorsConstructorDescriptionDecisionOutcome(String outcomeId, String outcomeName, String evaluationStatus, org.kie.kogito.tracing.typedvalue.TypedValue outcomeResult, Collection<NamedTypedValue> outcomeInputs, Collection<org.kie.kogito.tracing.event.message.Message> messages) -
Method Summary
Methods inherited from class org.kie.kogito.trusty.storage.api.model.Outcome
getEvaluationStatus, getMessages, getOutcomeId, getOutcomeInputs, getOutcomeName, getOutcomeResult, hasErrors, setEvaluationStatus, setMessages, setOutcomeId, setOutcomeInputs, setOutcomeName, setOutcomeResult
-
Constructor Details
-
DecisionOutcome
public DecisionOutcome() -
DecisionOutcome
public DecisionOutcome(String outcomeId, String outcomeName, String evaluationStatus, org.kie.kogito.tracing.typedvalue.TypedValue outcomeResult, Collection<NamedTypedValue> outcomeInputs, Collection<org.kie.kogito.tracing.event.message.Message> messages)
-