Uses of Class
tigase.pubsub.Affiliation
-
Packages that use Affiliation Package Description tigase.pubsub tigase.pubsub.modules tigase.pubsub.repository tigase.pubsub.repository.cached tigase.pubsub.repository.stateless -
-
Uses of Affiliation in tigase.pubsub
Methods in tigase.pubsub that return Affiliation Modifier and Type Method Description static AffiliationAffiliation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Affiliation[]Affiliation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Affiliation in tigase.pubsub.modules
Methods in tigase.pubsub.modules with parameters of type Affiliation Modifier and Type Method Description static tigase.server.PacketManageAffiliationsModule. createAffiliationNotification(tigase.xmpp.jid.JID fromJid, tigase.xmpp.jid.JID toJid, java.lang.String nodeName, Affiliation affilation) -
Uses of Affiliation in tigase.pubsub.repository
Methods in tigase.pubsub.repository with parameters of type Affiliation Modifier and Type Method Description voidIAffiliations. 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 Affiliation Modifier and Type Method Description voidNodeAffiliations. 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 Affiliation Modifier and Type Method Description AffiliationUsersAffiliation. getAffiliation()Methods in tigase.pubsub.repository.stateless with parameters of type Affiliation Modifier and Type Method Description voidUsersAffiliation. setAffiliation(Affiliation affiliation)Constructors in tigase.pubsub.repository.stateless with parameters of type Affiliation Constructor Description UsersAffiliation(tigase.xmpp.jid.BareJID jid, Affiliation affiliation)
-