Uses of Class
org.jivesoftware.smackx.pubsub.Affiliation
-
Packages that use Affiliation Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.provider 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 Affiliation Modifier and Type Field Description protected java.util.List<Affiliation>
AffiliationsExtension. items
Methods in org.jivesoftware.smackx.pubsub that return types with arguments of type Affiliation Modifier and Type Method Description java.util.List<Affiliation>
AffiliationsExtension. getAffiliations()
java.util.List<Affiliation>
Node. getAffiliations()
Get the affiliations of this node.java.util.List<Affiliation>
Node. getAffiliations(java.util.List<ExtensionElement> additionalExtensions, java.util.Collection<ExtensionElement> returnedExtensions)
Get the affiliations of this node.java.util.List<Affiliation>
PubSubManager. getAffiliations()
Gets the affiliations on the root node.java.util.List<Affiliation>
Node. getAffiliationsAsOwner()
Retrieve the affiliation list for this node as owner.java.util.List<Affiliation>
Node. getAffiliationsAsOwner(java.util.List<ExtensionElement> additionalExtensions, java.util.Collection<ExtensionElement> returnedExtensions)
Retrieve the affiliation list for this node as owner.Method parameters in org.jivesoftware.smackx.pubsub with type arguments of type Affiliation Modifier and Type Method Description PubSub
Node. modifyAffiliationAsOwner(java.util.List<Affiliation> affiliations)
Modify the affiliations for this PubSub node as owner.Constructor parameters in org.jivesoftware.smackx.pubsub with type arguments of type Affiliation Constructor Description AffiliationsExtension(java.util.List<Affiliation> subList)
AffiliationsExtension(java.util.List<Affiliation> subList, java.lang.String node)
AffiliationsExtension(Affiliation.AffiliationNamespace affiliationsNamespace, java.util.List<Affiliation> subList)
AffiliationsExtension(Affiliation.AffiliationNamespace affiliationsNamespace, java.util.List<Affiliation> subList, java.lang.String node)
-
Uses of Affiliation in org.jivesoftware.smackx.pubsub.provider
Methods in org.jivesoftware.smackx.pubsub.provider that return Affiliation Modifier and Type Method Description Affiliation
AffiliationProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-