Package | Description |
---|---|
fr.gouv.vitam.common.i18n |
Vitam Internationalization package
|
fr.gouv.vitam.common.model |
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
|
fr.gouv.vitam.common.model.processing |
Provides common public Model classes for the Processing module.
|
fr.gouv.vitam.functional.administration.common |
Provides common classes for the Functional Administration module.
|
fr.gouv.vitam.functional.administration.rules.core |
Provides core classes of functional administration rules module
|
fr.gouv.vitam.ingest.external.core |
Provides core implementation for the Ingest External module.
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, factory and implementations.
|
fr.gouv.vitam.logbook.administration.core |
Provides the core classes for the Logbook Administration module
|
fr.gouv.vitam.logbook.common | |
fr.gouv.vitam.logbook.common.model.reconstruction |
Provides model classes for Logbook module reconstruction
|
fr.gouv.vitam.logbook.common.parameters |
Provides common parameters, helpers and factory classes used for the Logbook module
|
fr.gouv.vitam.logbook.common.traceability | |
fr.gouv.vitam.metadata.core.model |
Provides model classes for Metadata module
|
fr.gouv.vitam.processing.common.automation | |
fr.gouv.vitam.processing.common.model |
Provides common Model classes for the Processing module.
|
fr.gouv.vitam.processing.management.core |
Provides core implementation for the Processing Management module.
|
fr.gouv.vitam.storage.engine.server.storagetraceability | |
fr.gouv.vitam.worker.common.utils |
Provides common utility classes for the Worker module.
|
fr.gouv.vitam.worker.model |
Provides POJO used for XML serialization within the Worker Core module
|
Modifier and Type | Method and Description |
---|---|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
StatusCode code)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
StatusCode code,
Object... args)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
String transaction,
StatusCode code)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
String transaction,
StatusCode code,
Object... args)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
String transaction,
String detailedOutcome,
StatusCode code,
Object... args)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeOp(String stepOrHandler,
StatusCode code)
Operation Logbook context
|
static String |
VitamLogbookMessages.getCodeOp(String stepOrHandler,
StatusCode code,
Object... args)
Operation Logbook context
|
static String |
VitamLogbookMessages.getCodeOp(String stepOrHandler,
String transaction,
StatusCode code)
Operation Logbook context
|
static String |
VitamLogbookMessages.getCodeOp(String stepOrHandler,
String transaction,
StatusCode code,
Object... args)
Operation Logbook context
|
static String |
VitamLogbookMessages.getOutcomeDetail(String stepOrHandler,
StatusCode code) |
static String |
VitamLogbookMessages.getOutcomeDetail(String stepOrHandler,
String transaction,
StatusCode code) |
static String |
VitamLogbookMessages.getOutcomeDetailLfc(String stepOrHandler,
StatusCode code) |
static String |
VitamLogbookMessages.getOutcomeDetailLfc(String stepOrHandler,
String transaction,
StatusCode code) |
static String |
VitamLogbookMessages.getOutcomeDetailLfc(String stepOrHandler,
String transaction,
String detailedOutcome,
StatusCode code) |
Modifier and Type | Field and Description |
---|---|
protected StatusCode |
ItemStatus.globalStatus |
Modifier and Type | Method and Description |
---|---|
StatusCode |
ItemStatus.getGlobalStatus() |
static StatusCode |
StatusCode.parseFromHttpStatus(int status) |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ItemStatus |
ItemStatus.increment(StatusCode statusCode) |
ItemStatus |
ItemStatus.increment(StatusCode statusCode,
int increment) |
void |
ItemStatus.setStatusMeterValue(StatusCode statusCode,
Integer value)
Set the value of the specified statusCode in this statusMeter
|
Constructor and Description |
---|
ItemStatus(String itemId,
String message,
StatusCode globalStatus,
List<Integer> statusMeter,
Map<String,Object> data,
LinkedHashMap<String,ItemStatus> itemsStatus,
String evDetailData,
ProcessState globalState) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
Distribution.getStatusOnEmptyDistribution()
Get the status to be used in the logbook if no distribution occurred
|
Modifier and Type | Method and Description |
---|---|
Distribution |
Distribution.setStatusOnEmptyDistribution(StatusCode statusOnEmptyDistribution)
Set the status to be used in the logbook if no distribution occurred
|
Modifier and Type | Method and Description |
---|---|
static VitamError |
VitamErrorUtils.getVitamError(String vitamCode,
String description,
String collection,
StatusCode state) |
Modifier and Type | Method and Description |
---|---|
InputStream |
RulesManagerFileImpl.generateErrorReport(Map<Integer,List<ErrorReport>> errors,
List<FileRulesModel> usedDeletedRules,
List<FileRulesModel> usedUpdatedRules,
StatusCode status,
GUID eipMaster)
generate Error Report
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
IngestExternalImpl.upload(PreUploadResume preUploadResume,
GUID guid) |
StatusCode |
IngestExternal.upload(PreUploadResume preUploadResume,
GUID guid)
upload the file -- store in local, scan for viruses and then check for supported format (ZIP, TAR, ...)
|
Modifier and Type | Method and Description |
---|---|
static String |
AtrKoBuilder.buildAtrKo(String messageIdentifier,
String archivalAgency,
String transferringAgency,
String eventType,
String addedMessage,
StatusCode code)
To generate a default ATR KO from Ingest External on AV or MimeType checks.
|
Modifier and Type | Field and Description |
---|---|
protected StatusCode |
IngestInternalClientMock.globalStatus |
Modifier and Type | Method and Description |
---|---|
void |
LogbookOperationTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event) |
Modifier and Type | Method and Description |
---|---|
String |
MessageLogbookEngineHelper.getLabelOp(String stepOrHandler,
StatusCode code,
Object... args)
Get operation logbook message
|
String |
MessageLogbookEngineHelper.getLabelOp(String stepOrHandler,
String transaction,
StatusCode code,
Object... args)
Get operation logbook message
|
String |
MessageLogbookEngineHelper.getOutcomeDetail(String stepOrHandler,
StatusCode code)
Get operation logbook outcome detail (key)
|
String |
MessageLogbookEngineHelper.getOutcomeDetail(String stepOrHandler,
String transaction,
StatusCode code)
Get operation logbook outcome detail (key)
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
ReconstructionResponseItem.getStatus() |
Modifier and Type | Method and Description |
---|---|
ReconstructionResponseItem |
ReconstructionResponseItem.setStatus(StatusCode status) |
Constructor and Description |
---|
ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem,
StatusCode status)
Constructor
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
LogbookParameters.getStatus()
Get the outcome status
|
Modifier and Type | Method and Description |
---|---|
static LogbookLifeCycleObjectGroupParameters |
LogbookParametersFactory.newLogbookLifeCycleObjectGroupParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetail,
String outcomeDetailMessage,
GUID objectIdentifier)
Get a new LogbookLifeCycleObjectGroupParameters object
|
static LogbookLifeCycleUnitParameters |
LogbookParametersFactory.newLogbookLifeCycleUnitParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetail,
String outcomeDetailMessage,
GUID objectIdentifier)
Get a new LogbookLifeCycleUnitParameters object
|
static LogbookOperationParameters |
LogbookParametersFactory.newLogbookOperationParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetailMessage,
GUID eventIdentifierRequest)
Get a new LogbookOperationParameters object
|
static LogbookOperationParameters |
LogbookParametersFactory.newLogbookOperationParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String subtask,
String appendedDetailMessage,
GUID eventIdentifierRequest)
Get a new LogbookOperationParameters object for subtask
|
LogbookParameters |
LogbookParameters.setFinalStatus(String handlerId,
String subTaskId,
StatusCode code,
String additionalMessage,
String... params)
Update the current LogbookParameters with status and message
|
LogbookParameters |
LogbookParameters.setStatus(StatusCode outcome)
Set the outcome status
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event)
Update or finalize the traceability entry in the logbook collection
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
ReconstructionResponseItem.getStatus() |
Modifier and Type | Method and Description |
---|---|
ReconstructionResponseItem |
ReconstructionResponseItem.setStatus(StatusCode status) |
Constructor and Description |
---|
ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem,
StatusCode status)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
IEventsProcessEngine.onUpdate(StatusCode statusCode)
Update the current step status code
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
ProcessResponse.getGlobalProcessStatusCode(List<EngineResponse> responses)
getGlobalProcessStatusCode, return the global status of workflow processing
|
StatusCode |
EngineResponse.getStatus() |
StatusCode |
ProcessResponse.getStatus()
implementation of getStatus() of EngineResponse API class
|
StatusCode |
ProcessWorkflow.getStatus()
get the status of the processWorkflow
|
StatusCode |
ProcessStep.getStepStatusCode() |
Modifier and Type | Method and Description |
---|---|
EngineResponse |
EngineResponse.setStatus(StatusCode status) |
ProcessResponse |
ProcessResponse.setStatus(StatusCode status)
implementation of setStatus() of EngineResponse API class
|
ProcessWorkflow |
ProcessWorkflow.setStatus(StatusCode status)
set the status of the workflow
|
ProcessStep |
ProcessStep.setStepStatusCode(StatusCode stepStatusCode) |
Modifier and Type | Method and Description |
---|---|
void |
StateMachine.onUpdate(StatusCode statusCode) |
Modifier and Type | Method and Description |
---|---|
void |
LogbookStorageTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveUnitUpdateUtils.logLifecycle(WorkerParameters params,
String auGuid,
StatusCode code,
String evDetData,
LogbookLifeCyclesClient logbookLifeCycleClient)
Method used to log lifecycles unit
|
static void |
LogbookLifecycleWorkerHelper.updateLifeCycleStep(LogbookLifeCyclesClientHelper helper,
LogbookLifeCycleParameters logbookLifecycleParameters,
WorkerParameters params,
String lfcEventType,
LogbookTypeProcess logbookTypeProcess,
StatusCode statusCode,
String... additionalParams) |
Modifier and Type | Method and Description |
---|---|
void |
LogbookLifeCycleTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event) |
Copyright © 2018 Vitam. All rights reserved.