Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeLocation
-
Packages that use TapeLocation Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module. -
-
Uses of TapeLocation in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeLocation Modifier and Type Method Description TapeLocationTapeCatalog. getCurrentLocation()TapeLocationTapeCatalog. getPreviousLocation()Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLocation Modifier and Type Method Description booleanTapeLocation. equals(TapeLocation tapeLocation)TapeCatalogTapeCatalog. setCurrentLocation(TapeLocation currentLocation)TapeCatalogTapeCatalog. setPreviousLocation(TapeLocation previousLocation)
-