Uses of Class
fr.gouv.vitam.storage.offers.tape.dto.TapeSlot
-
Packages that use TapeSlot Package Description fr.gouv.vitam.storage.offers.tape.dto -
-
Uses of TapeSlot in fr.gouv.vitam.storage.offers.tape.dto
Methods in fr.gouv.vitam.storage.offers.tape.dto that return TapeSlot Modifier and Type Method Description TapeSlot
TapeSlot. setIndex(java.lang.Integer index)
TapeSlot
TapeSlot. setStorageElementType(TapeSlotType storageElementType)
TapeSlot
TapeSlot. setTape(TapeCartridge tape)
Methods in fr.gouv.vitam.storage.offers.tape.dto that return types with arguments of type TapeSlot Modifier and Type Method Description java.util.List<TapeSlot>
TapeLibraryState. addToSlots(TapeSlot tapeSlot)
java.util.List<TapeSlot>
TapeLibrarySpec. getSlots()
java.util.List<TapeSlot>
TapeLibraryState. getSlots()
Methods in fr.gouv.vitam.storage.offers.tape.dto with parameters of type TapeSlot Modifier and Type Method Description java.util.List<TapeSlot>
TapeLibraryState. addToSlots(TapeSlot tapeSlot)
Method parameters in fr.gouv.vitam.storage.offers.tape.dto with type arguments of type TapeSlot Modifier and Type Method Description void
TapeLibraryState. setSlots(java.util.List<TapeSlot> slots)
-