Uses of Interface
tigase.pubsub.repository.IAffiliations
Packages that use IAffiliations
Package
Description
-
Uses of IAffiliations in tigase.pubsub.modules
Methods in tigase.pubsub.modules with parameters of type IAffiliationsModifier and TypeMethodDescriptionList<tigase.server.Packet> PendingSubscriptionModule.sendAuthorizationRequest(String nodeName, tigase.xmpp.jid.JID fromJid, String subID, tigase.xmpp.jid.BareJID subscriberJid, IAffiliations nodeAffiliations) -
Uses of IAffiliations in tigase.pubsub.repository
Classes in tigase.pubsub.repository that implement IAffiliationsMethods in tigase.pubsub.repository that return IAffiliationsModifier and TypeMethodDescriptionIPubSubRepository.getNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, String nodeName) Methods in tigase.pubsub.repository with parameters of type IAffiliationsModifier and TypeMethodDescriptionvoidIPubSubRepository.update(tigase.xmpp.jid.BareJID serviceJid, String nodeName, IAffiliations affiliations) -
Uses of IAffiliations in tigase.pubsub.repository.cached
Subinterfaces of IAffiliations in tigase.pubsub.repository.cachedClasses in tigase.pubsub.repository.cached that implement IAffiliationsMethods in tigase.pubsub.repository.cached that return IAffiliationsModifier and TypeMethodDescriptionCachedPubSubRepository.getNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, String nodeName) Methods in tigase.pubsub.repository.cached with parameters of type IAffiliationsModifier and TypeMethodDescriptionvoidCachedPubSubRepository.update(tigase.xmpp.jid.BareJID serviceJid, String nodeName, IAffiliations nodeAffiliations) -
Uses of IAffiliations in tigase.pubsub.utils
Methods in tigase.pubsub.utils with parameters of type IAffiliationsModifier and TypeMethodDescriptionprotected Stream<tigase.xmpp.jid.JID> DefaultPubSubLogic.getActiveSubscribers(ISubscriptions subscriptions, IAffiliations affiliations) booleanDefaultPubSubLogic.hasSenderSubscription(tigase.xmpp.jid.BareJID bareJid, IAffiliations affiliations) booleanPubSubLogic.hasSenderSubscription(tigase.xmpp.jid.BareJID bareJid, 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)