Uses of Enum Class
org.jivesoftware.openfire.pubsub.Node.ItemReplyPolicy
Packages that use Node.ItemReplyPolicy
Package
Description
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of Node.ItemReplyPolicy in org.jivesoftware.openfire.pubsub
Fields in org.jivesoftware.openfire.pubsub declared as Node.ItemReplyPolicyModifier and TypeFieldDescriptionprotected Node.ItemReplyPolicyNode.replyPolicyPolicy that defines whether owners or publisher should receive replies to items.Methods in org.jivesoftware.openfire.pubsub that return Node.ItemReplyPolicyModifier and TypeMethodDescriptionDefaultNodeConfiguration.getReplyPolicy()Returns the policy that defines whether owners or publisher should receive replies to items.Node.getReplyPolicy()static Node.ItemReplyPolicyReturns the enum constant of this class with the specified name.static Node.ItemReplyPolicy[]Node.ItemReplyPolicy.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 Node.ItemReplyPolicyModifier and TypeMethodDescriptionvoidDefaultNodeConfiguration.setReplyPolicy(Node.ItemReplyPolicy replyPolicy) Sets the policy that defines whether owners or publisher should receive replies to items.Constructors in org.jivesoftware.openfire.pubsub with parameters of type Node.ItemReplyPolicyModifierConstructorDescriptionCollectionNode(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) 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)