Uses of Class
org.jivesoftware.openfire.pubsub.LeafNode
-
Packages that use LeafNode Package Description org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of LeafNode in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return LeafNode Modifier and Type Method Description LeafNodePublishedItem. getNode()Returns theLeafNodewhere this item was published.Methods in org.jivesoftware.openfire.pubsub with parameters of type LeafNode Modifier and Type Method Description booleanNodeSubscription. 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 subsription configuration and subscriber status.PublishedItemCachingPubsubPersistenceProvider. getLastPublishedItem(LeafNode node)PublishedItemDefaultPubSubPersistenceProvider. getLastPublishedItem(LeafNode node)PublishedItemInMemoryPubSubPersistenceProvider. getLastPublishedItem(LeafNode node)PublishedItemPubSubPersistenceProvider. getLastPublishedItem(LeafNode node)Fetches the last published item (by creation date) for the specified node.PublishedItemCachingPubsubPersistenceProvider. getPublishedItem(LeafNode node, PublishedItem.UniqueIdentifier itemIdentifier)PublishedItemDefaultPubSubPersistenceProvider. getPublishedItem(LeafNode node, PublishedItem.UniqueIdentifier itemIdentifier)PublishedItemInMemoryPubSubPersistenceProvider. getPublishedItem(LeafNode node, PublishedItem.UniqueIdentifier itemIdentifier)PublishedItemPubSubPersistenceProvider. getPublishedItem(LeafNode node, PublishedItem.UniqueIdentifier itemIdentifier)List<PublishedItem>CachingPubsubPersistenceProvider. getPublishedItems(LeafNode node)List<PublishedItem>CachingPubsubPersistenceProvider. getPublishedItems(LeafNode node, int maxRows)List<PublishedItem>DefaultPubSubPersistenceProvider. getPublishedItems(LeafNode node)List<PublishedItem>DefaultPubSubPersistenceProvider. getPublishedItems(LeafNode node, int maxRows)List<PublishedItem>InMemoryPubSubPersistenceProvider. getPublishedItems(LeafNode node)List<PublishedItem>InMemoryPubSubPersistenceProvider. getPublishedItems(LeafNode node, int maxRows)List<PublishedItem>PubSubPersistenceProvider. getPublishedItems(LeafNode node)Fetches all the results for the specified node, limited bygetMaxPublishedItems().List<PublishedItem>PubSubPersistenceProvider. getPublishedItems(LeafNode node, int maxRows)Fetches all the results for the specified node, limited bygetMaxPublishedItems().static PublishedItem.UniqueIdentifierPublishedItem. getUniqueIdentifier(LeafNode node, String itemId)Returns a value that uniquely identifies this published item in the XMPP domain.voidCachingPubsubPersistenceProvider. purgeNode(LeafNode leafNode)voidDefaultPubSubPersistenceProvider. purgeNode(LeafNode leafNode)voidInMemoryPubSubPersistenceProvider. purgeNode(LeafNode leafNode)voidPubSubPersistenceProvider. purgeNode(LeafNode leafNode)
-