Class Process
java.lang.Object
org.kie.kogito.trusty.storage.api.model.Execution
org.kie.kogito.trusty.storage.api.model.process.Process
A Process
Execution-
Field Summary
FieldsFields inherited from class org.kie.kogito.trusty.storage.api.model.Execution
EXECUTED_MODEL_NAME_FIELD, EXECUTED_MODEL_NAMESPACE_FIELD, EXECUTION_ID_FIELD, EXECUTION_TIMESTAMP_FIELD, EXECUTION_TYPE_FIELD, EXECUTOR_NAME_FIELD, HAS_SUCCEEDED_FIELD, SERVICE_URL_FIELD, SOURCE_URL_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the namespace of the executed model.voidsetExecutedModelNamespace(String executedModelNamespace) Sets the executed model namespace.voidsetInputs(Collection<ProcessInput> inputs) voidsetOutcomes(Collection<ProcessOutcome> outcomes) Methods inherited from class org.kie.kogito.trusty.storage.api.model.Execution
getExecutedModelName, getExecutionId, getExecutionTimestamp, getExecutionType, getExecutorName, getServiceUrl, getSourceUrl, hasSucceeded, setExecutedModelName, setExecutionId, setExecutionTimestamp, setExecutionType, setExecutorName, setServiceUrl, setSourceUrl, setSuccess
-
Field Details
-
INPUTS_FIELD
- See Also:
-
OUTCOMES_FIELD
- See Also:
-
-
Constructor Details
-
Process
public Process() -
Process
-
-
Method Details
-
getExecutedModelNamespace
Gets the namespace of the executed model.- Returns:
- The namespace of the executed model.
-
setExecutedModelNamespace
Sets the executed model namespace.- Parameters:
executedModelNamespace- The executed model namespace.
-
getInputs
-
setInputs
-
getOutcomes
-
setOutcomes
-