Uses of Interface
tigase.pubsub.repository.cached.IAffiliationsCached
Packages that use IAffiliationsCached
-
Uses of IAffiliationsCached in tigase.pubsub.repository.cached
Classes in tigase.pubsub.repository.cached that implement IAffiliationsCachedMethods in tigase.pubsub.repository.cached that return IAffiliationsCachedModifier and TypeMethodDescriptionNode.getNodeAffiliations()protected IAffiliationsCachedCachedPubSubRepository.newNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, String nodeName, T nodeId, IPubSubRepository.RepositorySupplier<Map<tigase.xmpp.jid.BareJID, UsersAffiliation>> affiliationSupplier) CachedPubSubRepository.NodeAffiliationProvider.newNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, String nodeName, T nodeId, IPubSubRepository.RepositorySupplier<Map<tigase.xmpp.jid.BareJID, UsersAffiliation>> affiliationSupplier) Constructors in tigase.pubsub.repository.cached with parameters of type IAffiliationsCachedModifierConstructorDescriptionNode(T nodeId, tigase.xmpp.jid.BareJID serviceJid, AbstractNodeConfig nodeConfig, IAffiliationsCached nodeAffiliations, ISubscriptionsCached nodeSubscriptions, IItems nodeItems, tigase.xmpp.jid.BareJID creator, Date creationTime)