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 List<Affiliation>
AffiliationsExtension. items
Methods in org.jivesoftware.smackx.pubsub that return types with arguments of type Affiliation Modifier and Type Method Description List<Affiliation>
AffiliationsExtension. getAffiliations()
List<Affiliation>
Node. getAffiliations()
Get the affiliations of this node.List<Affiliation>
Node. getAffiliations(List<ExtensionElement> additionalExtensions, Collection<ExtensionElement> returnedExtensions)
Get the affiliations of this node.List<Affiliation>
PubSubManager. getAffiliations()
Gets the affiliations on the root node.List<Affiliation>
Node. getAffiliationsAsOwner()
Retrieve the affiliation list for this node as owner.List<Affiliation>
Node. getAffiliationsAsOwner(List<ExtensionElement> additionalExtensions, 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(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(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 Affiliation Modifier and Type Method Description Affiliation
AffiliationProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-