public static class ListUndefinedPagesAction.UndefinedPage
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Field and Description |
---|---|
static int |
MAX_REFERENCES
Maximum number of references to store, after which only the count is incremented
|
Constructor and Description |
---|
ListUndefinedPagesAction.UndefinedPage(java.lang.String spaceKey,
java.lang.String pageTitle) |
Modifier and Type | Method and Description |
---|---|
void |
addReferenceFrom(OutgoingLink link) |
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDestinationPageTitle() |
java.lang.String |
getDestinationSpaceKey() |
int |
getNumReferences() |
java.util.List<ContentEntityObject> |
getReferencedFrom() |
int |
hashCode() |
public static final int MAX_REFERENCES
public ListUndefinedPagesAction.UndefinedPage(java.lang.String spaceKey, java.lang.String pageTitle)
public java.lang.String getDestinationSpaceKey()
public java.lang.String getDestinationPageTitle()
public void addReferenceFrom(OutgoingLink link)
public java.util.List<ContentEntityObject> getReferencedFrom()
public int getNumReferences()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
Copyright © 2003-2014 Atlassian. All Rights Reserved.