Uses of Enum Class
fr.gouv.vitam.logbook.common.parameters.LogbookTypeProcess
Packages that use LogbookTypeProcess
Package
Description
Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses.
Provides common parameters, helpers and factory classes used for the Logbook module
Provides core implementation for the Logbook Operations module.
Provides common Model classes for the Processing module.
Provides common Parameters classes and utility classes for the Processing module.
Provides core implementation for the Processing Management module.
Provides common utility classes for the Worker module.
Provides Handler classes for the Worker Core module
-
Uses of LogbookTypeProcess in fr.gouv.vitam.ingest.internal.upload.rest
Methods in fr.gouv.vitam.ingest.internal.upload.rest with parameters of type LogbookTypeProcessModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseIngestInternalResource.uploadSipAsStream(String contentType, String contextId, String xActionInit, LogbookTypeProcess logbookTypeProcess, InputStream uploadedInputStream) Upload compressed SIP as Stream, will be uncompressed in workspace. Will returnResponsecontaining an InputStream for the ArchiveTransferReply (OK or KO) except in INTERNAL_ERROR (no body) -
Uses of LogbookTypeProcess in fr.gouv.vitam.logbook.common
Constructors in fr.gouv.vitam.logbook.common with parameters of type LogbookTypeProcessModifierConstructorDescriptionMessageLogbookEngineHelper(LogbookTypeProcess logbookTypeProcess) Default constructor -
Uses of LogbookTypeProcess in fr.gouv.vitam.logbook.common.parameters
Methods in fr.gouv.vitam.logbook.common.parameters that return LogbookTypeProcessModifier and TypeMethodDescriptionContexts.getLogbookTypeProcess()Get logbook type process (evTypeProc)static LogbookTypeProcessLogbookTypeProcess.getLogbookTypeProcess(String type) Get the LogbookTypeProcess matching the given typeLogbookParameters.getTypeProcess()Get the process typestatic LogbookTypeProcessReturns the enum constant of this class with the specified name.static LogbookTypeProcess[]LogbookTypeProcess.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.logbook.common.parameters with parameters of type LogbookTypeProcessModifier 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 LogbookOperationParametersLogbookParameterHelper.newLogbookOperationParameters(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String outcomeDetailMessage, GUID eventIdentifierRequest) Get a new LogbookOperationParameters objectstatic LogbookOperationParametersLogbookParameterHelper.newLogbookOperationParameters(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String subtask, String appendedDetailMessage, GUID eventIdentifierRequest) Get a new LogbookOperationParameters object for subtaskLogbookParameters.setTypeProcess(LogbookTypeProcess process) Set the process type -
Uses of LogbookTypeProcess in fr.gouv.vitam.logbook.operations.core
Methods in fr.gouv.vitam.logbook.operations.core that return types with arguments of type LogbookTypeProcessModifier and TypeMethodDescriptionstatic List<LogbookTypeProcess>BackgroundLogbookTypeProcessHelper.getBackgroundLogbookTypeProcesses() -
Uses of LogbookTypeProcess in fr.gouv.vitam.processing.common.automation
Methods in fr.gouv.vitam.processing.common.automation that return LogbookTypeProcess -
Uses of LogbookTypeProcess in fr.gouv.vitam.processing.common.model
Methods in fr.gouv.vitam.processing.common.model that return LogbookTypeProcessMethods in fr.gouv.vitam.processing.common.model with parameters of type LogbookTypeProcessModifier and TypeMethodDescriptionProcessWorkflow.setLogbookTypeProcess(LogbookTypeProcess logbookTypeProcess) Constructors in fr.gouv.vitam.processing.common.model with parameters of type LogbookTypeProcessModifierConstructorDescriptionProcessWorkflow(LogbookTypeProcess logbookTypeProcess, StatusCode status, ProcessState state) -
Uses of LogbookTypeProcess in fr.gouv.vitam.processing.common.parameter
Methods in fr.gouv.vitam.processing.common.parameter that return LogbookTypeProcessModifier and TypeMethodDescriptionWorkerParameters.getLogbookTypeProcess()Get the logbook Type ProcessMethods in fr.gouv.vitam.processing.common.parameter with parameters of type LogbookTypeProcessModifier and TypeMethodDescriptionWorkerParameters.setLogbookTypeProcess(LogbookTypeProcess logbookTypeProcess) Set the logbook Type Process -
Uses of LogbookTypeProcess in fr.gouv.vitam.processing.engine.core.operation
Methods in fr.gouv.vitam.processing.engine.core.operation with parameters of type LogbookTypeProcessModifier and TypeMethodDescriptionvoidOperationContextMonitor.backup(String strategy, String operationContainer, LogbookTypeProcess logbookTypeProcess) static voidOperationContextMonitor.compressInWorkspace(WorkspaceClientFactory workspaceClientFactory, String operationContainer, LogbookTypeProcess logbookTypeProcess, String... files) booleanOperationContextMonitor.deleteBackup(String strategy, String operationContainer, LogbookTypeProcess logbookTypeProcess) com.fasterxml.jackson.databind.JsonNodeOperationContextMonitor.getInformation(String strategy, String operationContainer, LogbookTypeProcess logbookTypeProcess) -
Uses of LogbookTypeProcess in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core that return LogbookTypeProcess -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.common.utils
Methods in fr.gouv.vitam.worker.common.utils with parameters of type LogbookTypeProcessModifier and TypeMethodDescriptionstatic voidLogbookLifecycleWorkerHelper.updateLifeCycleForBegining(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, LogbookTypeProcess logbookTypeProcess) static voidLogbookLifecycleWorkerHelper.updateLifeCycleStep(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, String lfcEventType, LogbookTypeProcess logbookTypeProcess, StatusCode statusCode, String... additionalParams) -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.core.extractseda
Methods in fr.gouv.vitam.worker.core.extractseda that return LogbookTypeProcessMethods in fr.gouv.vitam.worker.core.extractseda with parameters of type LogbookTypeProcessModifier and TypeMethodDescriptionvoidIngestContext.setTypeProcess(LogbookTypeProcess typeProcess) -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that return LogbookTypeProcessModifier and TypeMethodDescriptionprotected abstract LogbookTypeProcessAbstractAccessionRegisterAction.getOperationType()protected LogbookTypeProcessIngestAccessionRegisterActionHandler.getOperationType() -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.core.plugin.preservation
Methods in fr.gouv.vitam.worker.core.plugin.preservation that return LogbookTypeProcessModifier and TypeMethodDescriptionprotected LogbookTypeProcessPreservationAccessionRegisterActionHandler.getOperationType() -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.core.plugin.purge
Constructors in fr.gouv.vitam.worker.core.plugin.purge with parameters of type LogbookTypeProcessModifierConstructorDescriptionPurgeAccessionRegisterUpdatePlugin(String actionId, LogbookTypeProcess logbookTypeProcess) Default constructor -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils with parameters of type LogbookTypeProcessModifier and TypeMethodDescriptionstatic <TEventDetails>
LogbookLifeCycleUnitParametersPluginHelper.createParameters(GUID eventIdentifierProcess, StatusCode logbookOutcome, GUID objectIdentifier, String action, TEventDetails eventDetails, LogbookTypeProcess logbookTypeProcess)