com.atlassian.confluence.pages.actions
Class ListUndefinedPagesAction.UndefinedPage
java.lang.Object
com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- ListUndefinedPagesAction
public static class ListUndefinedPagesAction.UndefinedPage
- extends Object
- implements Comparable
Field Summary |
static int |
MAX_REFERENCES
Maximum number of references to store, after which only the count is incremented |
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
ListUndefinedPagesAction.UndefinedPage
public ListUndefinedPagesAction.UndefinedPage(String spaceKey,
String pageTitle)
getDestinationSpaceKey
public String getDestinationSpaceKey()
getDestinationPageTitle
public String getDestinationPageTitle()
addReferenceFrom
public void addReferenceFrom(OutgoingLink link)
getReferencedFrom
public List<ContentEntityObject> getReferencedFrom()
getNumReferences
public int getNumReferences()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable