Uses of Enum Class
org.jivesoftware.openfire.pubsub.CollectionNode.LeafNodeAssociationPolicy
Packages that use CollectionNode.LeafNodeAssociationPolicy
Package
Description
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of CollectionNode.LeafNodeAssociationPolicy in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return CollectionNode.LeafNodeAssociationPolicyModifier and TypeMethodDescriptionCollectionNode.getAssociationPolicy()Returns the policy that defines who may associate leaf nodes with a collection.DefaultNodeConfiguration.getAssociationPolicy()Returns the policy that defines who may associate leaf nodes with a collection.Returns the enum constant of this class with the specified name.CollectionNode.LeafNodeAssociationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.pubsub with parameters of type CollectionNode.LeafNodeAssociationPolicyModifier and TypeMethodDescriptionvoidDefaultNodeConfiguration.setAssociationPolicy(CollectionNode.LeafNodeAssociationPolicy associationPolicy) Sets the policy that defines who may associate leaf nodes with a collection.Constructors in org.jivesoftware.openfire.pubsub with parameters of type CollectionNode.LeafNodeAssociationPolicyModifierConstructorDescriptionCollectionNode(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)