Uses of Interface
com.atlassian.confluence.plugins.edgeindex.model.EdgeType

Packages that use EdgeType
com.atlassian.confluence.plugins.edgeindex   
com.atlassian.confluence.plugins.edgeindex.edge   
com.atlassian.confluence.plugins.edgeindex.model   
com.atlassian.confluence.plugins.edgeindex.plugin   
 

Uses of EdgeType in com.atlassian.confluence.plugins.edgeindex
 

Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type EdgeType
 com.atlassian.fugue.Option<EdgeType> EdgeTypeRepository.getEdgeIndexTypeByKey(java.lang.String key)
           
 java.util.Collection<EdgeType> EdgeTypeRepository.getEdgeIndexTypes()
           
 

Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type EdgeType
 float ScoreConfig.getScore(EdgeType edgeType)
           
 float ScoreConfig.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
 class AbstractEdgeType
           
 class BlogPostEdgeType
           
 class CommentEdgeType
           
 class LikeEdgeType
           
 class PageEdgeType
           
 

Uses of EdgeType in com.atlassian.confluence.plugins.edgeindex.model
 

Methods in com.atlassian.confluence.plugins.edgeindex.model that return EdgeType
 EdgeType Edge.getEdgeType()
          The type of the edge.
 EdgeType DefaultEdge.getEdgeType()
           
 

Constructors in com.atlassian.confluence.plugins.edgeindex.model with parameters of type EdgeType
DefaultEdge(ConfluenceUser user, EdgeType edgeType, java.lang.Object target, java.util.Date date, java.lang.Object edgeId)
           
 

Uses of EdgeType in com.atlassian.confluence.plugins.edgeindex.plugin
 

Methods in com.atlassian.confluence.plugins.edgeindex.plugin that return EdgeType
 EdgeType EdgeTypeModuleDescriptor.createModule()
           
 EdgeType EdgeTypeModuleDescriptor.getModule()
           
 

Methods in com.atlassian.confluence.plugins.edgeindex.plugin that return types with arguments of type EdgeType
 com.atlassian.fugue.Option<EdgeType> PluggableEdgeTypeRepository.getEdgeIndexTypeByKey(java.lang.String key)
           
 java.util.Collection<EdgeType> PluggableEdgeTypeRepository.getEdgeIndexTypes()
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.