Uses of Interface
com.atlassian.confluence.plugins.edgeindex.model.EdgeTargetInfo
Packages that use EdgeTargetInfo
Package
Description
-
Uses of EdgeTargetInfo in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type EdgeTargetInfoModifier and TypeMethodDescriptionEdgeQueryParameter.getAcceptFilter()DefaultEdgeQueries.getMostPopular(EdgeQueryParameter edgeQueryParameter) EdgeQueries.getMostPopular(EdgeQueryParameter edgeQueryParameter) TopEdgeTargetCollector.getTopTargets()Method parameters in com.atlassian.confluence.plugins.edgeindex with type arguments of type EdgeTargetInfoModifier and TypeMethodDescriptionEdgeQueryParameter.Builder.withAcceptFilter(Predicate<EdgeTargetInfo> acceptFilter) Constructor parameters in com.atlassian.confluence.plugins.edgeindex with type arguments of type EdgeTargetInfoModifierConstructorDescriptionTopEdgeTargetCollector(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 -
Uses of EdgeTargetInfo in com.atlassian.confluence.plugins.edgeindex.rest
Method parameters in com.atlassian.confluence.plugins.edgeindex.rest with type arguments of type EdgeTargetInfoModifier and TypeMethodDescriptionStreamItemFactory.fromEdgeTargetInfos(List<EdgeTargetInfo> edgeTargetInfos, String urlStrategy, boolean debug)