Uses of Interface
fr.gouv.vitam.common.guid.GUID
Package
Description
Global Unique Identifier support for Vitam
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Provides core implementation for the Ingest External module.
Provides the core classes for the Logbook Administration module
Provides common parameters, helpers and factory classes used for the Logbook module
-
Uses of GUID in fr.gouv.vitam.common.guid
Modifier and TypeMethodDescriptionstatic final GUID
GUIDReader.getGUID
(byte[] guid) Get GUID from byte array representationstatic final GUID
Get GUID from String representationstatic final GUID
GUIDReader.getGUIDUnsafe
(String guid) Get GUID from String representationstatic final GUID
GUIDFactory.newAccessionRegisterDetailGUID
(int tenantId) Create an accession register detail GUIDstatic final GUID
GUIDFactory.newAccessionRegisterSummaryGUID
(int tenantId) Create a Accession register summary GUIDstatic final GUID
GUIDFactory.newAccessionRegisterSymbolicGUID
(int tenantId) Create a Accession register summary GUIDstatic final GUID
GUIDFactory.newAgencyGUID
(int tenantId) Create a Agencies GUIDstatic final GUID
GUIDFactory.newContextGUID()
Create a Context GUIDstatic final GUID
GUIDFactory.newContractGUID
(int tenantId) Create a contract GUIDstatic final GUID
GUIDFactory.newEventGUID
(int tenantId) Create a Operation Id GUIDstatic final GUID
GUIDFactory.newEventGUID
(GUID logbookGUID) Create an Event GUID (within Operation or Lifecycle Logbooks)static final GUID
GUIDFactory.newGUID()
Usable for internal GUID with default tenantId (0) and objectType (0)static final GUID
GUIDFactory.newManifestGUID
(int tenantId) Create a Manifest GUID (SEDA)static final GUID
GUIDFactory.newObjectGroupGUID
(int tenantId) Create a ObjectGroup GUIDstatic final GUID
GUIDFactory.newObjectGroupGUID
(GUID unitParentGUID) Create a ObjectGroup GUIDstatic final GUID
GUIDFactory.newObjectGUID
(int tenantId) Create a Object GUIDstatic final GUID
GUIDFactory.newObjectGUID
(GUID objectGroupParentGUID) Create a Object GUIDstatic final GUID
GUIDFactory.newOntologyGUID
(int tenantId) Create an ontology GUIDstatic final GUID
GUIDFactory.newOperationLogbookGUID
(int tenantId) Create a Operation Logbook GUIDstatic final GUID
GUIDFactory.newProfileGUID
(int tenantId) Create a Profile GUIDstatic final GUID
GUIDFactory.newRequestIdGUID
(int tenantId) Create a Request Id GUID (X-CID)static final GUID
GUIDFactory.newStorageOperationGUID
(int tenantId, boolean worm) Create a Storage Operation GUIDstatic final GUID
GUIDFactory.newUnitGUID
(int tenantId) Create a Unit GUIDstatic final GUID
GUIDFactory.newWriteLogbookGUID
(int tenantId) Create a Write Logbook GUIDModifier and TypeMethodDescriptionint
static final boolean
static final GUID
GUIDFactory.newEventGUID
(GUID logbookGUID) Create an Event GUID (within Operation or Lifecycle Logbooks)static final GUID
GUIDFactory.newObjectGroupGUID
(GUID unitParentGUID) Create a ObjectGroup GUIDstatic final GUID
GUIDFactory.newObjectGUID
(GUID objectGroupParentGUID) Create a Object GUID -
Uses of GUID in fr.gouv.vitam.common.model
Modifier and TypeMethodDescriptionvoid
VitamSession.setRequestId
(GUID guid) Sets the request id from the guid -
Uses of GUID in fr.gouv.vitam.functional.administration.core.archiveunitprofiles
ModifierConstructorDescriptionArchiveUnitProfileManager
(LogbookOperationsClient logbookClient, MetaDataClient metaDataClient, GUID eip) -
Uses of GUID in fr.gouv.vitam.functional.administration.core.backup
Modifier and TypeMethodDescriptionvoid
BackupLogbookManager.logError
(GUID logbookOperationMasterId, String eventType, String errorsDetails) log error (system or technical error)void
BackupLogbookManager.logEventSuccess
(GUID logbookOperationMasterId, String eventType, String digestStr, String fileName, String objectIdentifier) log end success processvoid
FunctionalBackupService.saveCollectionAndSequence
(GUID eipMaster, String eventCode, FunctionalAdminCollections collection, String objectIdentifier) void
FunctionalBackupService.saveFile
(InputStream inputStream, GUID eipMaster, String eventCode, DataCategory dataCategory, String fileName) save file and log in logbook -
Uses of GUID in fr.gouv.vitam.functional.administration.core.contract
ModifierConstructorDescriptionContractLogbookService
(LogbookOperationsClient logbookClient, GUID eip, String contractsImportEventCode, String contractUpdateEventCode, String collectionType, String contractCheckKey) -
Uses of GUID in fr.gouv.vitam.functional.administration.core.ontologies
ModifierConstructorDescriptionOntologyManager
(LogbookOperationsClientFactory logbookOperationsClientFactory, GUID eip, Map<String, List<ErrorReportOntologies>> errors) -
Uses of GUID in fr.gouv.vitam.functional.administration.core.profile
-
Uses of GUID in fr.gouv.vitam.functional.administration.core.rules
Modifier and TypeMethodDescriptionRulesManagerFileImpl.generateReportContent
(Map<Integer, List<ErrorReport>> errors, List<FileRulesModel> usedDeletedRules, List<FileRulesModel> usedRulesWithDurationModeUpdate, List<FileRulesModel> usedUpdatedRules, List<FileRulesModel> fileRulesModelToDelete, List<FileRulesModel> fileRulesModelToUpdate, List<FileRulesModel> fileRulesModelToInsert, StatusCode status, GUID eipMaster) generate Error Reportvoid
LogbookRuleImportManager.initializeUnitRuleUpdateWorkflowLogbook
(GUID updateOperationGUID, GUID reqId) void
LogbookRuleImportManager.initStpImportRulesLogbookOperation
(GUID eip) RulesManagerFileImpl.processRuleParsing
(File file, String filename, GUID eip) void
LogbookRuleImportManager.updateCheckFileRulesLogbookOperation
(StatusCode statusCode, Set<String> usedUpdatedRuleIds, Set<String> notUsedDeletedRuleIds, Set<String> nonDeletableUsedRuleIds, Set<String> usedRuleIdsWithDurationModeUpdate, GUID evIdentifierProcess) void
LogbookRuleImportManager.updateCheckFileRulesLogbookOperationWhenCheckBeforeImportIsKo
(String subEvenType, GUID evIdentifierProcess) void
LogbookRuleImportManager.updateCommitFileRulesLogbookOperationOkOrKo
(StatusCode statusCode, GUID evIdentifierProcess, int nbDeleted, int nbUpdated, int nbInserted) void
LogbookRuleImportManager.updateStpImportRulesLogbookOperation
(GUID eip, StatusCode status, String filename) void
LogbookRuleImportManager.updateUnitRuleUpdateWorkflowLogbook
(GUID updateOperationGUID, GUID reqId) -
Uses of GUID in fr.gouv.vitam.functional.administration.core.schema
Modifier and TypeMethodDescriptionstatic SchemaImportReport
SchemaCommonService.fillSchemaImportReportError
(SchemaImportReport schemaImportReport, Set<String> errorPathList, StatusCode status, GUID eip) generate Error Reportstatic SchemaImportReport
SchemaCommonService.fillSchemaImportReportOK
(SchemaImportReport schemaImportReport, List<Schema> schemaList, GUID eip) generate Ok Reportstatic SchemaImportReport
SchemaCommonService.initSchemaImportReport
(GUID eip) void
SchemaValidationService.logError
(GUID operationGuid, String eventType, String objectId, String errorsDetails) void
SchemaValidationService.logSuccessLogBook
(GUID operationGuid, String eventType) void
SchemaValidationService.logValidationError
(GUID operationGuid, String eventType, String errorsDetails) Log validation error (business error)void
SchemaValidationService.startLogBook
(GUID operationGuid, String eventType) -
Uses of GUID in fr.gouv.vitam.ingest.external.core
Modifier and TypeMethodDescriptionvoid
IngestExternalImpl.handleResponseWithATR
(GUID operationId, javax.ws.rs.container.AsyncResponse asyncResponse, String entity) IngestExternal.preUploadAndResume
(InputStream input, String workflowIdentifier, GUID guid, String xAction, javax.ws.rs.container.AsyncResponse asyncResponse) IngestExternalImpl.preUploadAndResume
(InputStream input, String workflowIdentifier, GUID guid, String xAction, javax.ws.rs.container.AsyncResponse asyncResponse) IngestExternal.upload
(PreUploadResume preUploadResume, String xAction, GUID guid, String manifestDigestValue, String manifestDigestAlgo) upload the file -- store in local, scan for viruses and then check for supported format (ZIP, TAR, ...)IngestExternalImpl.upload
(PreUploadResume preUploadResume, String xAction, GUID guid, String manifestDigestValue, String manifestDigestAlgo) -
Uses of GUID in fr.gouv.vitam.logbook.administration.core
Modifier and TypeMethodDescriptionboolean
LogbookLFCAdministration.generateSecureLogbookLFC
(GUID traceabilityOperationGUID, LfcTraceabilityType lfcTraceabilityType) Secure the logbook Lifecycles since last securisation by launching a workflow.ModifierConstructorDescriptionLogbookOperationTraceabilityHelper
(LogbookOperations logbookOperations, GUID operationID, int temporizationDelayInSeconds, int traceabilityExpirationInSeconds) -
Uses of GUID in fr.gouv.vitam.logbook.common.parameters
Modifier 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 LogbookOperationParameters
LogbookParameterHelper.newLogbookOperationParameters
(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String outcomeDetailMessage, GUID eventIdentifierRequest) Get a new LogbookOperationParameters objectstatic LogbookOperationParameters
LogbookParameterHelper.newLogbookOperationParameters
(GUID eventIdentifier, String eventType, GUID eventIdentifierProcess, LogbookTypeProcess eventTypeProcess, StatusCode outcome, String subtask, String appendedDetailMessage, GUID eventIdentifierRequest) Get a new LogbookOperationParameters object for subtask -
Uses of GUID in fr.gouv.vitam.storage.engine.server.storagetraceability
ModifierConstructorDescriptionLogbookStorageTraceabilityHelper
(LogbookOperationsClient logbookOperations, WorkspaceClient workspaceClient, TraceabilityStorageService traceabilityLogbookService, StorageDistribution distribution, GUID operationID, int overlapDelayInSeconds) -
Uses of GUID in fr.gouv.vitam.worker.core.utils
Modifier and TypeMethodDescriptionstatic <TEventDetails>
LogbookLifeCycleUnitParametersPluginHelper.createParameters
(GUID eventIdentifierProcess, StatusCode logbookOutcome, GUID objectIdentifier, String action, TEventDetails eventDetails, LogbookTypeProcess logbookTypeProcess)