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 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 StatusCode Modifier and Type Method Description StatusCode
BulkUpdateUnitMetadataReportEntry. getStatus()
StatusCode
ObjectGroupToDeleteReportEntry. getStatus()
StatusCode
UpdateUnitMetadataReportEntry. 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 StatusCode
SwitchIndexResult. getStatusCode()
Methods in fr.gouv.vitam.common.database.index.model with parameters of type StatusCode Modifier and Type Method Description SwitchIndexResult
SwitchIndexResult. 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.String
VitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, StatusCode code)
Lifecycle Logbook contextstatic java.lang.String
VitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, StatusCode code, java.lang.Object... args)
Lifecycle Logbook contextstatic java.lang.String
VitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code)
Lifecycle Logbook contextstatic java.lang.String
VitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code, java.lang.Object... args)
Lifecycle Logbook contextstatic java.lang.String
VitamLogbookMessages. getCodeLfc(java.lang.String stepOrHandler, java.lang.String transaction, java.lang.String detailedOutcome, StatusCode code, java.lang.Object... args)
Lifecycle Logbook contextstatic java.lang.String
VitamLogbookMessages. getCodeOp(java.lang.String stepOrHandler, StatusCode code)
Operation Logbook contextstatic java.lang.String
VitamLogbookMessages. getCodeOp(java.lang.String stepOrHandler, StatusCode code, java.lang.Object... args)
Operation Logbook contextstatic java.lang.String
VitamLogbookMessages. getCodeOp(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code)
Operation Logbook contextstatic java.lang.String
VitamLogbookMessages. getCodeOp(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code, java.lang.Object... args)
Operation Logbook contextstatic java.lang.String
VitamLogbookMessages. getOutcomeDetail(java.lang.String stepOrHandler, StatusCode code)
static java.lang.String
VitamLogbookMessages. getOutcomeDetail(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code)
static java.lang.String
VitamLogbookMessages. getOutcomeDetailLfc(java.lang.String stepOrHandler, StatusCode code)
static java.lang.String
VitamLogbookMessages. getOutcomeDetailLfc(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code)
static java.lang.String
VitamLogbookMessages. 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 StatusCode
ItemStatus. getGlobalStatus()
static StatusCode
StatusCode. 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 ItemStatus
ItemStatus. increment(StatusCode statusCode)
ItemStatus
ItemStatus. increment(StatusCode statusCode, int increment)
void
ItemStatus. 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 StatusCode
Distribution. 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 Distribution
Distribution. 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 StatusCode
ReconstructionResponseItem. 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)
ReconstructionResponseItem
ReconstructionResponseItem. 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 StatusCode
FormatImportReport. getStatusCode()
Methods in fr.gouv.vitam.functional.administration.core.format.model with parameters of type StatusCode Modifier and Type Method Description FormatImportReport
FormatImportReport. 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 StatusCode
GriffinReport. getStatusCode()
StatusCode
PreservationScenarioReport. getStatusCode()
Methods in fr.gouv.vitam.functional.administration.core.griffin with parameters of type StatusCode Modifier and Type Method Description GriffinReport
GriffinReport. setStatusCode(StatusCode statusCode)
PreservationScenarioReport
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 StatusCode Modifier and Type Method Description java.io.InputStream
RulesManagerFileImpl. 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 Reportvoid
LogbookRuleImportManager. 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)
void
LogbookRuleImportManager. updateCommitFileRulesLogbookOperationOkOrKo(StatusCode statusCode, GUID evIdentifierProcess, int nbDeleted, int nbUpdated, int nbInserted)
void
LogbookRuleImportManager. 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 void
CommonStep. 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 StatusCode
IngestExternal. 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, ...)StatusCode
IngestExternalImpl. 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.String
AtrKoBuilder. 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 void
LogbookOperationTraceabilityHelper. 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.String
MessageLogbookEngineHelper. getLabelOp(java.lang.String stepOrHandler, StatusCode code, java.lang.Object... args)
Get operation logbook messagejava.lang.String
MessageLogbookEngineHelper. getLabelOp(java.lang.String stepOrHandler, java.lang.String transaction, StatusCode code, java.lang.Object... args)
Get operation logbook messagejava.lang.String
MessageLogbookEngineHelper. getOutcomeDetail(java.lang.String stepOrHandler, StatusCode code)
Get operation logbook outcome detail (key)java.lang.String
MessageLogbookEngineHelper. 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 StatusCode
ReconstructionResponseItem. getStatus()
Methods in fr.gouv.vitam.logbook.common.model.reconstruction with parameters of type StatusCode Modifier and Type Method Description ReconstructionResponseItem
ReconstructionResponseItem. 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 StatusCode
LogbookParameters. getStatus()
Get the outcome statusMethods in fr.gouv.vitam.logbook.common.parameters with parameters of type StatusCode Modifier and Type Method Description static LogbookLifeCycleObjectGroupParameters
LogbookParameterHelper. 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 LogbookLifeCycleUnitParameters
LogbookParameterHelper. 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 LogbookOperationParameters
LogbookParameterHelper. newLogbookOperationParameters(GUID eventIdentifier, java.lang.String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, java.lang.String outcomeDetailMessage, GUID eventIdentifierRequest)
Get a new LogbookOperationParameters objectstatic LogbookOperationParameters
LogbookParameterHelper. 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 subtaskLogbookParameters
LogbookParameters. 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 messageLogbookParameters
LogbookParameters. 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 void
LogbookTraceabilityHelper. 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 StatusCode
ReconstructionResponseItem. getStatus()
Methods in fr.gouv.vitam.metadata.api.model with parameters of type StatusCode Modifier and Type Method Description ReconstructionResponseItem
ReconstructionResponseItem. 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 StatusCode
UpdateUnit. 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 StatusCode
IEventsProcessEngine. getCurrentProcessWorkflowStatus()
Methods in fr.gouv.vitam.processing.common.automation with parameters of type StatusCode Modifier and Type Method Description void
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 StatusCode Modifier and Type Method Description StatusCode
ProcessResponse. getGlobalProcessStatusCode(java.util.List<EngineResponse> responses)
getGlobalProcessStatusCode, return the global status of workflow processingStatusCode
EngineResponse. getStatus()
StatusCode
ProcessResponse. getStatus()
implementation of getStatus() of EngineResponse API classStatusCode
ProcessWorkflow. getStatus()
get the status of the processWorkflowStatusCode
ProcessStep. getStepStatusCode()
StatusCode
ProcessWorkflow. getTargetStatus()
Methods in fr.gouv.vitam.processing.common.model with parameters of type StatusCode Modifier and Type Method Description EngineResponse
EngineResponse. setStatus(StatusCode status)
ProcessResponse
ProcessResponse. setStatus(StatusCode status)
implementation of setStatus() of EngineResponse API classProcessWorkflow
ProcessWorkflow. setStatus(StatusCode status)
set the status of the workflowProcessStep
ProcessStep. setStepStatusCode(StatusCode stepStatusCode)
ProcessWorkflow
ProcessWorkflow. 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 StatusCode
StateMachine. getCurrentProcessWorkflowStatus()
Methods in fr.gouv.vitam.processing.management.core with parameters of type StatusCode Modifier and Type Method Description void
StateMachine. 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 StatusCode
OfferDiffStatus. getStatusCode()
Methods in fr.gouv.vitam.storage.engine.server.offerdiff with parameters of type StatusCode Modifier and Type Method Description OfferDiffStatus
OfferDiffStatus. 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 StatusCode
OfferSyncStatus. getStatusCode()
Methods in fr.gouv.vitam.storage.engine.server.offersynchronization with parameters of type StatusCode Modifier and Type Method Description OfferSyncStatus
OfferSyncStatus. 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 void
LogbookStorageTraceabilityHelper. 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 StatusCode
CatalogResponse. getStatus()
StatusCode
ReadWriteResult. getStatus()
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type StatusCode Modifier and Type Method Description void
ReadWriteResult. 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 void
ArchiveUnitLifecycleUpdateUtils. logLifecycle(WorkerParameters params, java.lang.String auGuid, StatusCode code, java.lang.String evDetData, LogbookLifeCyclesClient logbookLifeCycleClient)
Method used to log lifecycles unitstatic void
LogbookLifecycleWorkerHelper. 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 StatusCode
ProcessingStatusException. 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 StatusCode
AuditException. 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 StatusCode
AuditCheckObjectResult. getGlobalStatus()
Compute global status from max statusStatusCode
AuditCheckObjectGroupResult. getObjectsGlobalStatus()
StatusCode
AuditCheckObjectGroupResult. 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 void
AuditCheckObjectGroupResult. 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 StatusCode
ComputedInheritedRulesException. getStatusCode()
Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception with parameters of type StatusCode Modifier and Type Method Description void
ComputedInheritedRulesException. 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 StatusCode
CleanupReportManager. getGlobalStatus()
StatusCode
IngestCleanupObjectGroupReportEntry. getStatus()
StatusCode
IngestCleanupUnitReportEntry. getStatus()
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report with parameters of type StatusCode Modifier and Type Method Description IngestCleanupObjectGroupReportEntry
IngestCleanupObjectGroupReportEntry. setStatus(StatusCode status)
IngestCleanupUnitReportEntry
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 StatusCode Modifier and Type Method Description protected StatusCode
PrepareLfcTraceabilityActionPlugin. 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 void
LogbookLifeCycleTraceabilityHelper. 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 StatusCode
WorkflowBatchResult. getGlobalStatus()
StatusCode
StatusOutcome. 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 StatusCode
ProbativeCheck. getStatus()
StatusCode
ProbativeReportEntry. getStatus()
Methods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type StatusCode Modifier and Type Method Description static ProbativeCheck
ProbativeCheck. 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 ItemStatus
PluginHelper. buildItemStatus(java.lang.String action, StatusCode statusCode)
static <TEventDetails>
ItemStatusPluginHelper. buildItemStatus(java.lang.String action, StatusCode statusCode, TEventDetails eventDetails)
static <T> ItemStatus
PluginHelper. 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 ItemStatus
PluginHelper. 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)
-