Uses of Enum Class
fr.gouv.vitam.common.model.StatusCode
Package
Description
Index Model Package containing POJO for indexing results
Vitam Internationalization package
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Provides common public Model classes for the Processing module.
Provides common classes for the Functional Administration module.
Provides core implementation for the Ingest External module.
Provides the core classes for the Logbook Administration module
Provides model classes for Logbook module reconstruction
Provides common parameters, helpers and factory classes used for the Logbook module
Provides common Model classes for the Processing module.
Provides core implementation for the Processing Management module.
Provides common utility classes for the Worker module.
Plugin package in worker module
-
Uses of StatusCode in fr.gouv.vitam.batch.report.model
Modifier and TypeMethodDescriptionstatic ReportStatus
ReportStatus.parseFromStatusCode
(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.batch.report.model.entry
Modifier and TypeMethodDescriptionBulkUpdateUnitMetadataReportEntry.getStatus()
ObjectGroupToDeleteReportEntry.getStatus()
UpdateUnitMetadataReportEntry.getStatus()
ModifierConstructorDescriptionBulkUpdateUnitMetadataReportEntry
(Integer tenantId, String processId, String detailId, String query, String unitId, String resultKey, StatusCode status, String outcome, String message) ObjectGroupToDeleteReportEntry
(StatusCode status, String outcome, List<VersionsModelCustomized> deletedVersions) UpdateUnitMetadataReportEntry
(Integer tenantId, String processId, String unitId, String resultKey, StatusCode status, String outcome, String message) -
Uses of StatusCode in fr.gouv.vitam.common.database.index.model
-
Uses of StatusCode in fr.gouv.vitam.common.i18n
Modifier and TypeMethodDescriptionstatic final String
VitamLogbookMessages.getCodeLfc
(String stepOrHandler, StatusCode code) Lifecycle Logbook contextstatic final String
VitamLogbookMessages.getCodeLfc
(String stepOrHandler, StatusCode code, Object... args) Lifecycle Logbook contextstatic final String
VitamLogbookMessages.getCodeLfc
(String stepOrHandler, String transaction, StatusCode code) Lifecycle Logbook contextstatic final String
VitamLogbookMessages.getCodeLfc
(String stepOrHandler, String transaction, StatusCode code, Object... args) Lifecycle Logbook contextstatic final String
VitamLogbookMessages.getCodeLfc
(String stepOrHandler, String transaction, String detailedOutcome, StatusCode code, Object... args) Lifecycle Logbook contextstatic final String
VitamLogbookMessages.getCodeOp
(String stepOrHandler, StatusCode code) Operation Logbook contextstatic final String
VitamLogbookMessages.getCodeOp
(String stepOrHandler, StatusCode code, Object... args) Operation Logbook contextstatic final String
VitamLogbookMessages.getCodeOp
(String stepOrHandler, String transaction, StatusCode code) Operation Logbook contextstatic final String
VitamLogbookMessages.getCodeOp
(String stepOrHandler, String transaction, StatusCode code, Object... args) Operation Logbook contextstatic final String
VitamLogbookMessages.getOutcomeDetail
(String stepOrHandler, StatusCode code) static final String
VitamLogbookMessages.getOutcomeDetail
(String stepOrHandler, String transaction, StatusCode code) static final String
VitamLogbookMessages.getOutcomeDetailLfc
(String stepOrHandler, StatusCode code) static final String
VitamLogbookMessages.getOutcomeDetailLfc
(String stepOrHandler, String transaction, StatusCode code) static final String
VitamLogbookMessages.getOutcomeDetailLfc
(String stepOrHandler, String transaction, String detailedOutcome, StatusCode code) -
Uses of StatusCode in fr.gouv.vitam.common.model
Modifier and TypeMethodDescriptionItemStatus.getGlobalStatus()
static StatusCode
Returns the enum constant of this class with the specified name.static StatusCode[]
StatusCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionItemStatus.increment
(StatusCode statusCode) ItemStatus.increment
(StatusCode statusCode, int increment) void
ItemStatus.setStatusMeterValue
(StatusCode statusCode, Integer value) Set the value of the specified statusCode in this statusMeterModifierConstructorDescriptionItemStatus
(String itemId, String message, StatusCode globalStatus, List<Integer> statusMeter, Map<String, Object> data, LinkedHashMap<String, ItemStatus> itemsStatus, ProcessState globalState) -
Uses of StatusCode in fr.gouv.vitam.common.model.processing
Modifier and TypeMethodDescriptionDistribution.getStatusOnEmptyDistribution()
Get the status to be used in the logbook if no distribution occurredModifier and TypeMethodDescriptionDistribution.setStatusOnEmptyDistribution
(StatusCode statusOnEmptyDistribution) Set the status to be used in the logbook if no distribution occurred -
Uses of StatusCode in fr.gouv.vitam.functional.administration.common
Modifier and TypeMethodDescriptionstatic VitamError<com.fasterxml.jackson.databind.JsonNode>
VitamErrorUtils.getVitamError
(String vitamCode, String description, String collection, StatusCode state) static <T> VitamError<T>
VitamErrorUtils.getVitamError
(String vitamCode, String description, String collection, StatusCode state, Class<T> clasz) static VitamError<com.fasterxml.jackson.databind.JsonNode>
VitamErrorUtils.getVitamErrorWithMessage
(String vitamCode, String description, String collection, StatusCode state, String message) static <T> VitamError<T>
VitamErrorUtils.getVitamErrorWithMessage
(String vitamCode, String description, String collection, StatusCode state, String message, Class<T> clasz) ReconstructionResponseItem.setStatus
(StatusCode status) ModifierConstructorDescriptionReconstructionResponseItem
(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) Constructor -
Uses of StatusCode in fr.gouv.vitam.functional.administration.core.format.model
-
Uses of StatusCode in fr.gouv.vitam.functional.administration.core.griffin
Modifier and TypeMethodDescriptionGriffinReport.getStatusCode()
PreservationScenarioReport.getStatusCode()
Modifier and TypeMethodDescriptionGriffinReport.setStatusCode
(StatusCode statusCode) PreservationScenarioReport.setStatusCode
(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.functional.administration.core.rules
Modifier and TypeMethodDescriptionRulesManagerFileImpl.generateReportContent
(Map<Integer, List<ErrorReport>> errors, List<FileRulesModel> usedDeletedRules, List<FileRulesModel> usedRulesWithDurationModeUpdate, List<FileRulesModel> usedUpdatedRules, List<FileRulesModel> fileRulesModelToDelete, List<FileRulesModel> fileRulesModelToUpdate, List<FileRulesModel> fileRulesModelToInsert, StatusCode status, GUID eipMaster) generate Error Reportvoid
LogbookRuleImportManager.updateCheckFileRulesLogbookOperation
(StatusCode statusCode, Set<String> usedUpdatedRuleIds, Set<String> notUsedDeletedRuleIds, Set<String> nonDeletableUsedRuleIds, Set<String> usedRuleIdsWithDurationModeUpdate, GUID evIdentifierProcess) void
LogbookRuleImportManager.updateCommitFileRulesLogbookOperationOkOrKo
(StatusCode statusCode, GUID evIdentifierProcess, int nbDeleted, int nbUpdated, int nbInserted) void
LogbookRuleImportManager.updateStpImportRulesLogbookOperation
(GUID eip, StatusCode status, String filename) -
Uses of StatusCode in fr.gouv.vitam.functional.administration.core.schema
Modifier and TypeMethodDescriptionstatic SchemaImportReport
SchemaCommonService.fillSchemaImportReportError
(SchemaImportReport schemaImportReport, Set<String> errorPathList, StatusCode status, GUID eip) generate Error Reportstatic VitamError
SchemaCommonService.getVitamError
(String vitamCode, String error, StatusCode statusCode) SchemaImportReport.setStatusCode
(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.functionaltest.cucumber.step
Modifier and TypeMethodDescriptionprotected void
CommonStep.checkOperationStatus
(String operationId, StatusCode... statuses) -
Uses of StatusCode in fr.gouv.vitam.ingest.external.core
Modifier and TypeMethodDescriptionIngestExternal.upload
(PreUploadResume preUploadResume, String xAction, GUID guid, String manifestDigestValue, String manifestDigestAlgo) upload the file -- store in local, scan for viruses and then check for supported format (ZIP, TAR, ...)IngestExternalImpl.upload
(PreUploadResume preUploadResume, String xAction, GUID guid, String manifestDigestValue, String manifestDigestAlgo) Modifier and TypeMethodDescriptionstatic String
AtrKoBuilder.buildAtrKo
(String messageIdentifier, String archivalAgency, String transferringAgency, String eventType, String addedMessage, StatusCode code, LocalDateTime eventDateTime) To generate a default ATR KO from Ingest External on AV or MimeType checks. -
Uses of StatusCode in fr.gouv.vitam.logbook.administration.core
Modifier and TypeMethodDescriptionvoid
LogbookOperationTraceabilityHelper.createLogbookOperationEvent
(Integer tenantId, String eventType, StatusCode status, TraceabilityEvent event) -
Uses of StatusCode in fr.gouv.vitam.logbook.common
Modifier and TypeMethodDescriptionMessageLogbookEngineHelper.getLabelOp
(String stepOrHandler, StatusCode code, Object... args) Get operation logbook messageMessageLogbookEngineHelper.getLabelOp
(String stepOrHandler, String transaction, StatusCode code, Object... args) Get operation logbook messageMessageLogbookEngineHelper.getOutcomeDetail
(String stepOrHandler, StatusCode code) Get operation logbook outcome detail (key)MessageLogbookEngineHelper.getOutcomeDetail
(String stepOrHandler, String transaction, StatusCode code) Get operation logbook outcome detail (key) -
Uses of StatusCode in fr.gouv.vitam.logbook.common.model.reconstruction
ModifierConstructorDescriptionReconstructionResponseItem
(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) Constructor -
Uses of StatusCode in fr.gouv.vitam.logbook.common.parameters
Modifier and TypeMethodDescriptionLogbookParameterHelper.newLogbookLifeCycleObjectGroupParameters
(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String outcomeDetail, String outcomeDetailMessage, GUID objectIdentifier) Get a new LogbookLifeCycleObjectGroupParameters objectLogbookParameterHelper.newLogbookLifeCycleUnitParameters
(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String outcomeDetail, String outcomeDetailMessage, GUID objectIdentifier) Get a new LogbookLifeCycleUnitParameters objectstatic LogbookOperationParameters
LogbookParameterHelper.newLogbookOperationParameters
(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String outcomeDetailMessage, GUID eventIdentifierRequest) Get a new LogbookOperationParameters objectstatic LogbookOperationParameters
LogbookParameterHelper.newLogbookOperationParameters
(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String subtask, String appendedDetailMessage, GUID eventIdentifierRequest) Get a new LogbookOperationParameters object for subtaskLogbookParameters.setFinalStatus
(String handlerId, String subTaskId, StatusCode code, String additionalMessage, String... params) Update the current LogbookParameters with status and messageLogbookParameters.setStatus
(StatusCode outcome) Set the outcome status -
Uses of StatusCode in fr.gouv.vitam.logbook.common.traceability
Modifier and TypeMethodDescriptionvoid
LogbookTraceabilityHelper.createLogbookOperationEvent
(Integer tenantId, String eventType, StatusCode status, TraceabilityEvent event) Update or finalize the traceability entry in the logbook collection -
Uses of StatusCode in fr.gouv.vitam.metadata.api.model
ModifierConstructorDescriptionReconstructionResponseItem
(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) ConstructorUpdateUnit
(String unitId, StatusCode status, UpdateUnitKey key, String message, String diff) -
Uses of StatusCode in fr.gouv.vitam.processing.common.automation
Modifier and TypeMethodDescriptionvoid
IEventsProcessEngine.onUpdate
(StatusCode statusCode) Update the current step status code -
Uses of StatusCode in fr.gouv.vitam.processing.common.model
Modifier and TypeMethodDescriptionProcessResponse.getGlobalProcessStatusCode
(List<EngineResponse> responses) getGlobalProcessStatusCode, return the global status of workflow processingEngineResponse.getStatus()
ProcessResponse.getStatus()
implementation of getStatus() of EngineResponse API classProcessWorkflow.getStatus()
get the status of the processWorkflowProcessStep.getStepStatusCode()
ProcessWorkflow.getTargetStatus()
Modifier and TypeMethodDescriptionEngineResponse.setStatus
(StatusCode status) ProcessResponse.setStatus
(StatusCode status) implementation of setStatus() of EngineResponse API classProcessWorkflow.setStatus
(StatusCode status) set the status of the workflowProcessStep.setStepStatusCode
(StatusCode stepStatusCode) ProcessWorkflow.setTargetStatus
(StatusCode targetStatus) ModifierConstructorDescriptionProcessWorkflow
(LogbookTypeProcess logbookTypeProcess, StatusCode status, ProcessState state) -
Uses of StatusCode in fr.gouv.vitam.processing.management.core
-
Uses of StatusCode in fr.gouv.vitam.scheduler.server.job.auditobject
Modifier and TypeMethodDescriptionabstract boolean
AuditProcessState.hasCurrentWorkflowFinishedSuccessfully
(StatusCode statusCode, Integer tenantId) abstract boolean
AuditProcessState.isWaitingForResponse
(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.storage.engine.server.offerdiff
-
Uses of StatusCode in fr.gouv.vitam.storage.engine.server.offersynchronization
ModifierConstructorDescriptionOfferSyncStatus
(String requestID, StatusCode statusCode, String startDate, String endDate, String sourceOffer, String targetOffer, String container, Long startOffset, Long currentOffset) -
Uses of StatusCode in fr.gouv.vitam.storage.engine.server.storagetraceability
Modifier and TypeMethodDescriptionvoid
LogbookStorageTraceabilityHelper.createLogbookOperationEvent
(Integer tenantId, String eventType, StatusCode status, TraceabilityEvent event) -
Uses of StatusCode in fr.gouv.vitam.storage.offers.tape.worker.tasks
ModifierConstructorDescriptionCatalogResponse
(StatusCode status) CatalogResponse
(StatusCode status, TapeCatalog currentTape) ReadWriteResult
(StatusCode status, QueueState state, TapeCatalog currentTape) -
Uses of StatusCode in fr.gouv.vitam.worker.common.utils
Modifier and TypeMethodDescriptionvoid
ArchiveUnitLifecycleUpdateUtils.logLifecycle
(WorkerParameters params, String auGuid, StatusCode code, String evDetData, LogbookLifeCyclesClient logbookLifeCycleClient) Method used to log lifecycles unitstatic void
LogbookLifecycleWorkerHelper.updateLifeCycleStep
(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, String lfcEventType, LogbookTypeProcess logbookTypeProcess, StatusCode statusCode, String... additionalParams) -
Uses of StatusCode in fr.gouv.vitam.worker.core.exception
ModifierConstructorDescriptionProcessingStatusException
(StatusCode statusCode, Object eventDetails, String message) ProcessingStatusException
(StatusCode statusCode, Object eventDetails, String message, Throwable cause) ProcessingStatusException
(StatusCode statusCode, String message) ProcessingStatusException
(StatusCode statusCode, String message, Throwable cause) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin
Modifier and TypeMethodDescriptionprotected Map<StatusCode,
Integer> GenericReportGenerationHandler.getStatusStatistic
(LogbookEvent logbookEvent) protected Map<StatusCode,
Integer> UpdateUnitFinalize.getStatusStatistic
(LogbookEvent logbookEvent) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.audit.exception
ModifierConstructorDescriptionAuditException
(StatusCode statusCode, String message) AuditException
(StatusCode statusCode, String message, Throwable cause) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.audit.model
Modifier and TypeMethodDescriptionAuditCheckObjectResult.getGlobalStatus()
Compute global status from max statusAuditCheckObjectGroupResult.getObjectsGlobalStatus()
AuditCheckObjectGroupResult.getStatus()
-
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception
Modifier and TypeMethodDescriptionvoid
ComputedInheritedRulesException.setStatusCode
(StatusCode statusCode) ModifierConstructorDescriptionComputedInheritedRulesException
(VitamError vitamError, StatusCode statusCode) ComputedInheritedRulesException
(StatusCode statusCode, String message, Throwable cause) ComputedInheritedRulesException
(String message, StatusCode statusCode) ComputedInheritedRulesException
(String message, Throwable cause, StatusCode statusCode) ComputedInheritedRulesException
(Throwable cause, StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report
Modifier and TypeMethodDescriptionCleanupReportManager.getGlobalStatus()
IngestCleanupObjectGroupReportEntry.getStatus()
IngestCleanupUnitReportEntry.getStatus()
Modifier and TypeMethodDescriptionIngestCleanupObjectGroupReportEntry.setStatus
(StatusCode status) IngestCleanupUnitReportEntry.setStatus
(StatusCode status) void
IngestCleanupObjectGroupReportEntry.updateStatus
(StatusCode statusCode) void
IngestCleanupUnitReportEntry.updateStatus
(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Modifier and TypeMethodDescriptionprotected StatusCode
PrepareLfcTraceabilityActionPlugin.selectAndExportLifecyclesWithMetadata
(int temporizationDelayInSeconds, int lifecycleTraceabilityMaxEntries, String eventType, HandlerIO handlerIO) Modifier and TypeMethodDescriptionvoid
LogbookLifeCycleTraceabilityHelper.createLogbookOperationEvent
(Integer tenantId, String eventType, StatusCode status, TraceabilityEvent event) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.preservation.model
Modifier and TypeMethodDescriptionWorkflowBatchResult.getGlobalStatus()
StatusOutcome.getStatusCode()
ModifierConstructorDescriptionStatusOutcome
(StatusCode statusCode, String outDetail, String outMessg, String evDetData) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo
Modifier and TypeMethodDescriptionstatic ProbativeCheck
ProbativeCheck.from
(ChecksInformation information, String source, String destination, StatusCode status) ModifierConstructorDescriptionProbativeCheck
(String name, String details, ChecksInformation.ChecksType type, ChecksInformation.ChecksSourceDestination source, ChecksInformation.ChecksSourceDestination destination, String sourceComparable, String destinationComparable, ChecksInformation.ChecksAction action, ChecksInformation.CheckedItem item, StatusCode status) ProbativeReportEntry
(List<String> unitIds, String objectGroupId, String objectId, String usageVersion, List<ProbativeOperation> operations, List<ProbativeCheck> checks, String evStartDateTime, String evEndDateTime, StatusCode status) -
Uses of StatusCode in fr.gouv.vitam.worker.core.utils
Modifier and TypeMethodDescriptionstatic List<ItemStatus>
PluginHelper.buildBulkItemStatus
(WorkerParameters param, String action, StatusCode statusCode) static <TEventDetails>
List<ItemStatus>PluginHelper.buildBulkItemStatus
(WorkerParameters param, String action, StatusCode statusCode, TEventDetails eventDetails) static ItemStatus
PluginHelper.buildItemStatus
(String action, StatusCode statusCode) static <TEventDetails>
ItemStatusPluginHelper.buildItemStatus
(String action, StatusCode statusCode, TEventDetails eventDetails) static <T> ItemStatus
PluginHelper.buildItemStatusSubItems
(String itemId, Stream<String> subItemIds, StatusCode statusCode, T eventDetails) static <TEventDetails>
ItemStatusPluginHelper.buildItemStatusWithMasterData
(String action, StatusCode statusCode, TEventDetails eventDetails, Object masterDataValue) static ItemStatus
PluginHelper.buildItemStatusWithMessage
(String action, StatusCode statusCode, String message) static <TEventDetails>
LogbookLifeCycleUnitParametersPluginHelper.createParameters
(GUID eventIdentifierProcess, StatusCode logbookOutcome, GUID objectIdentifier, String action, TEventDetails eventDetails, LogbookTypeProcess logbookTypeProcess)