Package | Description |
---|---|
fr.gouv.vitam.processing.common.model |
Provides common Model classes for the Processing module.
|
fr.gouv.vitam.worker.common.utils |
Provides common utility classes for the Worker module.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessResponse
Process Response class
Contains global process status, messages and list of action results
|
Modifier and Type | Method and Description |
---|---|
EngineResponse |
EngineResponse.setErrorNumber(int number) |
EngineResponse |
ProcessResponse.setErrorNumber(int number) |
EngineResponse |
EngineResponse.setMessageIdentifier(String message) |
EngineResponse |
ProcessResponse.setMessageIdentifier(String message) |
EngineResponse |
EngineResponse.setOutcomeMessages(String handlerId,
OutcomeMessage messages) |
EngineResponse |
EngineResponse.setStatus(StatusCode status) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<EngineResponse>> |
ProcessResponse.getStepResponses()
getStepResponses given the response of each step of workflow processing
|
Modifier and Type | Method and Description |
---|---|
static String |
ProcessResponse.getGlobalProcessOutcomeMessage(List<EngineResponse> responses)
getGlobalProcessOutcomeMessage, return the all outcome message of workflow processing
|
StatusCode |
ProcessResponse.getGlobalProcessStatusCode(List<EngineResponse> responses)
getGlobalProcessStatusCode, return the global status of workflow processing
|
static String |
ProcessResponse.getMessageIdentifierFromResponse(List<EngineResponse> responses)
getMessageFromResponse return message id from list of response
|
ProcessResponse |
ProcessResponse.setStepResponses(Map<String,List<EngineResponse>> stepResponses)
setStepResponses, set the response at each step of workflow processing
|
Modifier and Type | Class and Description |
---|---|
class |
ExtractUriResponse
Class contains messages of response.
|
Copyright © 2018 Vitam. All rights reserved.