Uses of Class
org.jivesoftware.openfire.pubsub.models.PublisherModel
Packages that use PublisherModel
Package
Description
Implementation of Publish-Subscribe (XEP-0060).
Defines policies that define who is allowed to subscribe and retrieve items or policies that
define who is allowed to publish items to nodes (XEP-0060).
-
Uses of PublisherModel in org.jivesoftware.openfire.pubsub
Fields in org.jivesoftware.openfire.pubsub declared as PublisherModelModifier and TypeFieldDescriptionprotected PublisherModelNode.publisherModelPublisher model that specifies who is allowed to publish items to the node.Methods in org.jivesoftware.openfire.pubsub that return PublisherModelModifier and TypeMethodDescriptionDefaultNodeConfiguration.getPublisherModel()Returnes the publisher model that specifies who is allowed to publish items to the node.Node.getPublisherModel()Returns the publisher model that specifies who is allowed to publish items to the node.Methods in org.jivesoftware.openfire.pubsub with parameters of type PublisherModelModifier and TypeMethodDescriptionvoidDefaultNodeConfiguration.setPublisherModel(PublisherModel publisherModel) Sets the publisher model that specifies who is allowed to publish items to the node.Constructors in org.jivesoftware.openfire.pubsub with parameters of type PublisherModelModifierConstructorDescriptionCollectionNode(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) -
Uses of PublisherModel in org.jivesoftware.openfire.pubsub.models
Subclasses of PublisherModel in org.jivesoftware.openfire.pubsub.modelsModifier and TypeClassDescriptionclassPublishers and owners may publish items to the node.classSubscribers, publishers and owners may publish items to the node.classAnyone may publish items to the node.Fields in org.jivesoftware.openfire.pubsub.models declared as PublisherModelModifier and TypeFieldDescriptionstatic final PublisherModelPublisherModel.openstatic final PublisherModelPublisherModel.publishersstatic final PublisherModelPublisherModel.subscribersMethods in org.jivesoftware.openfire.pubsub.models that return PublisherModelModifier and TypeMethodDescriptionstatic PublisherModelReturns the specific subclass of PublisherModel as specified by the publisher model name.