Package | Description |
---|---|
fr.gouv.vitam.common.guid |
Global Unique Identifier support for Vitam
|
fr.gouv.vitam.common.model |
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
|
fr.gouv.vitam.functional.administration.common |
Provides common classes for the Functional Administration module.
|
fr.gouv.vitam.functional.administration.contract.core | |
fr.gouv.vitam.functional.administration.profile.core | |
fr.gouv.vitam.functional.administration.rules.core |
Provides core classes of functional administration rules module
|
fr.gouv.vitam.ingest.external.core |
Provides core implementation for the Ingest External module.
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, factory and implementations.
|
fr.gouv.vitam.logbook.administration.core |
Provides the core classes for the Logbook Administration module
|
fr.gouv.vitam.logbook.common.parameters |
Provides common parameters, helpers and factory classes used for the Logbook module
|
fr.gouv.vitam.processing.common.parameter |
Provides common Parameters classes and utility classes for the Processing module.
|
fr.gouv.vitam.storage.engine.server.storagelog | |
fr.gouv.vitam.storage.engine.server.storagetraceability |
Modifier and Type | Method and Description |
---|---|
static GUID |
GUIDReader.getGUID(byte[] guid)
Get GUID from byte array representation
|
static GUID |
GUIDReader.getGUID(String guid)
Get GUID from String representation
|
static GUID |
GUIDReader.getGUIDUnsafe(String guid)
Get GUID from String representation
|
static GUID |
GUIDFactory.newAccessionRegisterDetailGUID(int tenantId)
Create an accession register detail GUID
|
static GUID |
GUIDFactory.newAccessionRegisterSummaryGUID(int tenantId)
Create a Accession register summary GUID
|
static GUID |
GUIDFactory.newAgencyGUID(int tenantId)
Create a Agencies GUID
|
static GUID |
GUIDFactory.newContextGUID()
Create a Context GUID
|
static GUID |
GUIDFactory.newEventGUID(GUID logbookGUID)
Create an Event GUID (within Operation or Lifecycle Logbooks)
|
static GUID |
GUIDFactory.newEventGUID(int tenantId)
Create a Operation Id GUID
|
static GUID |
GUIDFactory.newGUID()
Usable for internal GUID with default tenantId (0) and objectType (0)
|
static GUID |
GUIDFactory.newIngestContractGUID(int tenantId)
Create a contract GUID
|
static GUID |
GUIDFactory.newManifestGUID(int tenantId)
Create a Manifest GUID (SEDA)
|
static GUID |
GUIDFactory.newObjectGroupGUID(GUID unitParentGUID)
Create a ObjectGroup GUID
|
static GUID |
GUIDFactory.newObjectGroupGUID(int tenantId)
Create a ObjectGroup GUID
|
static GUID |
GUIDFactory.newObjectGUID(GUID objectGroupParentGUID)
Create a Object GUID
|
static GUID |
GUIDFactory.newObjectGUID(int tenantId)
Create a Object GUID
|
static GUID |
GUIDFactory.newOperationLogbookGUID(int tenantId)
Create a Operation Logbook GUID
|
static GUID |
GUIDFactory.newProfileGUID(int tenantId)
Create a Profile GUID
|
static GUID |
GUIDFactory.newRequestIdGUID(int tenantId)
Create a Request Id GUID (X-CID)
|
static GUID |
GUIDFactory.newStorageOperationGUID(int tenantId,
boolean worm)
Create a Storage Operation GUID
|
static GUID |
GUIDFactory.newUnitGUID(int tenantId)
Create a Unit GUID
|
static GUID |
GUIDFactory.newWriteLogbookGUID(int tenantId)
Create a Write Logbook GUID
|
Modifier and Type | Method and Description |
---|---|
int |
GUID.compareTo(GUID arg0) |
static boolean |
GUIDFactory.isWorm(GUID uuid) |
static GUID |
GUIDFactory.newEventGUID(GUID logbookGUID)
Create an Event GUID (within Operation or Lifecycle Logbooks)
|
static GUID |
GUIDFactory.newObjectGroupGUID(GUID unitParentGUID)
Create a ObjectGroup GUID
|
static GUID |
GUIDFactory.newObjectGUID(GUID objectGroupParentGUID)
Create a Object GUID
|
Modifier and Type | Method and Description |
---|---|
void |
VitamSession.setRequestId(GUID guid)
Sets the request id from the guid
|
Modifier and Type | Method and Description |
---|---|
void |
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 process
|
void |
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
|
Constructor and Description |
---|
AccessContractManager(LogbookOperationsClient logbookClient,
MetaDataClient metaDataClient,
GUID eip) |
IngestContractManager(LogbookOperationsClient logbookClient,
MetaDataClient metaDataClient,
GUID eip) |
Constructor and Description |
---|
ProfileManager(LogbookOperationsClient logbookClient,
GUID eip) |
Modifier and Type | Method and Description |
---|---|
InputStream |
RulesManagerFileImpl.generateErrorReport(Map<Integer,List<ErrorReport>> errors,
List<FileRulesModel> usedDeletedRules,
List<FileRulesModel> usedUpdatedRules,
StatusCode status,
GUID eipMaster)
generate Error Report
|
Modifier and Type | Method and Description |
---|---|
void |
IngestExternalImpl.createATRFatalWorkspace(String contextId,
GUID operationId,
javax.ws.rs.container.AsyncResponse asyncResponse)
This method is called when a workspace exception occurs
|
PreUploadResume |
IngestExternalImpl.preUploadAndResume(InputStream input,
String contextId,
String action,
GUID guid,
javax.ws.rs.container.AsyncResponse asyncResponse) |
PreUploadResume |
IngestExternal.preUploadAndResume(InputStream input,
String contextId,
String action,
GUID guid,
javax.ws.rs.container.AsyncResponse asyncResponse) |
StatusCode |
IngestExternalImpl.upload(PreUploadResume preUploadResume,
GUID guid) |
StatusCode |
IngestExternal.upload(PreUploadResume preUploadResume,
GUID guid)
upload the file -- store in local, scan for viruses and then check for supported format (ZIP, TAR, ...)
|
Modifier and Type | Method and Description |
---|---|
void |
IngestInternalClientMock.storeATR(GUID guid,
InputStream input) |
void |
IngestInternalClient.storeATR(GUID guid,
InputStream input)
Store ATR in storage
|
Modifier and Type | Method and Description |
---|---|
GUID |
LogbookAdministration.generateSecureLogbook()
secure the logbook operation since last securisation.
|
GUID |
LogbookLFCAdministration.generateSecureLogbookLFC()
Secure the logbook Lifecycles since last securisation by launching a workflow.
|
Constructor and Description |
---|
LogbookOperationTraceabilityHelper(LogbookOperations logbookOperations,
GUID operationID,
int overlapDelayInSeconds) |
Modifier and Type | Method and Description |
---|---|
static LogbookLifeCycleObjectGroupParameters |
LogbookParametersFactory.newLogbookLifeCycleObjectGroupParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetail,
String outcomeDetailMessage,
GUID objectIdentifier)
Get a new LogbookLifeCycleObjectGroupParameters object
|
static LogbookLifeCycleUnitParameters |
LogbookParametersFactory.newLogbookLifeCycleUnitParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetail,
String outcomeDetailMessage,
GUID objectIdentifier)
Get a new LogbookLifeCycleUnitParameters object
|
static LogbookOperationParameters |
LogbookParametersFactory.newLogbookOperationParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetailMessage,
GUID eventIdentifierRequest)
Get a new LogbookOperationParameters object
|
static LogbookOperationParameters |
LogbookParametersFactory.newLogbookOperationParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String subtask,
String appendedDetailMessage,
GUID eventIdentifierRequest)
Get a new LogbookOperationParameters object for subtask
|
Modifier and Type | Method and Description |
---|---|
WorkerParameters |
WorkerParameters.setWorkerGUID(GUID workerGUID)
Set the worker GUID value
|
Modifier and Type | Method and Description |
---|---|
GUID |
StorageLogAdministration.backupStorageLog()
secure the logbook operation since last securisation.
|
Modifier and Type | Method and Description |
---|---|
GUID |
StorageTraceabilityAdministration.generateTraceabilityStorageLogbook()
secure the logbook operation since last traceability
|
Constructor and Description |
---|
LogbookStorageTraceabilityHelper(LogbookOperationsClient logbookOperations,
WorkspaceClient workspaceClient,
TraceabilityStorageService traceabilityLogbookService,
GUID operationID,
int overlapDelayInSeconds) |
Copyright © 2018 Vitam. All rights reserved.