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 TapeLocation
TapeCatalog. getCurrentLocation()
TapeLocation
TapeCatalog. getPreviousLocation()
Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLocation Modifier and Type Method Description boolean
TapeLocation. equals(TapeLocation tapeLocation)
TapeCatalog
TapeCatalog. setCurrentLocation(TapeLocation currentLocation)
TapeCatalog
TapeCatalog. setPreviousLocation(TapeLocation previousLocation)
-