Uses of Class
fr.gouv.vitam.processing.common.model.OutcomeMessage
-
Packages that use OutcomeMessage Package Description fr.gouv.vitam.processing.common.model 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 OutcomeMessage Modifier and Type Method Description static OutcomeMessage
OutcomeMessage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OutcomeMessage[]
OutcomeMessage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.processing.common.model that return types with arguments of type OutcomeMessage Modifier and Type Method Description java.util.Map<java.lang.String,OutcomeMessage>
EngineResponse. getOutcomeMessages()
java.util.Map<java.lang.String,OutcomeMessage>
ProcessResponse. getOutcomeMessages()
implementation of getMessage() of EngineResponse API classMethods in fr.gouv.vitam.processing.common.model with parameters of type OutcomeMessage Modifier and Type Method Description EngineResponse
EngineResponse. setOutcomeMessages(java.lang.String handlerId, OutcomeMessage messages)
ProcessResponse
ProcessResponse. setOutcomeMessages(java.lang.String handlerId, OutcomeMessage message)
implementation of setMessage() of EngineResponse API class
-