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

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

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

Methods in com.atlassian.confluence.plugins.edgeindex that return Edge
 Edge EdgeFactory.getCreateEdge(ContentEntityObject contentEntity)
          Creates a new instance of an edge which indicates new content creation.
 Edge DefaultEdgeFactory.getCreateEdge(ContentEntityObject contentEntity)
           
 Edge EdgeFactory.getLikeEdge(com.atlassian.user.User liker, ContentEntityObject likedContent, Date likeDate)
          Creates a new instance of an edge which represents a user liking content.
 Edge DefaultEdgeFactory.getLikeEdge(com.atlassian.user.User liker, ContentEntityObject likedContent, Date likeDate)
           
 

Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type Edge
 org.apache.lucene.document.Document LuceneEdgeDocumentFactory.getDocument(Edge edge)
           
 org.apache.lucene.document.Document EdgeDocumentFactory.getDocument(Edge edge)
           
 void LuceneEdgeIndexManager.index(Edge edge)
           
 void EdgeIndexManager.index(Edge edge)
          Indexes an edge.
 void LuceneEdgeIndexManager.unIndex(Edge edge)
           
 void EdgeIndexManager.unIndex(Edge edge)
          Unindexes an edge.
 

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

Classes in com.atlassian.confluence.plugins.edgeindex.model that implement Edge
 class DefaultEdge
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.