Uses of Interface
tigase.pubsub.repository.ISubscriptions
-
Packages that use ISubscriptions Package Description tigase.pubsub.modules.ext.presence tigase.pubsub.repository tigase.pubsub.repository.cached tigase.pubsub.utils -
-
Uses of ISubscriptions in tigase.pubsub.modules.ext.presence
Classes in tigase.pubsub.modules.ext.presence that implement ISubscriptions Modifier and Type Class Description classPresenceNodeSubscriptions -
Uses of ISubscriptions in tigase.pubsub.repository
Classes in tigase.pubsub.repository that implement ISubscriptions Modifier and Type Class Description classNodeSubscriptionsImplementation of PubSub node subscription handling.Methods in tigase.pubsub.repository that return ISubscriptions Modifier and Type Method Description ISubscriptionsIPubSubRepository. getNodeSubscriptions(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)Methods in tigase.pubsub.repository with parameters of type ISubscriptions Modifier and Type Method Description voidIPubSubRepository. update(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, ISubscriptions subscriptions) -
Uses of ISubscriptions in tigase.pubsub.repository.cached
Subinterfaces of ISubscriptions in tigase.pubsub.repository.cached Modifier and Type Interface Description interfaceISubscriptionsCachedClasses in tigase.pubsub.repository.cached that implement ISubscriptions Modifier and Type Class Description classNodeSubscriptionsMethods in tigase.pubsub.repository.cached that return ISubscriptions Modifier and Type Method Description ISubscriptionsCachedPubSubRepository. getNodeSubscriptions(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)Methods in tigase.pubsub.repository.cached with parameters of type ISubscriptions Modifier and Type Method Description voidCachedPubSubRepository. update(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, ISubscriptions nodeSubscriptions) -
Uses of ISubscriptions in tigase.pubsub.utils
Methods in tigase.pubsub.utils with parameters of type ISubscriptions Modifier and Type Method Description protected java.util.stream.Stream<tigase.xmpp.jid.JID>DefaultPubSubLogic. getActiveSubscribers(ISubscriptions subscriptions, IAffiliations affiliations)booleanDefaultPubSubLogic. isSenderInRosterGroup(tigase.xmpp.jid.BareJID bareJid, AbstractNodeConfig nodeConfig, IAffiliations affiliations, ISubscriptions subscriptions)booleanPubSubLogic. isSenderInRosterGroup(tigase.xmpp.jid.BareJID bareJid, AbstractNodeConfig nodeConfig, IAffiliations affiliations, ISubscriptions subscriptions)
-