Uses of Enum Class
fr.gouv.vitam.common.model.StatusCode
Packages that use 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
Methods in fr.gouv.vitam.batch.report.model with parameters of type StatusCodeModifier and TypeMethodDescriptionstatic ReportStatus
ReportStatus.parseFromStatusCode
(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.batch.report.model.entry
Methods in fr.gouv.vitam.batch.report.model.entry that return StatusCodeModifier and TypeMethodDescriptionBulkUpdateUnitMetadataReportEntry.getStatus()
ObjectGroupToDeleteReportEntry.getStatus()
UpdateUnitMetadataReportEntry.getStatus()
Constructors in fr.gouv.vitam.batch.report.model.entry with parameters of type StatusCodeModifierConstructorDescriptionBulkUpdateUnitMetadataReportEntry
(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
Methods in fr.gouv.vitam.common.database.index.model that return StatusCodeMethods in fr.gouv.vitam.common.database.index.model with parameters of type StatusCode -
Uses of StatusCode in fr.gouv.vitam.common.i18n
Methods in fr.gouv.vitam.common.i18n with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.common.model that return StatusCodeModifier 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.Methods in fr.gouv.vitam.common.model with parameters of type StatusCodeModifier 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 statusMeterConstructors in fr.gouv.vitam.common.model with parameters of type StatusCodeModifierConstructorDescriptionItemStatus
(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
Methods in fr.gouv.vitam.common.model.processing that return StatusCodeModifier and TypeMethodDescriptionDistribution.getStatusOnEmptyDistribution()
Get the status to be used in the logbook if no distribution occurredMethods in fr.gouv.vitam.common.model.processing with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.functional.administration.common that return StatusCodeMethods in fr.gouv.vitam.functional.administration.common with parameters of type StatusCodeModifier 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) Constructors in fr.gouv.vitam.functional.administration.common with parameters of type StatusCodeModifierConstructorDescriptionReconstructionResponseItem
(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) Constructor -
Uses of StatusCode in fr.gouv.vitam.functional.administration.core.format.model
Methods in fr.gouv.vitam.functional.administration.core.format.model that return StatusCodeMethods in fr.gouv.vitam.functional.administration.core.format.model with parameters of type StatusCode -
Uses of StatusCode in fr.gouv.vitam.functional.administration.core.griffin
Methods in fr.gouv.vitam.functional.administration.core.griffin that return StatusCodeModifier and TypeMethodDescriptionGriffinReport.getStatusCode()
PreservationScenarioReport.getStatusCode()
Methods in fr.gouv.vitam.functional.administration.core.griffin with parameters of type StatusCodeModifier and TypeMethodDescriptionGriffinReport.setStatusCode
(StatusCode statusCode) PreservationScenarioReport.setStatusCode
(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.functional.administration.core.rules
Methods in fr.gouv.vitam.functional.administration.core.rules with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.functional.administration.core.schema that return StatusCodeMethods in fr.gouv.vitam.functional.administration.core.schema with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.functionaltest.cucumber.step with parameters of type StatusCodeModifier and TypeMethodDescriptionprotected void
CommonStep.checkOperationStatus
(String operationId, StatusCode... statuses) -
Uses of StatusCode in fr.gouv.vitam.ingest.external.core
Methods in fr.gouv.vitam.ingest.external.core that return StatusCodeModifier 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) Methods in fr.gouv.vitam.ingest.external.core with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.logbook.administration.core with parameters of type StatusCodeModifier and TypeMethodDescriptionvoid
LogbookOperationTraceabilityHelper.createLogbookOperationEvent
(Integer tenantId, String eventType, StatusCode status, TraceabilityEvent event) -
Uses of StatusCode in fr.gouv.vitam.logbook.common
Methods in fr.gouv.vitam.logbook.common with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.logbook.common.model.reconstruction that return StatusCodeMethods in fr.gouv.vitam.logbook.common.model.reconstruction with parameters of type StatusCodeConstructors in fr.gouv.vitam.logbook.common.model.reconstruction with parameters of type StatusCodeModifierConstructorDescriptionReconstructionResponseItem
(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) Constructor -
Uses of StatusCode in fr.gouv.vitam.logbook.common.parameters
Methods in fr.gouv.vitam.logbook.common.parameters that return StatusCodeMethods in fr.gouv.vitam.logbook.common.parameters with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.logbook.common.traceability with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.metadata.api.model that return StatusCodeMethods in fr.gouv.vitam.metadata.api.model with parameters of type StatusCodeConstructors in fr.gouv.vitam.metadata.api.model with parameters of type StatusCodeModifierConstructorDescriptionReconstructionResponseItem
(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
Methods in fr.gouv.vitam.processing.common.automation that return StatusCodeMethods in fr.gouv.vitam.processing.common.automation with parameters of type StatusCodeModifier and TypeMethodDescriptionvoid
IEventsProcessEngine.onUpdate
(StatusCode statusCode) Update the current step status code -
Uses of StatusCode in fr.gouv.vitam.processing.common.model
Methods in fr.gouv.vitam.processing.common.model that return StatusCodeModifier 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()
Methods in fr.gouv.vitam.processing.common.model with parameters of type StatusCodeModifier 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) Constructors in fr.gouv.vitam.processing.common.model with parameters of type StatusCodeModifierConstructorDescriptionProcessWorkflow
(LogbookTypeProcess logbookTypeProcess, StatusCode status, ProcessState state) -
Uses of StatusCode in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core that return StatusCodeMethods in fr.gouv.vitam.processing.management.core with parameters of type StatusCode -
Uses of StatusCode in fr.gouv.vitam.scheduler.server.job.auditobject
Methods in fr.gouv.vitam.scheduler.server.job.auditobject with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.storage.engine.server.offerdiff that return StatusCodeMethods in fr.gouv.vitam.storage.engine.server.offerdiff with parameters of type StatusCode -
Uses of StatusCode in fr.gouv.vitam.storage.engine.server.offersynchronization
Methods in fr.gouv.vitam.storage.engine.server.offersynchronization that return StatusCodeMethods in fr.gouv.vitam.storage.engine.server.offersynchronization with parameters of type StatusCodeConstructors in fr.gouv.vitam.storage.engine.server.offersynchronization with parameters of type StatusCodeModifierConstructorDescriptionOfferSyncStatus
(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
Methods in fr.gouv.vitam.storage.engine.server.storagetraceability with parameters of type StatusCodeModifier and TypeMethodDescriptionvoid
LogbookStorageTraceabilityHelper.createLogbookOperationEvent
(Integer tenantId, String eventType, StatusCode status, TraceabilityEvent event) -
Uses of StatusCode in fr.gouv.vitam.storage.offers.tape.worker.tasks
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks that return StatusCodeMethods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type StatusCodeConstructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type StatusCodeModifierConstructorDescriptionCatalogResponse
(StatusCode status) CatalogResponse
(StatusCode status, TapeCatalog currentTape) ReadWriteResult
(StatusCode status, QueueState state, TapeCatalog currentTape) -
Uses of StatusCode in fr.gouv.vitam.worker.common.utils
Methods in fr.gouv.vitam.worker.common.utils with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.worker.core.exception that return StatusCodeConstructors in fr.gouv.vitam.worker.core.exception with parameters of type StatusCodeModifierConstructorDescriptionProcessingStatusException
(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
Methods in fr.gouv.vitam.worker.core.plugin that return types with arguments of type StatusCodeModifier 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
Methods in fr.gouv.vitam.worker.core.plugin.audit.exception that return StatusCodeConstructors in fr.gouv.vitam.worker.core.plugin.audit.exception with parameters of type StatusCodeModifierConstructorDescriptionAuditException
(StatusCode statusCode, String message) AuditException
(StatusCode statusCode, String message, Throwable cause) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.audit.model
Methods in fr.gouv.vitam.worker.core.plugin.audit.model that return StatusCodeModifier and TypeMethodDescriptionAuditCheckObjectResult.getGlobalStatus()
Compute global status from max statusAuditCheckObjectGroupResult.getObjectsGlobalStatus()
AuditCheckObjectGroupResult.getStatus()
Methods in fr.gouv.vitam.worker.core.plugin.audit.model that return types with arguments of type StatusCodeMethods in fr.gouv.vitam.worker.core.plugin.audit.model with parameters of type StatusCode -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception
Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception that return StatusCodeMethods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception with parameters of type StatusCodeModifier and TypeMethodDescriptionvoid
ComputedInheritedRulesException.setStatusCode
(StatusCode statusCode) Constructors in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception with parameters of type StatusCodeModifierConstructorDescriptionComputedInheritedRulesException
(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
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report that return StatusCodeModifier and TypeMethodDescriptionCleanupReportManager.getGlobalStatus()
IngestCleanupObjectGroupReportEntry.getStatus()
IngestCleanupUnitReportEntry.getStatus()
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report with parameters of type StatusCodeModifier 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
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability that return StatusCodeModifier and TypeMethodDescriptionprotected StatusCode
PrepareLfcTraceabilityActionPlugin.selectAndExportLifecyclesWithMetadata
(int temporizationDelayInSeconds, int lifecycleTraceabilityMaxEntries, String eventType, HandlerIO handlerIO) Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability with parameters of type StatusCodeModifier and TypeMethodDescriptionvoid
LogbookLifeCycleTraceabilityHelper.createLogbookOperationEvent
(Integer tenantId, String eventType, StatusCode status, TraceabilityEvent event) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.preservation.model
Methods in fr.gouv.vitam.worker.core.plugin.preservation.model that return StatusCodeModifier and TypeMethodDescriptionWorkflowBatchResult.getGlobalStatus()
StatusOutcome.getStatusCode()
Constructors in fr.gouv.vitam.worker.core.plugin.preservation.model with parameters of type StatusCodeModifierConstructorDescriptionStatusOutcome
(StatusCode statusCode, String outDetail, String outMessg, String evDetData) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo
Methods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo that return StatusCodeMethods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type StatusCodeModifier and TypeMethodDescriptionstatic ProbativeCheck
ProbativeCheck.from
(ChecksInformation information, String source, String destination, StatusCode status) Constructors in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type StatusCodeModifierConstructorDescriptionProbativeCheck
(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
Methods in fr.gouv.vitam.worker.core.utils with parameters of type StatusCodeModifier 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)