Uses of Class
fr.gouv.vitam.processing.common.model.ProcessResponse
-
Packages that use ProcessResponse 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 ProcessResponse in fr.gouv.vitam.processing.common.model
Methods in fr.gouv.vitam.processing.common.model that return ProcessResponse Modifier and Type Method Description ProcessResponse
ProcessResponse. setOutcomeMessages(java.lang.String handlerId, OutcomeMessage message)
implementation of setMessage() of EngineResponse API classProcessResponse
ProcessResponse. setProcessId(java.lang.String processId)
ProcessResponse
ProcessResponse. setStatus(StatusCode status)
implementation of setStatus() of EngineResponse API classProcessResponse
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 ProcessResponse in fr.gouv.vitam.worker.common.utils
Subclasses of ProcessResponse in fr.gouv.vitam.worker.common.utils Modifier and Type Class Description class
ExtractUriResponse
Class contains messages of response.
-