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

All Known Implementing Classes:
DefaultEdge

public interface Edge

If pages and blog posts are targets, then user actions on them are edges. A page with 10 comments and 2 likes, has a total of 12 edges emanating from it.


Method Summary
 java.util.Date getDate()
          The date the edge was created.
 java.lang.Object getEdgeId()
           
 EdgeType getEdgeType()
          The type of the edge.
 java.lang.Object getTarget()
          The object that the edge / action is targeted at.
 ConfluenceUser getUser()
          The user who created the edge.
 

Method Detail

getUser

ConfluenceUser getUser()
The user who created the edge.


getTarget

java.lang.Object getTarget()
The object that the edge / action is targeted at.


getDate

java.util.Date getDate()
The date the edge was created.


getEdgeType

EdgeType getEdgeType()
The type of the edge.

See Also:
EdgeType

getEdgeId

java.lang.Object getEdgeId()
Returns:
an id to uniquely identifier the edge


Copyright © 2003-2014 Atlassian. All Rights Reserved.