Uses of Class
org.jivesoftware.openfire.pubsub.LeafNode
Packages that use LeafNode
Package
Description
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of LeafNode in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return LeafNodeModifier and TypeMethodDescriptionPublishedItem.getNode()
Returns theLeafNode
where this item was published.Methods in org.jivesoftware.openfire.pubsub with parameters of type LeafNodeModifier and TypeMethodDescriptionboolean
NodeSubscription.canSendPublicationEvent
(LeafNode leafNode, PublishedItem publishedItem) Returns true if an event notification can be sent to the subscriber for the specified published item based on the subscription configuration and subscriber status.CachingPubsubPersistenceProvider.getLastPublishedItem
(LeafNode node) default PublishedItem
PubSubPersistenceProvider.getLastPublishedItem
(LeafNode node) Fetches the last published item (by creation date) for the specified node.CachingPubsubPersistenceProvider.getPublishedItem
(LeafNode node, PublishedItem.UniqueIdentifier itemIdentifier) DefaultPubSubPersistenceProvider.getPublishedItem
(LeafNode node, PublishedItem.UniqueIdentifier itemIdentifier) InMemoryPubSubPersistenceProvider.getPublishedItem
(LeafNode node, PublishedItem.UniqueIdentifier itemIdentifier) PubSubPersistenceProvider.getPublishedItem
(LeafNode node, PublishedItem.UniqueIdentifier itemIdentifier) Fetches a published item (by ID) for a node.CachingPubsubPersistenceProvider.getPublishedItems
(LeafNode node) CachingPubsubPersistenceProvider.getPublishedItems
(LeafNode node, int maxRows) DefaultPubSubPersistenceProvider.getPublishedItems
(LeafNode node) DefaultPubSubPersistenceProvider.getPublishedItems
(LeafNode node, int maxRows) InMemoryPubSubPersistenceProvider.getPublishedItems
(LeafNode node) InMemoryPubSubPersistenceProvider.getPublishedItems
(LeafNode node, int maxRows) PubSubPersistenceProvider.getPublishedItems
(LeafNode node) Fetches all the results for the specified node, limited bygetMaxPublishedItems()
.PubSubPersistenceProvider.getPublishedItems
(LeafNode node, int maxRows) Fetches all the results for the specified node, limited bygetMaxPublishedItems()
.PublishedItem.getUniqueIdentifier
(LeafNode node, String itemId) Returns a value that uniquely identifies this published item in the XMPP domain.void
void
void
void
Deletes all published items of a node.