com.atlassian.confluence.plugins.edgeindex
Interface EdgeTypeRepository

All Known Implementing Classes:
PluggableEdgeTypeRepository

public interface EdgeTypeRepository


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

Method Detail

getEdgeIndexTypeByKey

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

getEdgeIndexTypes

Collection<EdgeType> getEdgeIndexTypes()


Copyright © 2003–2015 Atlassian. All rights reserved.