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

All Known Implementing Classes:
AbstractEdgeType, BlogPostEdgeType, CommentEdgeType, LikeEdgeType, PageEdgeType

public interface EdgeType


Nested Class Summary
static class EdgeType.DeletionMode
           
static interface EdgeType.EdgeTypePermissionDelegate
           
static interface EdgeType.EdgeUiSupport
           
 
Method Summary
 EdgeType.DeletionMode getDeletionMode()
           
 Map<EdgeCountQuery,Set<String>> getEdgeCountQueries(Set<String> edgeTypes)
           
 EdgeType.EdgeUiSupport getEdgeUiSupport()
           
 String getKey()
           
 EdgeType.EdgeTypePermissionDelegate getPermissionDelegate()
           
 float getScore()
           
 

Method Detail

getKey

String getKey()

getScore

float getScore()

getDeletionMode

EdgeType.DeletionMode getDeletionMode()

getEdgeUiSupport

EdgeType.EdgeUiSupport getEdgeUiSupport()

getPermissionDelegate

EdgeType.EdgeTypePermissionDelegate getPermissionDelegate()

getEdgeCountQueries

Map<EdgeCountQuery,Set<String>> getEdgeCountQueries(Set<String> edgeTypes)


Copyright © 2003–2015 Atlassian. All rights reserved.