Uses of Interface
fr.gouv.vitam.processing.common.model.EngineResponse
-
Packages that use EngineResponse Package Description fr.gouv.vitam.processing.common.model Provides common Model classes for the Processing module.fr.gouv.vitam.worker.common.utils 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 EngineResponse Modifier and Type Class Description classProcessResponseProcess Response class Contains global process status, messages and list of action resultsMethods in fr.gouv.vitam.processing.common.model that return EngineResponse Modifier and Type Method Description EngineResponseEngineResponse. setErrorNumber(int number)EngineResponseProcessResponse. setErrorNumber(int number)EngineResponseEngineResponse. setMessageIdentifier(java.lang.String message)EngineResponseProcessResponse. setMessageIdentifier(java.lang.String message)EngineResponseEngineResponse. setOutcomeMessages(java.lang.String handlerId, OutcomeMessage messages)EngineResponseEngineResponse. setStatus(StatusCode status)Methods in fr.gouv.vitam.processing.common.model that return types with arguments of type EngineResponse Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<EngineResponse>>ProcessResponse. getStepResponses()getStepResponses given the response of each step of workflow processingMethod parameters in fr.gouv.vitam.processing.common.model with type arguments of type EngineResponse Modifier and Type Method Description static java.lang.StringProcessResponse. getGlobalProcessOutcomeMessage(java.util.List<EngineResponse> responses)getGlobalProcessOutcomeMessage, return the all outcome message of workflow processingStatusCodeProcessResponse. getGlobalProcessStatusCode(java.util.List<EngineResponse> responses)getGlobalProcessStatusCode, return the global status of workflow processingstatic java.lang.StringProcessResponse. getMessageIdentifierFromResponse(java.util.List<EngineResponse> responses)getMessageFromResponse return message id from list of responseProcessResponseProcessResponse. setStepResponses(java.util.Map<java.lang.String,java.util.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 Modifier and Type Class Description classExtractUriResponseClass contains messages of response.
-