Uses of Interface
tigase.pubsub.repository.IItems
-
Packages that use IItems Package Description tigase.pubsub.modules tigase.pubsub.repository tigase.pubsub.repository.cached -
-
Uses of IItems in tigase.pubsub.modules
Methods in tigase.pubsub.modules with parameters of type IItems Modifier and Type Method Description voidPublishItemModule. trimItems(IItems nodeItems, java.lang.Integer maxItems) -
Uses of IItems in tigase.pubsub.repository
Methods in tigase.pubsub.repository that return IItems Modifier and Type Method Description IItemsIPubSubRepository. getNodeItems(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)IItemsPubSubRepositoryWrapper. getNodeItems(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName) -
Uses of IItems in tigase.pubsub.repository.cached
Methods in tigase.pubsub.repository.cached that return IItems Modifier and Type Method Description IItemsCachedPubSubRepository. getNodeItems(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)
-