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
FieldsModifier and TypeFieldDescriptionstatic final int
Maximum number of references to store, after which only the count is incremented -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addReferenceFrom
(OutgoingLink link) int
boolean
int
int
hashCode()
-
Field Details
-
MAX_REFERENCES
public static final int MAX_REFERENCESMaximum number of references to store, after which only the count is incremented- See Also:
-
-
Constructor Details
-
UndefinedPage
-
-
Method Details
-
getDestinationSpaceKey
-
getDestinationPageTitle
-
addReferenceFrom
-
getReferencedFrom
-
getNumReferences
public int getNumReferences() -
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<ListUndefinedPagesAction.UndefinedPage>
-