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 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 voidTapeLibraryState. setSlots(java.util.List<TapeSlot> slots)
-