com.atlassian.confluence.plugins.edgeindex
Interface EdgeTypeRepository

All Known Implementing Classes:
PluggableEdgeTypeRepository

public interface EdgeTypeRepository


Method Summary
 com.atlassian.fugue.Option<EdgeType> getEdgeIndexTypeByKey(java.lang.String key)
           
 java.util.Collection<EdgeType> getEdgeIndexTypes()
           
 

Method Detail

getEdgeIndexTypeByKey

com.atlassian.fugue.Option<EdgeType> getEdgeIndexTypeByKey(java.lang.String key)

getEdgeIndexTypes

java.util.Collection<EdgeType> getEdgeIndexTypes()


Copyright © 2003-2014 Atlassian. All Rights Reserved.