| Package | Description |
|---|---|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| Modifier and Type | Method and Description |
|---|---|
CollectionNode.LeafNodeAssociationPolicy |
DefaultNodeConfiguration.getAssociationPolicy()
Returns the policy that defines who may associate leaf nodes with a collection.
|
CollectionNode.LeafNodeAssociationPolicy |
CollectionNode.getAssociationPolicy()
Returns the policy that defines who may associate leaf nodes with a collection.
|
static CollectionNode.LeafNodeAssociationPolicy |
CollectionNode.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNodeConfiguration.setAssociationPolicy(CollectionNode.LeafNodeAssociationPolicy associationPolicy)
Sets the policy that defines who may associate leaf nodes with a collection.
|
| Constructor and 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) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.