Uses of Class
tigase.pubsub.NodeType
-
Packages that use NodeType Package Description tigase.pubsub tigase.pubsub.repository tigase.pubsub.repository.cached -
-
Uses of NodeType in tigase.pubsub
Methods in tigase.pubsub that return NodeType Modifier and Type Method Description NodeTypeAbstractNodeConfig. getNodeType()static NodeTypeNodeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.pubsub with parameters of type NodeType Modifier and Type Method Description voidAbstractNodeConfig. setNodeType(NodeType nodeType) -
Uses of NodeType in tigase.pubsub.repository
Methods in tigase.pubsub.repository with parameters of type NodeType Modifier and Type Method Description TIPubSubDAO. createNode(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, tigase.xmpp.jid.BareJID ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, T collectionId, boolean autocreateService)voidIPubSubRepository. createNode(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, tigase.xmpp.jid.BareJID ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, java.lang.String collection)java.lang.LongPubSubDAOJDBC. createNode(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, tigase.xmpp.jid.BareJID ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, java.lang.Long collectionId, boolean autocreateService)TPubSubDAOPool. createNode(tigase.xmpp.jid.BareJID serviceJid, java.lang.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 NodeType Modifier and Type Method Description voidCachedPubSubRepository. createNode(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, tigase.xmpp.jid.BareJID ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, java.lang.String collection)
-