public static class ListUndefinedPagesAction.UndefinedPage extends Object implements 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 |
---|
UndefinedPage(String spaceKey,
String pageTitle) |
Modifier and Type | Method and Description |
---|---|
void |
addReferenceFrom(OutgoingLink link) |
int |
compareTo(Object o) |
boolean |
equals(Object o) |
String |
getDestinationPageTitle() |
String |
getDestinationSpaceKey() |
int |
getNumReferences() |
List<ContentEntityObject> |
getReferencedFrom() |
int |
hashCode() |
public static final int MAX_REFERENCES
public String getDestinationSpaceKey()
public String getDestinationPageTitle()
public void addReferenceFrom(OutgoingLink link)
public List<ContentEntityObject> getReferencedFrom()
public int getNumReferences()
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2003–2017 Atlassian. All rights reserved.