Uses of Class
org.jivesoftware.openfire.pubsub.CollectionNode
Packages that use CollectionNode
Package
Description
Implementation of Personal Eventing via Pubsub (XEP-0163).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of CollectionNode in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that return CollectionNode -
Uses of CollectionNode in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return CollectionNodeModifier and TypeMethodDescriptionNode.getParent()Returns the collection node that is containing this node.PubSubModule.getRootCollectionNode()PubSubService.getRootCollectionNode()Returns theCollectionNodethat acts as the root node of the entire node hierarchy.PubSubServiceInfo.getRootCollectionNode()Methods in org.jivesoftware.openfire.pubsub that return types with arguments of type CollectionNodeModifier and TypeMethodDescriptionNode.getParents()Returns the complete hierarchy of parents of this node.Methods in org.jivesoftware.openfire.pubsub with parameters of type CollectionNodeModifier and TypeMethodDescriptionprotected voidNode.changeParent(CollectionNode newParent) Changes the parent node of this node.Constructors in org.jivesoftware.openfire.pubsub with parameters of type CollectionNodeModifierConstructorDescriptionCollectionNode(PubSubService.UniqueIdentifier serviceId, CollectionNode parentNode, String nodeID, org.xmpp.packet.JID creator, boolean subscriptionEnabled, boolean deliverPayloads, boolean notifyConfigChanges, boolean notifyDelete, boolean notifyRetract, boolean presenceBasedDelivery, AccessModel accessModel, PublisherModel publisherModel, String language, Node.ItemReplyPolicy replyPolicy, CollectionNode.LeafNodeAssociationPolicy associationPolicy, int maxLeafNodes) CollectionNode(PubSubService.UniqueIdentifier serviceId, CollectionNode parentNode, String nodeID, org.xmpp.packet.JID creator, DefaultNodeConfiguration defaultConfiguration) LeafNode(PubSubService.UniqueIdentifier serviceId, CollectionNode parentNode, String nodeID, org.xmpp.packet.JID creator, boolean subscriptionEnabled, boolean deliverPayloads, boolean notifyConfigChanges, boolean notifyDelete, boolean notifyRetract, boolean presenceBasedDelivery, AccessModel accessModel, PublisherModel publisherModel, String language, Node.ItemReplyPolicy replyPolicy, boolean persistPublishedItems, int maxPublishedItems, int maxPayloadSize, boolean sendItemSubscribe) LeafNode(PubSubService.UniqueIdentifier serviceId, CollectionNode parentNode, String nodeID, org.xmpp.packet.JID creator, DefaultNodeConfiguration defaultConfiguration)