Uses of Class
tigase.pubsub.repository.cached.Node
Packages that use Node
-
Uses of Node in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached with type parameters of type NodeModifier and TypeFieldDescriptionprotected Cache<CachedPubSubRepository.NodeKey, Node> CachedPubSubRepository.nodesMethods in tigase.pubsub.repository.cached that return NodeModifier and TypeMethodDescriptionprotected Nodeprotected NodeCachedPubSubRepository.getNodeFromCache(tigase.xmpp.jid.BareJID serviceJid, String nodeName) protected NodeMethods in tigase.pubsub.repository.cached that return types with arguments of type NodeModifier and TypeMethodDescriptionCachedPubSubRepository.getNodeAndSubnodes(tigase.xmpp.jid.BareJID serviceJid, String nodeName, Predicate<Node<T>> filterWithSubnodes, Predicate<Node<T>> filter) Methods in tigase.pubsub.repository.cached with parameters of type NodeModifier and TypeMethodDescriptionprotected booleanCachedPubSubRepository.hasAccessPermission(Node node, tigase.xmpp.jid.JID requester, PubSubLogic.Action action) protected voidMethod parameters in tigase.pubsub.repository.cached with type arguments of type Node