Uses of Class
org.jivesoftware.openfire.pubsub.CollectionNode
-
Packages that use CollectionNode Package Description org.jivesoftware.openfire.pep Implementation of Personal Eventing via Pubsub (XEP-0163).org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of CollectionNode in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that return CollectionNode Modifier and Type Method Description CollectionNode
PEPService. getRootCollectionNode()
-
Uses of CollectionNode in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return CollectionNode Modifier and Type Method Description CollectionNode
Node. getParent()
Returns the collection node that is containing this node.CollectionNode
PubSubModule. getRootCollectionNode()
CollectionNode
PubSubService. getRootCollectionNode()
Returns theCollectionNode
that acts as the root node of the entire node hierarchy.CollectionNode
PubSubServiceInfo. getRootCollectionNode()
Methods in org.jivesoftware.openfire.pubsub that return types with arguments of type CollectionNode Modifier and Type Method Description Collection<CollectionNode>
Node. getParents()
Returns the complete hierarchy of parents of this node.Methods in org.jivesoftware.openfire.pubsub with parameters of type CollectionNode Modifier and Type Method Description protected void
Node. changeParent(CollectionNode newParent)
Changes the parent node of this node.Constructors in org.jivesoftware.openfire.pubsub with parameters of type CollectionNode Constructor Description CollectionNode(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)
-