Uses of Class
org.jivesoftware.openfire.pubsub.Node.ItemReplyPolicy
-
Packages that use Node.ItemReplyPolicy Package Description org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of Node.ItemReplyPolicy in org.jivesoftware.openfire.pubsub
Fields in org.jivesoftware.openfire.pubsub declared as Node.ItemReplyPolicy Modifier and Type Field Description protected Node.ItemReplyPolicyNode. replyPolicyPolicy that defines whether owners or publisher should receive replies to items.Methods in org.jivesoftware.openfire.pubsub that return Node.ItemReplyPolicy Modifier and Type Method Description Node.ItemReplyPolicyDefaultNodeConfiguration. getReplyPolicy()Returns the policy that defines whether owners or publisher should receive replies to items.Node.ItemReplyPolicyNode. getReplyPolicy()static Node.ItemReplyPolicyNode.ItemReplyPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static Node.ItemReplyPolicy[]Node.ItemReplyPolicy. 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 Node.ItemReplyPolicy Modifier and Type Method Description voidDefaultNodeConfiguration. setReplyPolicy(Node.ItemReplyPolicy replyPolicy)Sets the policy that defines whether owners or publisher should receive replies to items.
-