Uses of Interface
fr.gouv.vitam.processing.common.model.EngineResponse
Packages that use 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
Classes in fr.gouv.vitam.processing.common.model that implement EngineResponseModifier and TypeClassDescriptionclass
Process Response class Contains global process status, messages and list of action resultsMethods in fr.gouv.vitam.processing.common.model that return EngineResponseModifier 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) Methods in fr.gouv.vitam.processing.common.model that return types with arguments of type EngineResponseModifier and TypeMethodDescriptionProcessResponse.getStepResponses()
getStepResponses given the response of each step of workflow processingMethod parameters in fr.gouv.vitam.processing.common.model with type arguments of type EngineResponseModifier 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
Classes in fr.gouv.vitam.worker.common.utils that implement EngineResponse