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

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

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

Methods in com.atlassian.confluence.plugins.edgeindex that return EdgeType
static EdgeType EdgeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeType[] EdgeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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(com.atlassian.user.User user, EdgeType edgeType, Object target, Date date, Object edgeId)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.