Uses of Class
fr.gouv.vitam.common.model.ObjectGroupDocumentHash
-
Packages that use ObjectGroupDocumentHash Package Description fr.gouv.vitam.common.model This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components -
-
Uses of ObjectGroupDocumentHash in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return types with arguments of type ObjectGroupDocumentHash Modifier and Type Method Description java.util.List<ObjectGroupDocumentHash>
LifeCycleTraceabilitySecureFileObject. getObjectGroupDocumentHashList()
getter for objectGroupDocumentHashListMethod parameters in fr.gouv.vitam.common.model with type arguments of type ObjectGroupDocumentHash Modifier and Type Method Description void
LifeCycleTraceabilitySecureFileObject. setObjectGroupDocumentHashList(java.util.List<ObjectGroupDocumentHash> objectGroupDocumentHashList)
set objectGroupDocumentHashListConstructor parameters in fr.gouv.vitam.common.model with type arguments of type ObjectGroupDocumentHash Constructor Description LifeCycleTraceabilitySecureFileObject(java.lang.String lastEvtIdProc, java.lang.String lastEvTypeProc, java.lang.String lastEvDateTime, java.lang.String lfcId, MetadataType metadataType, int version, java.lang.String lastEvtOutcome, java.lang.String hashLFC, java.lang.String hashLFCEvents, java.lang.String hashMetadata, java.lang.String hashGlobalFromStorage, java.util.List<ObjectGroupDocumentHash> objectGroupDocumentHashList)
Constructor to set the attributes for lfc tracibility file lines
-