Uses of Interface
rocks.xmpp.extensions.pubsub.model.Item
-
Packages that use Item 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.event Provides XML schema implementations of XEP-0060: Publish-Subscribe (#event). -
-
Uses of Item in rocks.xmpp.extensions.pubsub
Methods in rocks.xmpp.extensions.pubsub that return types with arguments of type Item Modifier and Type Method Description AsyncResult<List<Item>>
PubSubNode. getItems()
Gets all items for this node.AsyncResult<List<Item>>
PubSubNode. getItems(int maxItems)
Gets the most recent items.AsyncResult<List<Item>>
PubSubNode. getItems(String... ids)
Gets one or more items with a given item id for a specific node. -
Uses of Item in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return Item Modifier and Type Method Description Item
PubSub.Publish. getItem()
Gets the published item.Methods in rocks.xmpp.extensions.pubsub.model that return types with arguments of type Item Modifier and Type Method Description List<Item>
PubSub. getItems()
-
Uses of Item in rocks.xmpp.extensions.pubsub.model.event
Methods in rocks.xmpp.extensions.pubsub.model.event that return types with arguments of type Item Modifier and Type Method Description List<Item>
Event. getItems()
Gets the items of the event.Method parameters in rocks.xmpp.extensions.pubsub.model.event with type arguments of type Item Modifier and Type Method Description static Event
Event. withItems(String node, List<Item> items)
Creates a pub-sub event with items.
-