Uses of Class
fr.gouv.vitam.processing.common.model.ProcessResponse
Packages that use ProcessResponse
Package
Description
Provides common Model classes for the Processing module.
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 ProcessResponseModifier and TypeMethodDescriptionProcessResponse.setOutcomeMessages(String handlerId, OutcomeMessage message) implementation of setMessage() of EngineResponse API classProcessResponse.setProcessId(String processId) ProcessResponse.setStatus(StatusCode status) implementation of setStatus() of EngineResponse API classProcessResponse.setStepResponses(Map<String, 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