Uses of Enum Class
org.jivesoftware.openfire.pubsub.NodeAffiliate.Affiliation
Packages that use NodeAffiliate.Affiliation
Package
Description
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of NodeAffiliate.Affiliation in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return NodeAffiliate.AffiliationModifier and TypeMethodDescriptionNodeAffiliate.getAffiliation()static NodeAffiliate.AffiliationReturns the enum constant of this class with the specified name.static NodeAffiliate.Affiliation[]NodeAffiliate.Affiliation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.pubsub with parameters of type NodeAffiliate.AffiliationModifier and TypeMethodDescriptionvoidNodeAffiliate.setAffiliation(NodeAffiliate.Affiliation affiliation) -
Uses of NodeAffiliate.Affiliation in org.jivesoftware.openfire.pubsub.cluster
Methods in org.jivesoftware.openfire.pubsub.cluster that return NodeAffiliate.AffiliationModifier and TypeMethodDescriptionAffiliationTask.getAffiliation()The new affiliation with a pubsub node.Constructors in org.jivesoftware.openfire.pubsub.cluster with parameters of type NodeAffiliate.AffiliationModifierConstructorDescriptionAffiliationTask(Node node, org.xmpp.packet.JID jid, NodeAffiliate.Affiliation affiliation) Constructs a new task that updates the affiliation of a particular entity with a specific pubsub node.