Package com.atlassian.jira.sharing.index
Class SharedEntitySearchContextToQueryFactoryMap
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<SharedEntitySearchContext,QueryFactory>
com.atlassian.jira.sharing.index.SharedEntitySearchContextToQueryFactoryMap
- All Implemented Interfaces:
Map<SharedEntitySearchContext,QueryFactory>
public class SharedEntitySearchContextToQueryFactoryMap
extends com.google.common.collect.ForwardingMap<SharedEntitySearchContext,QueryFactory>
Determines which
QueryFactory to be used for a given SharedEntitySearchContext- Since:
- v4.4.1
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues -
Constructor Summary
ConstructorsConstructorDescriptionSharedEntitySearchContextToQueryFactoryMap(PermissionQueryFactory permissionQueryFactory, IsSharedQueryFactory isSharedQueryFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<SharedEntitySearchContext,QueryFactory> delegate()Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesMethods inherited from class com.google.common.collect.ForwardingObject
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Method Details
-
delegate
- Specified by:
delegatein classcom.google.common.collect.ForwardingMap<SharedEntitySearchContext,QueryFactory>
-