Uses of Class
org.jivesoftware.openfire.pubsub.CollectionNode.LeafNodeAssociationPolicy
-
Packages that use CollectionNode.LeafNodeAssociationPolicy Package Description org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of CollectionNode.LeafNodeAssociationPolicy in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return CollectionNode.LeafNodeAssociationPolicy Modifier and Type Method Description CollectionNode.LeafNodeAssociationPolicyCollectionNode. getAssociationPolicy()Returns the policy that defines who may associate leaf nodes with a collection.CollectionNode.LeafNodeAssociationPolicyDefaultNodeConfiguration. getAssociationPolicy()Returns the policy that defines who may associate leaf nodes with a collection.static CollectionNode.LeafNodeAssociationPolicyCollectionNode.LeafNodeAssociationPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionNode.LeafNodeAssociationPolicy[]CollectionNode.LeafNodeAssociationPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.pubsub with parameters of type CollectionNode.LeafNodeAssociationPolicy Modifier and Type Method Description voidDefaultNodeConfiguration. setAssociationPolicy(CollectionNode.LeafNodeAssociationPolicy associationPolicy)Sets the policy that defines who may associate leaf nodes with a collection.
-