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

Packages that use Edge
com.atlassian.confluence.plugins.edgeindex   
com.atlassian.confluence.plugins.edgeindex.lucene   
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(ConfluenceUser liker, ContentEntityObject likedContent, java.util.Date likeDate)
          Creates a new instance of an edge which represents a user liking content.
 Edge DefaultEdgeFactory.getLikeEdge(ConfluenceUser liker, ContentEntityObject likedContent, java.util.Date likeDate)
           
 

Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type 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.lucene
 

Methods in com.atlassian.confluence.plugins.edgeindex.lucene with parameters of type Edge
 EdgeIndexTask EdgeIndexTaskFactory.createAddDocumentTask(Edge edge)
           
 EdgeIndexTask EdgeIndexTaskFactory.createDeleteDocumentTask(Edge edge)
           
 EdgeIndexTask EdgeIndexTaskFactory.createDeleteEdgeByTargetIdAndUserTask(Edge edge)
           
 EdgeIndexTask EdgeIndexTaskFactory.createDeleteEdgeTargetingDocumentTask(Edge edge)
           
 void EdgeIndexTaskQueue.enqueue(IndexTaskType indexTaskType, Edge edge)
          Add a new task to this queue.
 

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-2014 Atlassian. All Rights Reserved.