Uses of Enum Class
fr.gouv.vitam.storage.engine.server.storagelog.parameters.StorageLogbookOutcome
Packages that use StorageLogbookOutcome
Package
Description
Provides logbook parameters classes used for the Storage Engine Server module
-
Uses of StorageLogbookOutcome in fr.gouv.vitam.storage.engine.server.storagelog.parameters
Methods in fr.gouv.vitam.storage.engine.server.storagelog.parameters that return StorageLogbookOutcomeModifier and TypeMethodDescriptionAccessLogParameters.getStatus()Get the status as an outcomeStorageLogbookParameters.getStatus()Get the status as an outcomestatic StorageLogbookOutcomeReturns the enum constant of this class with the specified name.static StorageLogbookOutcome[]StorageLogbookOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.storage.engine.server.storagelog.parameters with parameters of type StorageLogbookOutcomeModifier and TypeMethodDescriptionstatic StorageLogbookParametersStorageLogbookParameters.createLogParameters(String objectIdentifier, String dataCategory, String digest, String digestAlgorithm, String size, String agentIdentifiers, String agentIdentifierRequester, StorageLogbookOutcome outcome) AccessLogParameters.setStatus(StorageLogbookOutcome outcome) set The status of the operationStorageLogbookParameters.setStatus(StorageLogbookOutcome outcome) set The status of the operation