Package | Description |
---|---|
fr.gouv.vitam.processing.common.model |
Provides common Model classes for the Processing module.
|
Modifier and Type | Method and Description |
---|---|
static OutcomeMessage |
OutcomeMessage.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,OutcomeMessage> |
EngineResponse.getOutcomeMessages() |
Map<String,OutcomeMessage> |
ProcessResponse.getOutcomeMessages()
implementation of getMessage() of EngineResponse API class
|
Modifier and Type | Method and Description |
---|---|
EngineResponse |
EngineResponse.setOutcomeMessages(String handlerId,
OutcomeMessage messages) |
ProcessResponse |
ProcessResponse.setOutcomeMessages(String handlerId,
OutcomeMessage message)
implementation of setMessage() of EngineResponse API class
|
Copyright © 2018 Vitam. All rights reserved.