Uses of Class
org.jivesoftware.openfire.pubsub.PubSubService.UniqueIdentifier
-
Packages that use PubSubService.UniqueIdentifier Package Description org.jivesoftware.openfire.pep Implementation of Personal Eventing via Pubsub (XEP-0163).org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of PubSubService.UniqueIdentifier in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep with parameters of type PubSubService.UniqueIdentifier Modifier and Type Method Description PEPServicePEPServiceManager. getPEPService(PubSubService.UniqueIdentifier uniqueIdentifier)Retrieves a PEP service -- attempting first from memory, then from the database.PEPServicePEPServiceManager. getPEPService(PubSubService.UniqueIdentifier uniqueIdentifier, boolean autoCreate)Retrieves a PEP service -- attempting first from memory, then from the database. -
Uses of PubSubService.UniqueIdentifier in org.jivesoftware.openfire.pubsub
Fields in org.jivesoftware.openfire.pubsub declared as PubSubService.UniqueIdentifier Modifier and Type Field Description protected PubSubService.UniqueIdentifierNode. serviceIdentifierUnique reference to the publish and subscribe service.Methods in org.jivesoftware.openfire.pubsub that return PubSubService.UniqueIdentifier Modifier and Type Method Description PubSubService.UniqueIdentifierNode.UniqueIdentifier. getServiceIdentifier()PubSubService.UniqueIdentifierPublishedItem.UniqueIdentifier. getServiceIdentifier()default PubSubService.UniqueIdentifierPubSubService. getUniqueIdentifier()Returns a value that uniquely identifies this service in the XMPP domain.Constructors in org.jivesoftware.openfire.pubsub with parameters of type PubSubService.UniqueIdentifier Constructor 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)CollectionNode(PubSubService.UniqueIdentifier serviceId, CollectionNode parentNode, String nodeID, org.xmpp.packet.JID creator, DefaultNodeConfiguration defaultConfiguration)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)LeafNode(PubSubService.UniqueIdentifier serviceId, CollectionNode parentNode, String nodeID, org.xmpp.packet.JID creator, DefaultNodeConfiguration defaultConfiguration)UniqueIdentifier(PubSubService.UniqueIdentifier serviceIdentifier, String nodeId)
-