Uses of Class
tigase.archive.unified.db.UnifiedArchiveRepository.ItemType
-
Packages that use UnifiedArchiveRepository.ItemType Package Description tigase.archive.unified tigase.archive.unified.db -
-
Uses of UnifiedArchiveRepository.ItemType in tigase.archive.unified
Methods in tigase.archive.unified that return UnifiedArchiveRepository.ItemType Modifier and Type Method Description UnifiedArchiveRepository.ItemTypeQueryCriteria. getItemType()protected UnifiedArchiveRepository.ItemTypeUAQueryParser. parseItemType(java.lang.String itemTypeStr)Methods in tigase.archive.unified with parameters of type UnifiedArchiveRepository.ItemType Modifier and Type Method Description voidQueryCriteria. setItemType(UnifiedArchiveRepository.ItemType type)Method parameters in tigase.archive.unified with type arguments of type UnifiedArchiveRepository.ItemType Modifier and Type Method Description booleanQueryCriteria. forItemTypeIn(java.util.EnumSet<UnifiedArchiveRepository.ItemType> types) -
Uses of UnifiedArchiveRepository.ItemType in tigase.archive.unified.db
Methods in tigase.archive.unified.db that return UnifiedArchiveRepository.ItemType Modifier and Type Method Description static UnifiedArchiveRepository.ItemTypeUnifiedArchiveRepository.ItemType. from(short value)static UnifiedArchiveRepository.ItemTypeUnifiedArchiveRepository.ItemType. from(java.lang.String name)UnifiedArchiveRepository.ItemTypeJDBCUnifiedArchiveRepository.Item. getItemType()UnifiedArchiveRepository.ItemTypeJDBCUnifiedArchiveRepository.RecentItem. getItemType()UnifiedArchiveRepository.ItemTypeUnifiedArchiveRepository.Item. getItemType()static UnifiedArchiveRepository.ItemTypeUnifiedArchiveRepository.ItemType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnifiedArchiveRepository.ItemType[]UnifiedArchiveRepository.ItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-