Uses of Interface
fr.gouv.vitam.processing.common.model.EngineResponse
Package
Description
Provides common Model classes for the Processing module.
Provides common utility classes for the Worker module.
-
Uses of EngineResponse in fr.gouv.vitam.processing.common.model
Modifier and TypeClassDescriptionclass
Process Response class Contains global process status, messages and list of action resultsModifier and TypeMethodDescriptionEngineResponse.setErrorNumber
(int number) ProcessResponse.setErrorNumber
(int number) EngineResponse.setMessageIdentifier
(String message) ProcessResponse.setMessageIdentifier
(String message) EngineResponse.setOutcomeMessages
(String handlerId, OutcomeMessage messages) EngineResponse.setStatus
(StatusCode status) Modifier and TypeMethodDescriptionProcessResponse.getStepResponses()
getStepResponses given the response of each step of workflow processingModifier and TypeMethodDescriptionstatic String
ProcessResponse.getGlobalProcessOutcomeMessage
(List<EngineResponse> responses) getGlobalProcessOutcomeMessage, return the all outcome message of workflow processingProcessResponse.getGlobalProcessStatusCode
(List<EngineResponse> responses) getGlobalProcessStatusCode, return the global status of workflow processingstatic String
ProcessResponse.getMessageIdentifierFromResponse
(List<EngineResponse> responses) getMessageFromResponse return message id from list of responseProcessResponse.setStepResponses
(Map<String, List<EngineResponse>> stepResponses) setStepResponses, set the response at each step of workflow processing -
Uses of EngineResponse in fr.gouv.vitam.worker.common.utils