Uses of Interface
com.atlassian.confluence.plugins.edgeindex.model.EdgeCountQuery
-
Packages that use EdgeCountQuery Package Description com.atlassian.confluence.plugins.edgeindex.edge com.atlassian.confluence.plugins.edgeindex.model -
-
Uses of EdgeCountQuery in com.atlassian.confluence.plugins.edgeindex.edge
Classes in com.atlassian.confluence.plugins.edgeindex.edge that implement EdgeCountQuery Modifier and Type Class Description class
CommentCountQuery
class
LikeCountQuery
class
NestedCommentCountQuery
Methods in com.atlassian.confluence.plugins.edgeindex.edge that return types with arguments of type EdgeCountQuery Modifier and Type Method Description Map<EdgeCountQuery,Set<String>>
AbstractEdgeType. getEdgeCountQueries(Set<String> edgeTypes)
Map<EdgeCountQuery,Set<String>>
CommentEdgeType. getEdgeCountQueries(Set<String> edgeTypes)
Map<EdgeCountQuery,Set<String>>
LikeEdgeType. getEdgeCountQueries(Set<String> edgeTypes)
Constructors in com.atlassian.confluence.plugins.edgeindex.edge with parameters of type EdgeCountQuery Constructor Description CommentEdgeType(EdgeCountQuery commentCountQuery, EdgeCountQuery nestedCommentCountQuery)
LikeEdgeType(EdgeCountQuery likeCountQuery)
-
Uses of EdgeCountQuery in com.atlassian.confluence.plugins.edgeindex.model
Classes in com.atlassian.confluence.plugins.edgeindex.model that implement EdgeCountQuery Modifier and Type Class Description class
ContentEntityEdgeCountQuery
Methods in com.atlassian.confluence.plugins.edgeindex.model that return types with arguments of type EdgeCountQuery Modifier and Type Method Description Map<EdgeCountQuery,Set<String>>
EdgeType. getEdgeCountQueries(Set<String> edgeTypes)
-