Uses of Enum Class
org.jivesoftware.openfire.pubsub.PubSubServiceInfo.listType
Packages that use PubSubServiceInfo.listType
Package
Description
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of PubSubServiceInfo.listType in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return PubSubServiceInfo.listTypeModifier and TypeMethodDescriptionstatic PubSubServiceInfo.listTypeReturns the enum constant of this class with the specified name.static PubSubServiceInfo.listType[]PubSubServiceInfo.listType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.jivesoftware.openfire.pubsub with type arguments of type PubSubServiceInfo.listTypeModifier and TypeMethodDescriptionvoidPubSubServiceInfo.validateAdditions(org.xmpp.forms.DataForm form, javax.servlet.http.HttpServletRequest request, Map<String, PubSubServiceInfo.listType> listTypes, Map<String, String> errors)