Uses of Interface
rocks.xmpp.extensions.pubsub.model.Affiliation
-
Packages that use Affiliation Package Description rocks.xmpp.extensions.pubsub Provides classes for XEP-0060: Publish-Subscribe.rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe.rocks.xmpp.extensions.pubsub.model.owner Provides XML schema implementations of XEP-0060: Publish-Subscribe (#owner). -
-
Uses of Affiliation in rocks.xmpp.extensions.pubsub
Methods in rocks.xmpp.extensions.pubsub that return types with arguments of type Affiliation Modifier and Type Method Description AsyncResult<List<Affiliation>>
PubSubNode. getAffiliations()
Gets the affiliations for this node.AsyncResult<List<Affiliation>>
PubSubService. getAffiliations()
Gets the affiliations for all nodes. -
Uses of Affiliation in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return types with arguments of type Affiliation Modifier and Type Method Description List<Affiliation>
PubSub. getAffiliations()
-
Uses of Affiliation in rocks.xmpp.extensions.pubsub.model.owner
Methods in rocks.xmpp.extensions.pubsub.model.owner that return types with arguments of type Affiliation Modifier and Type Method Description List<Affiliation>
PubSubOwner. getAffiliations()
Gets the affiliations, if this pubsub element contains 'affiliations' element.Methods in rocks.xmpp.extensions.pubsub.model.owner with parameters of type Affiliation Modifier and Type Method Description static PubSubOwner
PubSubOwner. withAffiliations(String node, Affiliation... affiliationNodes)
Creates a pubsub element with a<affiliations/>
child element with<affiliation/>
elements.
-