Class ListUndefinedPagesAction.UndefinedPage
- java.lang.Object
-
- com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
-
- All Implemented Interfaces:
Comparable<ListUndefinedPagesAction.UndefinedPage>
- Enclosing class:
- ListUndefinedPagesAction
public static class ListUndefinedPagesAction.UndefinedPage extends Object implements Comparable<ListUndefinedPagesAction.UndefinedPage>
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_REFERENCES
Maximum number of references to store, after which only the count is incremented
-
Constructor Summary
Constructors Constructor Description UndefinedPage(String spaceKey, String pageTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addReferenceFrom(OutgoingLink link)
int
compareTo(ListUndefinedPagesAction.UndefinedPage other)
boolean
equals(Object o)
String
getDestinationPageTitle()
String
getDestinationSpaceKey()
int
getNumReferences()
List<ContentEntityObject>
getReferencedFrom()
int
hashCode()
-
-
-
Field Detail
-
MAX_REFERENCES
public static final int MAX_REFERENCES
Maximum number of references to store, after which only the count is incremented- See Also:
- Constant Field Values
-
-
Method Detail
-
getDestinationSpaceKey
public String getDestinationSpaceKey()
-
getDestinationPageTitle
public String getDestinationPageTitle()
-
addReferenceFrom
public void addReferenceFrom(OutgoingLink link)
-
getReferencedFrom
public List<ContentEntityObject> getReferencedFrom()
-
getNumReferences
public int getNumReferences()
-
compareTo
public int compareTo(ListUndefinedPagesAction.UndefinedPage other)
- Specified by:
compareTo
in interfaceComparable<ListUndefinedPagesAction.UndefinedPage>
-
-