Uses of Enum Class
tigase.archive.unified.db.UnifiedArchiveRepository.ItemType
Packages that use UnifiedArchiveRepository.ItemType
-
Uses of UnifiedArchiveRepository.ItemType in tigase.archive.unified
Methods in tigase.archive.unified that return UnifiedArchiveRepository.ItemTypeModifier and TypeMethodDescriptionQueryCriteria.getItemType()protected UnifiedArchiveRepository.ItemTypeUAQueryParser.parseItemType(String itemTypeStr) Methods in tigase.archive.unified with parameters of type UnifiedArchiveRepository.ItemTypeModifier and TypeMethodDescriptionvoidQueryCriteria.setItemType(UnifiedArchiveRepository.ItemType type) Method parameters in tigase.archive.unified with type arguments of type UnifiedArchiveRepository.ItemTypeModifier and TypeMethodDescriptionbooleanQueryCriteria.forItemTypeIn(EnumSet<UnifiedArchiveRepository.ItemType> types) -
Uses of UnifiedArchiveRepository.ItemType in tigase.archive.unified.db
Methods in tigase.archive.unified.db that return UnifiedArchiveRepository.ItemTypeModifier and TypeMethodDescriptionUnifiedArchiveRepository.ItemType.from(short value) JDBCUnifiedArchiveRepository.Item.getItemType()JDBCUnifiedArchiveRepository.RecentItem.getItemType()UnifiedArchiveRepository.Item.getItemType()Returns the enum constant of this class with the specified name.static UnifiedArchiveRepository.ItemType[]UnifiedArchiveRepository.ItemType.values()Returns an array containing the constants of this enum class, in the order they are declared.