Uses of Class
org.jivesoftware.openfire.pubsub.PublishedItem
-
Packages that use PublishedItem Package Description org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of PublishedItem in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return PublishedItem Modifier and Type Method Description PublishedItemCachingPubsubPersistenceProvider. getLastPublishedItem(LeafNode node)PublishedItemDefaultPubSubPersistenceProvider. getLastPublishedItem(LeafNode node)PublishedItemInMemoryPubSubPersistenceProvider. getLastPublishedItem(LeafNode node)PublishedItemLeafNode. getLastPublishedItem()PublishedItemNode. getLastPublishedItem()Returns the lastPublishedItemthat was published to the node ornullif the node does not have published items.PublishedItemPubSubPersistenceProvider. getLastPublishedItem(LeafNode node)Fetches the last published item 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)PublishedItemLeafNode. getPublishedItem(String itemID)PublishedItemNode. getPublishedItem(String itemID)Returns thePublishedItemwhose ID matches the specified item ID ornullif none was found.PublishedItemPubSubPersistenceProvider. getPublishedItem(LeafNode node, PublishedItem.UniqueIdentifier itemIdentifier)Methods in org.jivesoftware.openfire.pubsub that return types with arguments of type PublishedItem Modifier and Type Method Description 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>LeafNode. getPublishedItems()List<PublishedItem>LeafNode. getPublishedItems(int recentItems)List<PublishedItem>Node. getPublishedItems()Returns the list ofPublishedItemthat were published to the node.List<PublishedItem>Node. getPublishedItems(int recentItems)Returns a list ofPublishedItemwith the most recent N items published to the node.List<PublishedItem>PubSubPersistenceProvider. getPublishedItems(LeafNode node)Fetches all the results for the specified node, limited byLeafNode.getMaxPublishedItems().List<PublishedItem>PubSubPersistenceProvider. getPublishedItems(LeafNode node, int maxRows)Fetches all the results for the specified node, limited byLeafNode.getMaxPublishedItems().Methods in org.jivesoftware.openfire.pubsub with parameters of type PublishedItem 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.voidCachingPubsubPersistenceProvider. removePublishedItem(PublishedItem item)voidDefaultPubSubPersistenceProvider. removePublishedItem(PublishedItem item)voidInMemoryPubSubPersistenceProvider. removePublishedItem(PublishedItem item)voidPubSubPersistenceProvider. removePublishedItem(PublishedItem item)Removes the specified published item from the DB.voidCachingPubsubPersistenceProvider. savePublishedItem(PublishedItem item)voidDefaultPubSubPersistenceProvider. savePublishedItem(PublishedItem item)voidInMemoryPubSubPersistenceProvider. savePublishedItem(PublishedItem item)voidPubSubPersistenceProvider. savePublishedItem(PublishedItem item)Creates and stores the published item in the database.voidLeafNode. setLastPublishedItem(PublishedItem item)Method parameters in org.jivesoftware.openfire.pubsub with type arguments of type PublishedItem Modifier and Type Method Description voidCachingPubsubPersistenceProvider. bulkPublishedItems(List<PublishedItem> addList, List<PublishedItem> delList)voidDefaultPubSubPersistenceProvider. bulkPublishedItems(List<PublishedItem> addList, List<PublishedItem> delList)Writes large changesets to the database, using batches and transactions when available.voidInMemoryPubSubPersistenceProvider. bulkPublishedItems(List<PublishedItem> addList, List<PublishedItem> delList)voidPubSubPersistenceProvider. bulkPublishedItems(List<PublishedItem> addList, List<PublishedItem> delList)Writes large changesets, using batches and transactions when available.voidLeafNode. deleteItems(List<PublishedItem> toDelete)Deletes the list of published items from the node.protected voidDefaultPubSubPersistenceProvider. removePublishedItems(Connection con, List<PublishedItem> delList, boolean batch)voidDefaultPubSubPersistenceProvider. savePublishedItems(Connection con, List<PublishedItem> addList, boolean batch)
-