Class AbstractLink

java.lang.Object
com.atlassian.core.bean.EntityObject
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
OutgoingLink

@MappedSuperclass public abstract class AbstractLink extends ConfluenceEntityObject
An abstract link defines a source page (the source of the link) and is the superclass for all Link objects.
See Also:
  • Constructor Details

    • AbstractLink

      public AbstractLink()
  • Method Details