Uses of Class
fr.gouv.vitam.common.model.StatusCode
-
-
Uses of StatusCode in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model with parameters of type StatusCode Modifier and Type Method Description static ReportStatusReportStatus. 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 StatusCode Modifier and Type Method Description StatusCodeBulkUpdateUnitMetadataReportEntry. getStatus()StatusCodeObjectGroupToDeleteReportEntry. getStatus()StatusCodeUpdateUnitMetadataReportEntry. getStatus()Constructors in fr.gouv.vitam.batch.report.model.entry with parameters of type StatusCode Constructor Description BulkUpdateUnitMetadataReportEntry(java.lang.Integer tenantId, java.lang.String processId, java.lang.String detailId, java.lang.String query, java.lang.String unitId, java.lang.String resultKey, StatusCode status, java.lang.String outcome, java.lang.String message)ObjectGroupToDeleteReportEntry(StatusCode status, java.lang.String outcome, java.util.List<VersionsModelCustomized> deletedVersions)UpdateUnitMetadataReportEntry(java.lang.Integer tenantId, java.lang.String processId, java.lang.String unitId, java.lang.String resultKey, StatusCode status, java.lang.String outcome, java.lang.String message) -
Uses of StatusCode in fr.gouv.vitam.common.database.index.model
Methods in fr.gouv.vitam.common.database.index.model that return StatusCode Modifier and Type Method Description StatusCodeSwitchIndexResult. getStatusCode()Methods in fr.gouv.vitam.common.database.index.model with parameters of type StatusCode Modifier and Type Method Description SwitchIndexResultSwitchIndexResult. setStatusCode(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.common.i18n
Methods in fr.gouv.vitam.common.i18n with parameters of type StatusCode Modifier and Type Method Description static java.lang.StringVitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, StatusCode code)Lifecycle Logbook contextstatic java.lang.StringVitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, StatusCode code, java.lang.Object... args)Lifecycle Logbook contextstatic java.lang.StringVitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code)Lifecycle Logbook contextstatic java.lang.StringVitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code, java.lang.Object... args)Lifecycle Logbook contextstatic java.lang.StringVitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, java.lang.String transaction, java.lang.String detailedOutcome, StatusCode code, java.lang.Object... args)Lifecycle Logbook contextstatic java.lang.StringVitamLogbookMessages. getCodeOp(java.lang.String stepOrHandler, StatusCode code)Operation Logbook contextstatic java.lang.StringVitamLogbookMessages. getCodeOp(java.lang.String stepOrHandler, StatusCode code, java.lang.Object... args)Operation Logbook contextstatic java.lang.StringVitamLogbookMessages. getCodeOp(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code)Operation Logbook contextstatic java.lang.StringVitamLogbookMessages. getCodeOp(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code, java.lang.Object... args)Operation Logbook contextstatic java.lang.StringVitamLogbookMessages. getOutcomeDetail(java.lang.String stepOrHandler, StatusCode code)static java.lang.StringVitamLogbookMessages. getOutcomeDetail(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code)static java.lang.StringVitamLogbookMessages. getOutcomeDetailLfc(java.lang.String stepOrHandler, StatusCode code)static java.lang.StringVitamLogbookMessages. getOutcomeDetailLfc(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code)static java.lang.StringVitamLogbookMessages. getOutcomeDetailLfc(java.lang.String stepOrHandler, java.lang.String transaction, java.lang.String detailedOutcome, StatusCode code) -
Uses of StatusCode in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return StatusCode Modifier and Type Method Description StatusCodeItemStatus. getGlobalStatus()static StatusCodeStatusCode. valueOf(java.lang.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.Methods in fr.gouv.vitam.common.model with parameters of type StatusCode Modifier and Type Method Description ItemStatusItemStatus. increment(StatusCode statusCode)ItemStatusItemStatus. increment(StatusCode statusCode, int increment)voidItemStatus. setStatusMeterValue(StatusCode statusCode, java.lang.Integer value)Set the value of the specified statusCode in this statusMeterConstructors in fr.gouv.vitam.common.model with parameters of type StatusCode Constructor Description ItemStatus(java.lang.String itemId, java.lang.String message, StatusCode globalStatus, java.util.List<java.lang.Integer> statusMeter, java.util.Map<java.lang.String,java.lang.Object> data, java.util.LinkedHashMap<java.lang.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 StatusCode Modifier and Type Method Description StatusCodeDistribution. 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 StatusCode Modifier and Type Method Description DistributionDistribution. 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 StatusCode Modifier and Type Method Description StatusCodeReconstructionResponseItem. getStatus()Methods in fr.gouv.vitam.functional.administration.common with parameters of type StatusCode Modifier and Type Method Description static VitamError<com.fasterxml.jackson.databind.JsonNode>VitamErrorUtils. getVitamError(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state)static <T> VitamError<T>VitamErrorUtils. getVitamError(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state, java.lang.Class<T> clasz)static VitamError<com.fasterxml.jackson.databind.JsonNode>VitamErrorUtils. getVitamErrorWithMessage(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state, java.lang.String message)static <T> VitamError<T>VitamErrorUtils. getVitamErrorWithMessage(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state, java.lang.String message, java.lang.Class<T> clasz)ReconstructionResponseItemReconstructionResponseItem. setStatus(StatusCode status)Constructors in fr.gouv.vitam.functional.administration.common with parameters of type StatusCode Constructor Description ReconstructionResponseItem(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 StatusCode Modifier and Type Method Description StatusCodeFormatImportReport. getStatusCode()Methods in fr.gouv.vitam.functional.administration.core.format.model with parameters of type StatusCode Modifier and Type Method Description FormatImportReportFormatImportReport. setStatusCode(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.functional.administration.core.griffin
Methods in fr.gouv.vitam.functional.administration.core.griffin that return StatusCode Modifier and Type Method Description StatusCodeGriffinReport. getStatusCode()StatusCodePreservationScenarioReport. getStatusCode()Methods in fr.gouv.vitam.functional.administration.core.griffin with parameters of type StatusCode Modifier and Type Method Description GriffinReportGriffinReport. setStatusCode(StatusCode statusCode)PreservationScenarioReportPreservationScenarioReport. 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 StatusCode Modifier and Type Method Description java.io.InputStreamRulesManagerFileImpl. generateReportContent(java.util.Map<java.lang.Integer,java.util.List<ErrorReport>> errors, java.util.List<FileRulesModel> usedDeletedRules, java.util.List<FileRulesModel> usedRulesWithDurationModeUpdate, java.util.List<FileRulesModel> usedUpdatedRules, java.util.List<FileRulesModel> fileRulesModelToDelete, java.util.List<FileRulesModel> fileRulesModelToUpdate, java.util.List<FileRulesModel> fileRulesModelToInsert, StatusCode status, GUID eipMaster)generate Error ReportvoidLogbookRuleImportManager. updateCheckFileRulesLogbookOperation(StatusCode statusCode, java.util.Set<java.lang.String> usedUpdatedRuleIds, java.util.Set<java.lang.String> notUsedDeletedRuleIds, java.util.Set<java.lang.String> nonDeletableUsedRuleIds, java.util.Set<java.lang.String> usedRuleIdsWithDurationModeUpdate, GUID evIdentifierProcess)voidLogbookRuleImportManager. updateCommitFileRulesLogbookOperationOkOrKo(StatusCode statusCode, GUID evIdentifierProcess, int nbDeleted, int nbUpdated, int nbInserted)voidLogbookRuleImportManager. updateStpImportRulesLogbookOperation(GUID eip, StatusCode status, java.lang.String filename) -
Uses of StatusCode in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step with parameters of type StatusCode Modifier and Type Method Description protected voidCommonStep. checkOperationStatus(java.lang.String operationId, StatusCode... statuses) -
Uses of StatusCode in fr.gouv.vitam.ingest.external.core
Methods in fr.gouv.vitam.ingest.external.core that return StatusCode Modifier and Type Method Description StatusCodeIngestExternal. upload(PreUploadResume preUploadResume, java.lang.String xAction, GUID guid, java.lang.String manifestDigestValue, java.lang.String manifestDigestAlgo)upload the file -- store in local, scan for viruses and then check for supported format (ZIP, TAR, ...)StatusCodeIngestExternalImpl. upload(PreUploadResume preUploadResume, java.lang.String xAction, GUID guid, java.lang.String manifestDigestValue, java.lang.String manifestDigestAlgo)Methods in fr.gouv.vitam.ingest.external.core with parameters of type StatusCode Modifier and Type Method Description static java.lang.StringAtrKoBuilder. buildAtrKo(java.lang.String messageIdentifier, java.lang.String archivalAgency, java.lang.String transferringAgency, java.lang.String eventType, java.lang.String addedMessage, StatusCode code, java.time.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 StatusCode Modifier and Type Method Description voidLogbookOperationTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.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 StatusCode Modifier and Type Method Description java.lang.StringMessageLogbookEngineHelper. getLabelOp(java.lang.String stepOrHandler, StatusCode code, java.lang.Object... args)Get operation logbook messagejava.lang.StringMessageLogbookEngineHelper. getLabelOp(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code, java.lang.Object... args)Get operation logbook messagejava.lang.StringMessageLogbookEngineHelper. getOutcomeDetail(java.lang.String stepOrHandler, StatusCode code)Get operation logbook outcome detail (key)java.lang.StringMessageLogbookEngineHelper. getOutcomeDetail(java.lang.String stepOrHandler, java.lang.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 StatusCode Modifier and Type Method Description StatusCodeReconstructionResponseItem. getStatus()Methods in fr.gouv.vitam.logbook.common.model.reconstruction with parameters of type StatusCode Modifier and Type Method Description ReconstructionResponseItemReconstructionResponseItem. setStatus(StatusCode status)Constructors in fr.gouv.vitam.logbook.common.model.reconstruction with parameters of type StatusCode Constructor Description ReconstructionResponseItem(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 StatusCode Modifier and Type Method Description StatusCodeLogbookParameters. getStatus()Get the outcome statusMethods in fr.gouv.vitam.logbook.common.parameters with parameters of type StatusCode Modifier and Type Method Description static LogbookLifeCycleObjectGroupParametersLogbookParameterHelper. newLogbookLifeCycleObjectGroupParameters(GUID eventIdentifier, java.lang.String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, java.lang.String outcomeDetail, java.lang.String outcomeDetailMessage, GUID objectIdentifier)Get a new LogbookLifeCycleObjectGroupParameters objectstatic LogbookLifeCycleUnitParametersLogbookParameterHelper. newLogbookLifeCycleUnitParameters(GUID eventIdentifier, java.lang.String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, java.lang.String outcomeDetail, java.lang.String outcomeDetailMessage, GUID objectIdentifier)Get a new LogbookLifeCycleUnitParameters objectstatic LogbookOperationParametersLogbookParameterHelper. newLogbookOperationParameters(GUID eventIdentifier, java.lang.String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, java.lang.String outcomeDetailMessage, GUID eventIdentifierRequest)Get a new LogbookOperationParameters objectstatic LogbookOperationParametersLogbookParameterHelper. newLogbookOperationParameters(GUID eventIdentifier, java.lang.String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, java.lang.String subtask, java.lang.String appendedDetailMessage, GUID eventIdentifierRequest)Get a new LogbookOperationParameters object for subtaskLogbookParametersLogbookParameters. setFinalStatus(java.lang.String handlerId, java.lang.String subTaskId, StatusCode code, java.lang.String additionalMessage, java.lang.String... params)Update the current LogbookParameters with status and messageLogbookParametersLogbookParameters. 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 StatusCode Modifier and Type Method Description voidLogbookTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.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 StatusCode Modifier and Type Method Description StatusCodeReconstructionResponseItem. getStatus()Methods in fr.gouv.vitam.metadata.api.model with parameters of type StatusCode Modifier and Type Method Description ReconstructionResponseItemReconstructionResponseItem. setStatus(StatusCode status)Constructors in fr.gouv.vitam.metadata.api.model with parameters of type StatusCode Constructor Description ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status)Constructor -
Uses of StatusCode in fr.gouv.vitam.metadata.core.model
Methods in fr.gouv.vitam.metadata.core.model that return StatusCode Modifier and Type Method Description StatusCodeUpdateUnit. getStatus()Constructors in fr.gouv.vitam.metadata.core.model with parameters of type StatusCode Constructor Description UpdateUnit(java.lang.String unitId, StatusCode status, UpdateUnitKey key, java.lang.String message, java.lang.String diff) -
Uses of StatusCode in fr.gouv.vitam.processing.common.automation
Methods in fr.gouv.vitam.processing.common.automation that return StatusCode Modifier and Type Method Description StatusCodeIEventsProcessEngine. getCurrentProcessWorkflowStatus()Methods in fr.gouv.vitam.processing.common.automation with parameters of type StatusCode Modifier and Type Method Description voidIEventsProcessEngine. 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 StatusCode Modifier and Type Method Description StatusCodeProcessResponse. getGlobalProcessStatusCode(java.util.List<EngineResponse> responses)getGlobalProcessStatusCode, return the global status of workflow processingStatusCodeEngineResponse. getStatus()StatusCodeProcessResponse. getStatus()implementation of getStatus() of EngineResponse API classStatusCodeProcessWorkflow. getStatus()get the status of the processWorkflowStatusCodeProcessStep. getStepStatusCode()StatusCodeProcessWorkflow. getTargetStatus()Methods in fr.gouv.vitam.processing.common.model with parameters of type StatusCode Modifier and Type Method Description EngineResponseEngineResponse. setStatus(StatusCode status)ProcessResponseProcessResponse. setStatus(StatusCode status)implementation of setStatus() of EngineResponse API classProcessWorkflowProcessWorkflow. setStatus(StatusCode status)set the status of the workflowProcessStepProcessStep. setStepStatusCode(StatusCode stepStatusCode)ProcessWorkflowProcessWorkflow. setTargetStatus(StatusCode targetStatus)Constructors in fr.gouv.vitam.processing.common.model with parameters of type StatusCode Constructor Description ProcessWorkflow(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 StatusCode Modifier and Type Method Description StatusCodeStateMachine. getCurrentProcessWorkflowStatus()Methods in fr.gouv.vitam.processing.management.core with parameters of type StatusCode Modifier and Type Method Description voidStateMachine. onUpdate(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.storage.engine.server.offerdiff
Methods in fr.gouv.vitam.storage.engine.server.offerdiff that return StatusCode Modifier and Type Method Description StatusCodeOfferDiffStatus. getStatusCode()Methods in fr.gouv.vitam.storage.engine.server.offerdiff with parameters of type StatusCode Modifier and Type Method Description OfferDiffStatusOfferDiffStatus. setStatusCode(StatusCode statusCode) -
Uses of StatusCode in fr.gouv.vitam.storage.engine.server.offersynchronization
Methods in fr.gouv.vitam.storage.engine.server.offersynchronization that return StatusCode Modifier and Type Method Description StatusCodeOfferSyncStatus. getStatusCode()Methods in fr.gouv.vitam.storage.engine.server.offersynchronization with parameters of type StatusCode Modifier and Type Method Description OfferSyncStatusOfferSyncStatus. setStatusCode(StatusCode statusCode)Constructors in fr.gouv.vitam.storage.engine.server.offersynchronization with parameters of type StatusCode Constructor Description OfferSyncStatus(java.lang.String requestID, StatusCode statusCode, java.lang.String startDate, java.lang.String endDate, java.lang.String sourceOffer, java.lang.String targetOffer, java.lang.String container, java.lang.Long startOffset, java.lang.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 StatusCode Modifier and Type Method Description voidLogbookStorageTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.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 StatusCode Modifier and Type Method Description StatusCodeCatalogResponse. getStatus()StatusCodeReadWriteResult. getStatus()Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type StatusCode Modifier and Type Method Description voidReadWriteResult. setStatus(StatusCode status)Constructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type StatusCode Constructor Description CatalogResponse(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 StatusCode Modifier and Type Method Description voidArchiveUnitLifecycleUpdateUtils. logLifecycle(WorkerParameters params, java.lang.String auGuid, StatusCode code, java.lang.String evDetData, LogbookLifeCyclesClient logbookLifeCycleClient)Method used to log lifecycles unitstatic voidLogbookLifecycleWorkerHelper. updateLifeCycleStep(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, java.lang.String lfcEventType, LogbookTypeProcess logbookTypeProcess, StatusCode statusCode, java.lang.String... additionalParams) -
Uses of StatusCode in fr.gouv.vitam.worker.core.exception
Methods in fr.gouv.vitam.worker.core.exception that return StatusCode Modifier and Type Method Description StatusCodeProcessingStatusException. getStatusCode()Constructors in fr.gouv.vitam.worker.core.exception with parameters of type StatusCode Constructor Description ProcessingStatusException(StatusCode statusCode, java.lang.Object eventDetails, java.lang.String message)ProcessingStatusException(StatusCode statusCode, java.lang.Object eventDetails, java.lang.String message, java.lang.Throwable cause)ProcessingStatusException(StatusCode statusCode, java.lang.String message)ProcessingStatusException(StatusCode statusCode, java.lang.String message, java.lang.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 StatusCode Modifier and Type Method Description protected java.util.Map<StatusCode,java.lang.Integer>GenericReportGenerationHandler. getStatusStatistic(LogbookEvent logbookEvent)protected java.util.Map<StatusCode,java.lang.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 StatusCode Modifier and Type Method Description StatusCodeAuditException. getStatusCode()Constructors in fr.gouv.vitam.worker.core.plugin.audit.exception with parameters of type StatusCode Constructor Description AuditException(StatusCode statusCode, java.lang.String message)AuditException(StatusCode statusCode, java.lang.String message, java.lang.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 StatusCode Modifier and Type Method Description StatusCodeAuditCheckObjectResult. getGlobalStatus()Compute global status from max statusStatusCodeAuditCheckObjectGroupResult. getObjectsGlobalStatus()StatusCodeAuditCheckObjectGroupResult. getStatus()Methods in fr.gouv.vitam.worker.core.plugin.audit.model that return types with arguments of type StatusCode Modifier and Type Method Description java.util.Map<java.lang.String,StatusCode>AuditCheckObjectResult. getOfferStatuses()Methods in fr.gouv.vitam.worker.core.plugin.audit.model with parameters of type StatusCode Modifier and Type Method Description voidAuditCheckObjectGroupResult. setStatus(StatusCode status) -
Uses of StatusCode in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception
Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception that return StatusCode Modifier and Type Method Description StatusCodeComputedInheritedRulesException. getStatusCode()Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception with parameters of type StatusCode Modifier and Type Method Description voidComputedInheritedRulesException. setStatusCode(StatusCode statusCode)Constructors in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception with parameters of type StatusCode Constructor Description ComputedInheritedRulesException(VitamError vitamError, StatusCode statusCode)ComputedInheritedRulesException(StatusCode statusCode, java.lang.String message, java.lang.Throwable cause)ComputedInheritedRulesException(java.lang.String message, StatusCode statusCode)ComputedInheritedRulesException(java.lang.String message, java.lang.Throwable cause, StatusCode statusCode)ComputedInheritedRulesException(java.lang.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 StatusCode Modifier and Type Method Description StatusCodeCleanupReportManager. getGlobalStatus()StatusCodeIngestCleanupObjectGroupReportEntry. getStatus()StatusCodeIngestCleanupUnitReportEntry. getStatus()Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report with parameters of type StatusCode Modifier and Type Method Description IngestCleanupObjectGroupReportEntryIngestCleanupObjectGroupReportEntry. setStatus(StatusCode status)IngestCleanupUnitReportEntryIngestCleanupUnitReportEntry. setStatus(StatusCode status)voidIngestCleanupObjectGroupReportEntry. updateStatus(StatusCode statusCode)voidIngestCleanupUnitReportEntry. 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 StatusCode Modifier and Type Method Description protected StatusCodePrepareLfcTraceabilityActionPlugin. selectAndExportLifecyclesWithMetadata(int temporizationDelayInSeconds, int lifecycleTraceabilityMaxEntries, java.lang.String eventType, HandlerIO handlerIO)Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability with parameters of type StatusCode Modifier and Type Method Description voidLogbookLifeCycleTraceabilityHelper. createLogbookOperationEvent(java.lang.Integer tenantId, java.lang.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 StatusCode Modifier and Type Method Description StatusCodeWorkflowBatchResult. getGlobalStatus()StatusCodeStatusOutcome. getStatusCode()Constructors in fr.gouv.vitam.worker.core.plugin.preservation.model with parameters of type StatusCode Constructor Description StatusOutcome(StatusCode statusCode, java.lang.String outDetail, java.lang.String outMessg, java.lang.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 StatusCode Modifier and Type Method Description StatusCodeProbativeCheck. getStatus()StatusCodeProbativeReportEntry. getStatus()Methods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type StatusCode Modifier and Type Method Description static ProbativeCheckProbativeCheck. from(ChecksInformation information, java.lang.String source, java.lang.String destination, StatusCode status)Constructors in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type StatusCode Constructor Description ProbativeCheck(java.lang.String name, java.lang.String details, ChecksInformation.ChecksType type, ChecksInformation.ChecksSourceDestination source, ChecksInformation.ChecksSourceDestination destination, java.lang.String sourceComparable, java.lang.String destinationComparable, ChecksInformation.ChecksAction action, ChecksInformation.CheckedItem item, StatusCode status)ProbativeReportEntry(java.util.List<java.lang.String> unitIds, java.lang.String objectGroupId, java.lang.String objectId, java.lang.String usageVersion, java.util.List<ProbativeOperation> operations, java.util.List<ProbativeCheck> checks, java.lang.String evStartDateTime, java.lang.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 StatusCode Modifier and Type Method Description static java.util.List<ItemStatus>PluginHelper. buildBulkItemStatus(WorkerParameters param, java.lang.String action, StatusCode statusCode)static <TEventDetails>
java.util.List<ItemStatus>PluginHelper. buildBulkItemStatus(WorkerParameters param, java.lang.String action, StatusCode statusCode, TEventDetails eventDetails)static ItemStatusPluginHelper. buildItemStatus(java.lang.String action, StatusCode statusCode)static <TEventDetails>
ItemStatusPluginHelper. buildItemStatus(java.lang.String action, StatusCode statusCode, TEventDetails eventDetails)static <T> ItemStatusPluginHelper. buildItemStatusSubItems(java.lang.String itemId, java.util.stream.Stream<java.lang.String> subItemIds, StatusCode statusCode, T eventDetails)static <TEventDetails>
ItemStatusPluginHelper. buildItemStatusWithMasterData(java.lang.String action, StatusCode statusCode, TEventDetails eventDetails, java.lang.Object masterDataValue)static ItemStatusPluginHelper. buildItemStatusWithMessage(java.lang.String action, StatusCode statusCode, java.lang.String message)static <TEventDetails>
LogbookLifeCycleUnitParametersPluginHelper. createParameters(GUID eventIdentifierProcess, StatusCode logbookOutcome, GUID objectIdentifier, java.lang.String action, TEventDetails eventDetails, LogbookTypeProcess logbookTypeProcess)
-