Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeState
-
Packages that use TapeState Package Description fr.gouv.vitam.storage.engine.common.model Provides common Model classes for the Storage Engine module.fr.gouv.vitam.storage.offers.tape.impl.catalog -
-
Uses of TapeState in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeState Modifier and Type Method Description TapeState
TapeCatalog. getTapeState()
static TapeState
TapeState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TapeState[]
TapeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeState Modifier and Type Method Description TapeCatalog
TapeCatalog. setTapeState(TapeState tapeState)
-
Uses of TapeState in fr.gouv.vitam.storage.offers.tape.impl.catalog
Methods in fr.gouv.vitam.storage.offers.tape.impl.catalog that return types with arguments of type TapeState Modifier and Type Method Description java.util.Map<TapeState,java.lang.Integer>
TapeCatalogRepository. countByState()
count tapes matching by state
-