Uses of Interface
com.atlassian.confluence.plugins.edgeindex.model.EdgeTargetInfo
-
Packages that use EdgeTargetInfo Package Description com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.plugins.edgeindex.model com.atlassian.confluence.plugins.edgeindex.rest -
-
Uses of EdgeTargetInfo in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type EdgeTargetInfo Modifier and Type Method Description Predicate<EdgeTargetInfo>
EdgeQueryParameter. getAcceptFilter()
List<EdgeTargetInfo>
DefaultEdgeQueries. getMostPopular(EdgeQueryParameter edgeQueryParameter)
List<EdgeTargetInfo>
EdgeQueries. getMostPopular(EdgeQueryParameter edgeQueryParameter)
List<EdgeTargetInfo>
TopEdgeTargetCollector. getTopTargets()
Method parameters in com.atlassian.confluence.plugins.edgeindex with type arguments of type EdgeTargetInfo Modifier and Type Method Description EdgeQueryParameter.Builder
EdgeQueryParameter.Builder. withAcceptFilter(Predicate<EdgeTargetInfo> acceptFilter)
Constructor parameters in com.atlassian.confluence.plugins.edgeindex with type arguments of type EdgeTargetInfo Constructor Description TopEdgeTargetCollector(EdgeTypeRepository edgeTypeRepository, Set<com.atlassian.sal.api.user.UserKey> followeeKeys, ScoreConfig scoreConfig, Predicate<EdgeTargetInfo> acceptFilter, int maxTarget, Date now)
-
Uses of EdgeTargetInfo in com.atlassian.confluence.plugins.edgeindex.model
Classes in com.atlassian.confluence.plugins.edgeindex.model that implement EdgeTargetInfo Modifier and Type Class Description class
ContentEntityEdgeTargetInfo
-
Uses of EdgeTargetInfo in com.atlassian.confluence.plugins.edgeindex.rest
Method parameters in com.atlassian.confluence.plugins.edgeindex.rest with type arguments of type EdgeTargetInfo Modifier and Type Method Description List<StreamItem>
StreamItemFactory. fromEdgeTargetInfos(List<EdgeTargetInfo> edgeTargetInfos, String urlStrategy, boolean debug)
-