Uses of Enum Class
fr.gouv.vitam.processing.common.model.OutcomeMessage
Package
Description
Provides common Model classes for the Processing module.
-
Uses of OutcomeMessage in fr.gouv.vitam.processing.common.model
Modifier and TypeMethodDescriptionstatic OutcomeMessage
Returns the enum constant of this class with the specified name.static OutcomeMessage[]
OutcomeMessage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEngineResponse.getOutcomeMessages()
ProcessResponse.getOutcomeMessages()
implementation of getMessage() of EngineResponse API classModifier and TypeMethodDescriptionEngineResponse.setOutcomeMessages
(String handlerId, OutcomeMessage messages) ProcessResponse.setOutcomeMessages
(String handlerId, OutcomeMessage message) implementation of setMessage() of EngineResponse API class