Uses of Class
fr.gouv.vitam.storage.engine.common.model.FileInTape
-
Packages that use FileInTape Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module. -
-
Uses of FileInTape in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return types with arguments of type FileInTape Modifier and Type Method Description java.util.List<FileInTape>
TapeReadRequestReferentialEntity. getFiles()
Method parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type FileInTape Modifier and Type Method Description void
TapeReadRequestReferentialEntity. setFiles(java.util.List<FileInTape> files)
Constructor parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type FileInTape Constructor Description TapeReadRequestReferentialEntity(java.lang.String requestId, java.lang.String containerName, java.util.Map<java.lang.String,TarLocation> tarLocations, java.util.List<FileInTape> files)
-