Uses of Enum Class
tigase.pubsub.NodeType
Packages that use NodeType
-
Uses of NodeType in tigase.pubsub
Methods in tigase.pubsub that return NodeTypeModifier and TypeMethodDescriptionAbstractNodeConfig.getNodeType()static NodeTypeReturns the enum constant of this class with the specified name.static NodeType[]NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.pubsub with parameters of type NodeType -
Uses of NodeType in tigase.pubsub.repository
Methods in tigase.pubsub.repository with parameters of type NodeTypeModifier and TypeMethodDescriptionIPubSubDAO.createNode(tigase.xmpp.jid.BareJID serviceJid, String nodeName, tigase.xmpp.jid.BareJID ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, T collectionId, boolean autocreateService) voidIPubSubRepository.createNode(tigase.xmpp.jid.BareJID serviceJid, String nodeName, tigase.xmpp.jid.BareJID ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, String collection) PubSubDAOJDBC.createNode(tigase.xmpp.jid.BareJID serviceJid, String nodeName, tigase.xmpp.jid.BareJID ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, Long collectionId, boolean autocreateService) PubSubDAOPool.createNode(tigase.xmpp.jid.BareJID serviceJid, String nodeName, tigase.xmpp.jid.BareJID ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, T collectionId, boolean autocreateService) -
Uses of NodeType in tigase.pubsub.repository.cached
Methods in tigase.pubsub.repository.cached with parameters of type NodeTypeModifier and TypeMethodDescriptionvoidCachedPubSubRepository.createNode(tigase.xmpp.jid.BareJID serviceJid, String nodeName, tigase.xmpp.jid.BareJID ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, String collection)