Uses of Class
org.jivesoftware.openfire.pubsub.NodeAffiliate
-
Packages that use NodeAffiliate Package Description org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of NodeAffiliate in org.jivesoftware.openfire.pubsub
Fields in org.jivesoftware.openfire.pubsub with type parameters of type NodeAffiliate Modifier and Type Field Description protected Collection<NodeAffiliate>Node. affiliatesThe JIDs of those who have an affiliation with this node.Methods in org.jivesoftware.openfire.pubsub that return NodeAffiliate Modifier and Type Method Description NodeAffiliateNode. addNoneAffiliation(org.xmpp.packet.JID jid)Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a none affiliate.NodeAffiliateNode. addOutcast(org.xmpp.packet.JID jid)Sets that the specified entity is an outcast of the node.NodeAffiliateNode. addOwner(org.xmpp.packet.JID jid)Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a node owner.NodeAffiliateNode. addPublisher(org.xmpp.packet.JID jid)Adds a new affiliation or updates an existing affiliation of the specified entity JID to become a node publisher.NodeAffiliateNode. getAffiliate(org.xmpp.packet.JID jid)NodeAffiliateNodeSubscription. getAffiliate()Returns theNodeAffiliatethat owns this subscription.Methods in org.jivesoftware.openfire.pubsub that return types with arguments of type NodeAffiliate Modifier and Type Method Description Collection<NodeAffiliate>Node. getAllAffiliates()Returns all affiliates of the node.Methods in org.jivesoftware.openfire.pubsub with parameters of type NodeAffiliate Modifier and Type Method Description voidNode. addAffiliate(NodeAffiliate affiliate)static voidPubSubPersistenceManager. removeAffiliation(Node node, NodeAffiliate affiliate)Removes the affiliation and subsription state of the user from the DB.static voidPubSubPersistenceManager. saveAffiliation(Node node, NodeAffiliate affiliate, boolean create)Update the DB with the new affiliation of the user in the node.
-