Uses of Enum Class
fr.gouv.vitam.processing.common.model.OutcomeMessage
Packages that use OutcomeMessage
Package
Description
Provides common Model classes for the Processing module.
-
Uses of OutcomeMessage in fr.gouv.vitam.processing.common.model
Methods in fr.gouv.vitam.processing.common.model that return OutcomeMessageModifier and TypeMethodDescriptionstatic OutcomeMessageReturns 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.Methods in fr.gouv.vitam.processing.common.model that return types with arguments of type OutcomeMessageModifier and TypeMethodDescriptionEngineResponse.getOutcomeMessages()ProcessResponse.getOutcomeMessages()implementation of getMessage() of EngineResponse API classMethods in fr.gouv.vitam.processing.common.model with parameters of type OutcomeMessageModifier and TypeMethodDescriptionEngineResponse.setOutcomeMessages(String handlerId, OutcomeMessage messages) ProcessResponse.setOutcomeMessages(String handlerId, OutcomeMessage message) implementation of setMessage() of EngineResponse API class