Uses of Interface
tigase.pubsub.repository.cached.IAffiliationsCached
-
Packages that use IAffiliationsCached Package Description tigase.pubsub.repository.cached -
-
Uses of IAffiliationsCached in tigase.pubsub.repository.cached
Classes in tigase.pubsub.repository.cached that implement IAffiliationsCached Modifier and Type Class Description classNodeAffiliationsMethods in tigase.pubsub.repository.cached that return IAffiliationsCached Modifier and Type Method Description IAffiliationsCachedNode. getNodeAffiliations()protected IAffiliationsCachedCachedPubSubRepository. newNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, T nodeId, IPubSubRepository.RepositorySupplier<java.util.Map<tigase.xmpp.jid.BareJID,UsersAffiliation>> affiliationSupplier)IAffiliationsCachedCachedPubSubRepository.NodeAffiliationProvider. newNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, T nodeId, IPubSubRepository.RepositorySupplier<java.util.Map<tigase.xmpp.jid.BareJID,UsersAffiliation>> affiliationSupplier)Constructors in tigase.pubsub.repository.cached with parameters of type IAffiliationsCached 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)
-