Package tigase.archive.unified.db
Interface UnifiedArchiveRepository.Item
-
- All Superinterfaces:
tigase.xmpp.mam.MAMRepository.Item,tigase.archive.db.MessageArchiveRepository.Item
- All Known Implementing Classes:
JDBCUnifiedArchiveRepository.Item,JDBCUnifiedArchiveRepository.RecentItem
- Enclosing interface:
- UnifiedArchiveRepository<DS extends tigase.db.DataSource>
public static interface UnifiedArchiveRepository.Item extends tigase.archive.db.MessageArchiveRepository.Item
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCondition()java.lang.LonggetDuration()UnifiedArchiveRepository.ItemTypegetItemType()
-
-
-
Method Detail
-
getItemType
UnifiedArchiveRepository.ItemType getItemType()
-
getDuration
java.lang.Long getDuration()
-
getCondition
java.lang.String getCondition()
-
-