Uses of Interface
tigase.pubsub.repository.IItems
-
Packages that use IItems Package Description tigase.pubsub.repository tigase.pubsub.repository.cached -
-
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) -
Uses of IItems in tigase.pubsub.repository.cached
Classes in tigase.pubsub.repository.cached that implement IItems Modifier and Type Class Description classItems<T>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)IItemsNode. getNodeItems()Constructors in tigase.pubsub.repository.cached with parameters of type IItems Constructor Description Node(T nodeId, tigase.xmpp.jid.BareJID serviceJid, AbstractNodeConfig nodeConfig, IAffiliationsCached nodeAffiliations, ISubscriptionsCached nodeSubscriptions, IItems nodeItems, tigase.xmpp.jid.BareJID creator, java.util.Date creationTime)
-