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 class
ProcessResponse
Process 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 EngineResponse
EngineResponse. setErrorNumber(int number)
EngineResponse
ProcessResponse. setErrorNumber(int number)
EngineResponse
EngineResponse. setMessageIdentifier(java.lang.String message)
EngineResponse
ProcessResponse. setMessageIdentifier(java.lang.String message)
EngineResponse
EngineResponse. setOutcomeMessages(java.lang.String handlerId, OutcomeMessage messages)
EngineResponse
EngineResponse. 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.String
ProcessResponse. getGlobalProcessOutcomeMessage(java.util.List<EngineResponse> responses)
getGlobalProcessOutcomeMessage, return the all outcome message of workflow processingStatusCode
ProcessResponse. getGlobalProcessStatusCode(java.util.List<EngineResponse> responses)
getGlobalProcessStatusCode, return the global status of workflow processingstatic java.lang.String
ProcessResponse. getMessageIdentifierFromResponse(java.util.List<EngineResponse> responses)
getMessageFromResponse return message id from list of responseProcessResponse
ProcessResponse. 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 class
ExtractUriResponse
Class contains messages of response.
-