Uses of Interface
com.atlassian.confluence.plugins.edgeindex.model.EdgeType
-
-
Uses of EdgeType in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type EdgeType Modifier and Type Method Description com.atlassian.fugue.Option<EdgeType>EdgeTypeRepository. getEdgeIndexTypeByKey(String key)Collection<EdgeType>EdgeTypeRepository. getEdgeIndexTypes()Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type EdgeType Modifier and Type Method Description floatScoreConfig. getScore(EdgeType edgeType)floatScoreConfig. setScore(EdgeType edgeType, float boost) -
Uses of EdgeType in com.atlassian.confluence.plugins.edgeindex.edge
Classes in com.atlassian.confluence.plugins.edgeindex.edge that implement EdgeType Modifier and Type Class Description classAbstractEdgeTypeclassBlogPostEdgeTypeclassCommentEdgeTypeclassLikeEdgeTypeclassPageEdgeType -
Uses of EdgeType in com.atlassian.confluence.plugins.edgeindex.model
Methods in com.atlassian.confluence.plugins.edgeindex.model that return EdgeType Modifier and Type Method Description EdgeTypeDefaultEdge. getEdgeType()EdgeTypeEdge. getEdgeType()The type of the edge.Constructors in com.atlassian.confluence.plugins.edgeindex.model with parameters of type EdgeType Constructor Description DefaultEdge(ConfluenceUser user, EdgeType edgeType, Object target, Date date, @NonNull Object edgeId) -
Uses of EdgeType in com.atlassian.confluence.plugins.edgeindex.plugin
Methods in com.atlassian.confluence.plugins.edgeindex.plugin that return EdgeType Modifier and Type Method Description EdgeTypeEdgeTypeModuleDescriptor. createModule()EdgeTypeEdgeTypeModuleDescriptor. getModule()Methods in com.atlassian.confluence.plugins.edgeindex.plugin that return types with arguments of type EdgeType Modifier and Type Method Description com.atlassian.fugue.Option<EdgeType>PluggableEdgeTypeRepository. getEdgeIndexTypeByKey(String key)Collection<EdgeType>PluggableEdgeTypeRepository. getEdgeIndexTypes()
-