Class DefaultEdge

  • All Implemented Interfaces:
    Edge

    public class DefaultEdge
    extends Object
    implements Edge
    • Method Detail

      • getUser

        public ConfluenceUser getUser()
        Description copied from interface: Edge
        The user who created the edge.
        Specified by:
        getUser in interface Edge
      • 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