|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
org.jivesoftware.smackx.pubsub |
Uses of Item in org.jivesoftware.smackx.pubsub |
---|
Methods in org.jivesoftware.smackx.pubsub that return types with arguments of type Item | |
---|---|
java.util.List<Item> |
ItemPublishEvent.getItems()
Get the list of Item that were published. |
java.util.List<Item> |
Node.getItems()
Get the current items stored in the node. |
java.util.List<Item> |
Node.getItems(java.util.Collection<java.lang.String> ids)
Get the items specified from the node. |
java.util.List<Item> |
Node.getItems(int maxItems)
Get items persisted on the node, limited to the specified number. |
Methods in org.jivesoftware.smackx.pubsub with parameters of type Item | |
---|---|
void |
Node.publish(Item item)
Publishes an event to the node. |
void |
Node.send(Item item)
Publishes an event to the node. |
Method parameters in org.jivesoftware.smackx.pubsub with type arguments of type Item | |
---|---|
void |
Node.publish(java.util.Collection<Item> items)
Publishes multiple events to the node. |
void |
Node.send(java.util.Collection<Item> items)
Publishes multiple events to the node. |
Constructors in org.jivesoftware.smackx.pubsub with parameters of type Item | |
---|---|
PublishItem(java.lang.String nodeId,
Item toPublish)
Construct a request to publish an item to a node. |
Constructor parameters in org.jivesoftware.smackx.pubsub with type arguments of type Item | |
---|---|
ItemPublishEvent(java.lang.String nodeId,
java.util.List<Item> eventItems)
Constructs an ItemPublishEvent with the provided list of Item that were published. |
|
ItemPublishEvent(java.lang.String nodeId,
java.util.List<Item> eventItems,
java.util.List<java.lang.String> subscriptionIds)
Constructs an ItemPublishEvent with the provided list of Item that were published. |
|
ItemPublishEvent(java.lang.String nodeId,
java.util.List<Item> eventItems,
java.util.List<java.lang.String> subscriptionIds,
java.util.Date publishedDate)
Constructs an ItemPublishEvent with the provided list of Item that were published in the past. |
|
PublishItem(java.lang.String nodeId,
java.util.Collection<Item> toPublish)
Construct a request to publish multiple items to a node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |