Uses of Class
org.jivesoftware.smackx.pubsub.Affiliation
Packages that use Affiliation
Package
Description
Smack's API for XEP-0060: Publish-Subscribe.
Providers for Publish-Subscribe (XEP-60).
-
Uses of Affiliation in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub with type parameters of type AffiliationMethods in org.jivesoftware.smackx.pubsub that return types with arguments of type AffiliationModifier and TypeMethodDescriptionAffiliationsExtension.getAffiliations()
Node.getAffiliations()
Get the affiliations of this node.Node.getAffiliations
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Get the affiliations of this node.PubSubManager.getAffiliations()
Gets the affiliations on the root node.Node.getAffiliationsAsOwner()
Retrieve the affiliation list for this node as owner.Node.getAffiliationsAsOwner
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Retrieve the affiliation list for this node as owner.Method parameters in org.jivesoftware.smackx.pubsub with type arguments of type AffiliationModifier and TypeMethodDescriptionNode.modifyAffiliationAsOwner
(List<Affiliation> affiliations) Modify the affiliations for this PubSub node as owner.Constructor parameters in org.jivesoftware.smackx.pubsub with type arguments of type AffiliationModifierConstructorDescriptionAffiliationsExtension
(List<Affiliation> subList) AffiliationsExtension
(List<Affiliation> subList, String node) AffiliationsExtension
(Affiliation.AffiliationNamespace affiliationsNamespace, List<Affiliation> subList) AffiliationsExtension
(Affiliation.AffiliationNamespace affiliationsNamespace, List<Affiliation> subList, String node) -
Uses of Affiliation in org.jivesoftware.smackx.pubsub.provider
Methods in org.jivesoftware.smackx.pubsub.provider that return AffiliationModifier and TypeMethodDescriptionAffiliationProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)