Uses of Enum Class
tigase.pubsub.Affiliation
Packages that use Affiliation
Package
Description
-
Uses of Affiliation in tigase.pubsub
Methods in tigase.pubsub that return AffiliationModifier and TypeMethodDescriptionstatic AffiliationReturns the enum constant of this class with the specified name.static Affiliation[]Affiliation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Affiliation in tigase.pubsub.modules
Methods in tigase.pubsub.modules with parameters of type AffiliationModifier and TypeMethodDescriptionstatic tigase.server.PacketManageAffiliationsModule.createAffiliationNotification(tigase.xmpp.jid.JID fromJid, tigase.xmpp.jid.JID toJid, String nodeName, Affiliation affilation) -
Uses of Affiliation in tigase.pubsub.repository
Methods in tigase.pubsub.repository with parameters of type AffiliationModifier and TypeMethodDescriptionvoidIAffiliations.addAffiliation(tigase.xmpp.jid.BareJID jid, Affiliation affiliation) voidNodeAffiliations.addAffiliation(tigase.xmpp.jid.BareJID bareJid, Affiliation affiliation) voidIAffiliations.changeAffiliation(tigase.xmpp.jid.BareJID jid, Affiliation affiliation) voidNodeAffiliations.changeAffiliation(tigase.xmpp.jid.BareJID bareJid, Affiliation affiliation) -
Uses of Affiliation in tigase.pubsub.repository.cached
Methods in tigase.pubsub.repository.cached with parameters of type AffiliationModifier and TypeMethodDescriptionvoidNodeAffiliations.addAffiliation(tigase.xmpp.jid.BareJID bareJid, Affiliation affiliation) voidNodeAffiliations.changeAffiliation(tigase.xmpp.jid.BareJID bareJid, Affiliation affiliation) -
Uses of Affiliation in tigase.pubsub.repository.stateless
Methods in tigase.pubsub.repository.stateless that return AffiliationMethods in tigase.pubsub.repository.stateless with parameters of type AffiliationConstructors in tigase.pubsub.repository.stateless with parameters of type AffiliationModifierConstructorDescriptionUsersAffiliation(tigase.xmpp.jid.BareJID jid, Affiliation affiliation)