Uses of Class
fr.gouv.vitam.logbook.common.parameters.LogbookTypeProcess
-
Packages that use LogbookTypeProcess Package Description fr.gouv.vitam.ingest.internal.upload.rest Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses.fr.gouv.vitam.logbook.common fr.gouv.vitam.logbook.common.parameters Provides common parameters, helpers and factory classes used for the Logbook modulefr.gouv.vitam.logbook.operations.core Provides core implementation for the Logbook Operations module.fr.gouv.vitam.processing.common.automation fr.gouv.vitam.processing.common.model Provides common Model classes for the Processing module.fr.gouv.vitam.processing.common.parameter Provides common Parameters classes and utility classes for the Processing module.fr.gouv.vitam.processing.engine.core.operation fr.gouv.vitam.processing.management.core Provides core implementation for the Processing Management module.fr.gouv.vitam.worker.common.utils Provides common utility classes for the Worker module.fr.gouv.vitam.worker.core.extractseda fr.gouv.vitam.worker.core.handler Provides Handler classes for the Worker Core modulefr.gouv.vitam.worker.core.plugin.preservation fr.gouv.vitam.worker.core.plugin.purge fr.gouv.vitam.worker.core.utils -
-
Uses of LogbookTypeProcess in fr.gouv.vitam.ingest.internal.upload.rest
Methods in fr.gouv.vitam.ingest.internal.upload.rest with parameters of type LogbookTypeProcess Modifier and Type Method Description javax.ws.rs.core.ResponseIngestInternalResource. uploadSipAsStream(java.lang.String contentType, java.lang.String contextId, java.lang.String xActionInit, LogbookTypeProcess logbookTypeProcess, java.io.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 LogbookTypeProcess Constructor Description MessageLogbookEngineHelper(LogbookTypeProcess logbookTypeProcess)Default constructor -
Uses of LogbookTypeProcess in fr.gouv.vitam.logbook.common.parameters
Methods in fr.gouv.vitam.logbook.common.parameters that return LogbookTypeProcess Modifier and Type Method Description LogbookTypeProcessContexts. getLogbookTypeProcess()Get logbook type process (evTypeProc)static LogbookTypeProcessLogbookTypeProcess. getLogbookTypeProcess(java.lang.String type)Get the LogbookTypeProcess matching the given typeLogbookTypeProcessLogbookParameters. getTypeProcess()Get the process typestatic LogbookTypeProcessLogbookTypeProcess. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogbookTypeProcess[]LogbookTypeProcess. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.logbook.common.parameters with parameters of type LogbookTypeProcess 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. 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 LogbookTypeProcess Modifier and Type Method Description static java.util.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 Modifier and Type Method Description LogbookTypeProcessIEventsState. getLogbookTypeProcess() -
Uses of LogbookTypeProcess in fr.gouv.vitam.processing.common.model
Methods in fr.gouv.vitam.processing.common.model that return LogbookTypeProcess Modifier and Type Method Description LogbookTypeProcessProcessWorkflow. getLogbookTypeProcess()Methods in fr.gouv.vitam.processing.common.model with parameters of type LogbookTypeProcess Modifier and Type Method Description ProcessWorkflowProcessWorkflow. setLogbookTypeProcess(LogbookTypeProcess logbookTypeProcess)Constructors in fr.gouv.vitam.processing.common.model with parameters of type LogbookTypeProcess Constructor Description ProcessWorkflow(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 LogbookTypeProcess Modifier and Type Method Description LogbookTypeProcessWorkerParameters. getLogbookTypeProcess()Get the logbook Type ProcessMethods in fr.gouv.vitam.processing.common.parameter with parameters of type LogbookTypeProcess Modifier and Type Method Description WorkerParametersWorkerParameters. 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 LogbookTypeProcess Modifier and Type Method Description voidOperationContextMonitor. backup(java.lang.String strategy, java.lang.String operationContainer, LogbookTypeProcess logbookTypeProcess)static voidOperationContextMonitor. compressInWorkspace(WorkspaceClientFactory workspaceClientFactory, java.lang.String operationContainer, LogbookTypeProcess logbookTypeProcess, java.lang.String... files)booleanOperationContextMonitor. deleteBackup(java.lang.String strategy, java.lang.String operationContainer, LogbookTypeProcess logbookTypeProcess)com.fasterxml.jackson.databind.JsonNodeOperationContextMonitor. getInformation(java.lang.String strategy, java.lang.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 Modifier and Type Method Description LogbookTypeProcessStateMachine. getLogbookTypeProcess() -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.common.utils
Methods in fr.gouv.vitam.worker.common.utils with parameters of type LogbookTypeProcess Modifier and Type Method Description static voidLogbookLifecycleWorkerHelper. updateLifeCycleForBegining(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, LogbookTypeProcess logbookTypeProcess)static voidLogbookLifecycleWorkerHelper. updateLifeCycleStep(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, java.lang.String lfcEventType, LogbookTypeProcess logbookTypeProcess, StatusCode statusCode, java.lang.String... additionalParams) -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.core.extractseda
Methods in fr.gouv.vitam.worker.core.extractseda that return LogbookTypeProcess Modifier and Type Method Description LogbookTypeProcessIngestContext. getTypeProcess()Methods in fr.gouv.vitam.worker.core.extractseda with parameters of type LogbookTypeProcess Modifier and Type Method Description voidIngestContext. setTypeProcess(LogbookTypeProcess typeProcess) -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that return LogbookTypeProcess Modifier and Type Method Description protected 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 LogbookTypeProcess Modifier and Type Method Description protected 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 LogbookTypeProcess Constructor Description PurgeAccessionRegisterUpdatePlugin(java.lang.String actionId, LogbookTypeProcess logbookTypeProcess)Default constructorPurgeAccessionRegisterUpdatePlugin(java.lang.String actionId, LogbookTypeProcess logbookTypeProcess, AdminManagementClientFactory adminManagementClientFactory)Test only constructor -
Uses of LogbookTypeProcess in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils with parameters of type LogbookTypeProcess Modifier and Type Method Description static <TEventDetails>
LogbookLifeCycleUnitParametersPluginHelper. createParameters(GUID eventIdentifierProcess, StatusCode logbookOutcome, GUID objectIdentifier, java.lang.String action, TEventDetails eventDetails, LogbookTypeProcess logbookTypeProcess)
-