java.lang.Object
com.atlassian.confluence.plugins.edgeindex.model.DefaultEdge
All Implemented Interfaces:
Edge

public class DefaultEdge extends Object implements Edge
  • Constructor Details

  • Method Details

    • getUser

      public ConfluenceUser getUser()
      Description copied from interface: Edge
      The user who created the edge.
      Specified by:
      getUser in interface Edge
    • getEdgeType

      public EdgeType getEdgeType()
      Description copied from interface: Edge
      The type of the edge.
      Specified by:
      getEdgeType in interface Edge
      See Also:
    • getEdgeId

      public @NonNull Object getEdgeId()
      Specified by:
      getEdgeId in interface Edge
      Returns:
      an id to uniquely identifier the edge
    • getTarget

      public Object getTarget()
      Description copied from interface: Edge
      The object that the edge / action is targeted at.
      Specified by:
      getTarget in interface Edge
    • getDate

      public Date getDate()
      Description copied from interface: Edge
      The date the edge was created.
      Specified by:
      getDate in interface Edge