Uses of Interface
tigase.pubsub.repository.cached.ISubscriptionsCached
Packages that use ISubscriptionsCached
-
Uses of ISubscriptionsCached in tigase.pubsub.modules.ext.presence
Classes in tigase.pubsub.modules.ext.presence that implement ISubscriptionsCachedConstructors in tigase.pubsub.modules.ext.presence with parameters of type ISubscriptionsCachedModifierConstructorDescriptionPresenceNodeSubscriptions(tigase.xmpp.jid.BareJID serviceJid, String nodeName, ISubscriptionsCached subscriptions, PresencePerNodeExtension extension) -
Uses of ISubscriptionsCached in tigase.pubsub.repository.cached
Classes in tigase.pubsub.repository.cached that implement ISubscriptionsCachedMethods in tigase.pubsub.repository.cached that return ISubscriptionsCachedModifier and TypeMethodDescriptionNode.getNodeSubscriptions()protected ISubscriptionsCachedCachedPubSubRepository.newNodeSubscriptions(tigase.xmpp.jid.BareJID serviceJid, String nodeName, T nodeId, IPubSubRepository.RepositorySupplier<Map<tigase.xmpp.jid.BareJID, UsersSubscription>> subscriptionsSupplier) Constructors in tigase.pubsub.repository.cached with parameters of type ISubscriptionsCachedModifierConstructorDescriptionNode(T nodeId, tigase.xmpp.jid.BareJID serviceJid, AbstractNodeConfig nodeConfig, IAffiliationsCached nodeAffiliations, ISubscriptionsCached nodeSubscriptions, IItems nodeItems, tigase.xmpp.jid.BareJID creator, Date creationTime)