Uses of Interface
com.hybris.cockpitng.core.config.impl.model.NodeRelevance
-
Packages that use NodeRelevance Package Description com.hybris.cockpitng.core.config.impl.model -
-
Uses of NodeRelevance in com.hybris.cockpitng.core.config.impl.model
Classes in com.hybris.cockpitng.core.config.impl.model that implement NodeRelevance Modifier and Type Class Description classContextSearchNodeRelevanceDefault relevance for search nodes.Methods in com.hybris.cockpitng.core.config.impl.model that return NodeRelevance Modifier and Type Method Description NodeRelevanceNodeRelevance. clone()Deprecated, for removal: This API element is subject to removal in a future version.since 6.7protected NodeRelevanceDefaultContextSearchNode. countNotEmptyRelevance()NodeRelevanceContextSearchTerms. getHighestMatchingRelevance()Gets highest relevance of from all children with matches of the closest parent.NodeRelevanceContextSearchNode. getNotEmptyRelevance()Gets highest relevance of all children with any result in regards to original requestNodeRelevanceContextSearchNodeReference. getNotEmptyRelevance()NodeRelevanceDefaultContextSearchNode. getNotEmptyRelevance()NodeRelevanceContextSearchNode. getRelevance()Gets relevance of this node in regards to original requestNodeRelevanceContextSearchNodeReference. getRelevance()NodeRelevanceDefaultContextSearchNode. getRelevance()Methods in com.hybris.cockpitng.core.config.impl.model with parameters of type NodeRelevance Modifier and Type Method Description java.util.Iterator<ContextSearchNode>ContextSearchProgress. expand(ContextSearchRequest request, ContextSearchTerms terms, NodeRelevance relevance)Expands current node with provided search needle.voidContextSearchTerms. setHighestMatchingRelevance(NodeRelevance highestRelevance)Sets highest relevance of from all children with matches of the closest parent.Constructors in com.hybris.cockpitng.core.config.impl.model with parameters of type NodeRelevance Constructor Description DefaultContextSearchNode(ContextSearchNeedle searchNeedle, NodeRelevance relevance)NodeIterator(ContextSearchRequest request, ContextSearchTerms terms, NodeRelevance relevance)
-