Uses of Interface
tigase.pubsub.repository.IAffiliations
-
Packages that use IAffiliations Package Description tigase.pubsub.modules tigase.pubsub.repository tigase.pubsub.repository.cached tigase.pubsub.utils -
-
Uses of IAffiliations in tigase.pubsub.modules
Methods in tigase.pubsub.modules with parameters of type IAffiliations Modifier and Type Method Description java.util.List<tigase.server.Packet>PendingSubscriptionModule. sendAuthorizationRequest(java.lang.String nodeName, tigase.xmpp.jid.JID fromJid, java.lang.String subID, tigase.xmpp.jid.BareJID subscriberJid, IAffiliations nodeAffiliations) -
Uses of IAffiliations in tigase.pubsub.repository
Classes in tigase.pubsub.repository that implement IAffiliations Modifier and Type Class Description classNodeAffiliationsMethods in tigase.pubsub.repository that return IAffiliations Modifier and Type Method Description IAffiliationsIPubSubRepository. getNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)Methods in tigase.pubsub.repository with parameters of type IAffiliations Modifier and Type Method Description voidIPubSubRepository. update(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, IAffiliations affiliations) -
Uses of IAffiliations in tigase.pubsub.repository.cached
Subinterfaces of IAffiliations in tigase.pubsub.repository.cached Modifier and Type Interface Description interfaceIAffiliationsCachedClasses in tigase.pubsub.repository.cached that implement IAffiliations Modifier and Type Class Description classNodeAffiliationsMethods in tigase.pubsub.repository.cached that return IAffiliations Modifier and Type Method Description IAffiliationsCachedPubSubRepository. getNodeAffiliations(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)Methods in tigase.pubsub.repository.cached with parameters of type IAffiliations Modifier and Type Method Description voidCachedPubSubRepository. update(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, IAffiliations nodeAffiliations) -
Uses of IAffiliations in tigase.pubsub.utils
Methods in tigase.pubsub.utils with parameters of type IAffiliations Modifier and Type Method Description protected java.util.stream.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)
-