A C D E F G H I N O P R S T U V X

G

getAccessModel() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Get the currently configured AccessModel, null if it is not set.
getAffiliations() - Method in class org.jivesoftware.smackx.pubsub.AffiliationsExtension
 
getAffiliations() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Gets the affiliations on the root node.
getAttributeValue() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
Gets the value of the optional attribute related to the ItemsExtension.ItemsElementType.
getBodyXSLT() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Returns the URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.PubSub
Returns the XML representation of a pubsub element according the specification.
getChildren() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
The id's of the child nodes associated with a collection node (both leaf and collection).
getChildrenAssociationPolicy() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Returns the policy that determines who may associate children with the node.
getChildrenAssociationWhitelist() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Iterator of JID's that are on the whitelist that determines who can associate child nodes with the collection node.
getChildrenMax() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the maximum number of child nodes that can be associated with the collection node.
getCollection() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the collection node which the node is affiliated with.
getConfiguration() - Method in class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
getDataformXSLT() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine.
getDataType() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
The type of node data, usually specified by the namespace of the payload (if any).
getDefaultConfiguration() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Returns the default settings for Node configuration.
getDigestFrequency() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Gets the minimum number of milliseconds between sending notification digests
getElementAttribute() - Method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
 
getElementName() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getElementName() - Method in class org.jivesoftware.smackx.packet.Header
 
getElementName() - Method in class org.jivesoftware.smackx.packet.HeadersExtension
 
getElementName() - Method in class org.jivesoftware.smackx.packet.PubSub
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.Item
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
 
getElementName() - Method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.RetractItem
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.SimplePayload
 
getEvent() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getEventType() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getExpiry() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Get the time at which the leased subscription will expire, or has expired.
getExtension(PubSubElementType) - Method in class org.jivesoftware.smackx.packet.PubSub
 
getExtensions() - Method in class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
getExtensions() - Method in interface org.jivesoftware.smackx.pubsub.EmbeddedPacketExtension
Get the list of embedded PacketExtension objects.
getExtensions() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getExtensions() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
getFieldName() - Method in enum org.jivesoftware.smackx.pubsub.ConfigureNodeFields
 
getFieldName() - Method in enum org.jivesoftware.smackx.pubsub.SubscribeOptionFields
 
getForm() - Method in class org.jivesoftware.smackx.pubsub.FormNode
Get the Form that is to be sent, or was retrieved from the server.
getFormFromPacket(Packet, PubSubElementType) - Static method in class org.jivesoftware.smackx.pubsub.util.NodeUtils
Get a ConfigureForm from a packet.
getFragment() - Method in enum org.jivesoftware.smackx.packet.PubSubNamespace
 
getFrom() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getHeaders() - Method in class org.jivesoftware.smackx.packet.HeadersExtension
 
getId() - Method in class org.jivesoftware.smackx.pubsub.Item
Get the item id.
getId() - Method in class org.jivesoftware.smackx.pubsub.Node
Get the NodeId
getId() - Method in class org.jivesoftware.smackx.pubsub.OptionsExtension
 
getId() - Method in class org.jivesoftware.smackx.pubsub.RetractItem
 
getId() - Method in class org.jivesoftware.smackx.pubsub.Subscription
Gets the subscription id
getId() - Method in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
getItemIds() - Method in class org.jivesoftware.smackx.pubsub.ItemDeleteEvent
Get the item id's of the items that have been deleted.
getItemReply() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines who should get replies to items
getItems() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Get the list of Item that were published.
getItems() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
Gets the items related to the type of request or event.
getItems() - Method in class org.jivesoftware.smackx.pubsub.Node
Get the current items stored in the node.
getItems(Collection<String>) - Method in class org.jivesoftware.smackx.pubsub.Node
Get the items specified from the node.
getItems(int) - Method in class org.jivesoftware.smackx.pubsub.Node
Get items persisted on the node, limited to the specified number.
getItemsElementType() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
Get the type of element
getJid() - Method in class org.jivesoftware.smackx.pubsub.OptionsExtension
 
getJid() - Method in class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
getJid() - Method in class org.jivesoftware.smackx.pubsub.Subscription
Gets the JID the subscription is created for
getJid() - Method in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
getMaxItems() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the maximum number of items to persisted to this node if ConfigureForm.isPersistItems() is true.
getMaxPayloadSize() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the maximum payload size in bytes.
getName() - Method in class org.jivesoftware.smackx.packet.Header
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.Header
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.HeadersExtension
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.PubSub
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.Item
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
 
getNamespace() - Method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.RetractItem
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.SimplePayload
 
getNode() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
Gets the node id
getNode(String) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Retrieves the requested node, if it exists.
getNodeConfiguration() - Method in class org.jivesoftware.smackx.pubsub.Node
Returns a configuration form, from which you can create an answer form to be submitted via the Node.sendConfigurationForm(Form).
getNodeElement() - Method in enum org.jivesoftware.smackx.pubsub.FormNodeType
 
getNodeElement() - Method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
 
getNodeId() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
getNodeId() - Method in class org.jivesoftware.smackx.pubsub.NodeEvent
 
getNodes() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Get all the nodes that currently exist.
getNodeType() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the node type
getPayload() - Method in class org.jivesoftware.smackx.pubsub.Item
Get the payload associated with this Item.
getPublishedDate() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Gets the original date the items were published.
getPublishModel() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the publishing model for the node, which determines who may publish to it.
getPubSubNamespace() - Method in class org.jivesoftware.smackx.packet.PubSub
Returns the current value of the namespace.
getReason() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getReply(XMPPConnection, Packet, long) - Static method in class org.jivesoftware.smackx.packet.SyncPacketSend
 
getReply(XMPPConnection, Packet) - Static method in class org.jivesoftware.smackx.packet.SyncPacketSend
 
getReplyRoom() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Iterator over the multi user chat rooms that are specified as reply rooms.
getReplyTo() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the specific JID's for reply to.
getRosterGroupsAllowed() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the roster groups that are allowed to subscribe and retrieve items.
getShowValues() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Gets the PresenceState for which an entity wants to receive notifications.
getStamp() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getState() - Method in class org.jivesoftware.smackx.pubsub.Subscription
Gets the current subscription state.
getSubscriptionOptions(String) - Method in class org.jivesoftware.smackx.pubsub.Node
Returns a SubscribeForm for subscriptions, from which you can create an answer form to be submitted via the Node.sendConfigurationForm(Form).
getSubscriptionOptions(String, String) - Method in class org.jivesoftware.smackx.pubsub.Node
Get the options for configuring the specified subscription.
getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.Node
Get the subscriptions currently associated with this node.
getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Gets the subscriptions on the root node.
getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.SubscriptionEvent
Get the subscriptions this event is associated with.
getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
Gets the list of subscriptions.
getSupportedFeatures() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Gets the supported features of the servers pubsub implementation as a standard DiscoverInfo instance.
getTitle() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the human readable node title.
getType() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
getValue() - Method in class org.jivesoftware.smackx.packet.Header
 
getXmlns() - Method in enum org.jivesoftware.smackx.packet.PubSubNamespace
 

A C D E F G H I N O P R S T U V X