com.atlassian.confluence.pages.actions
Class ListUndefinedPagesAction.UndefinedPage

java.lang.Object
  extended by com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
ListUndefinedPagesAction

public static class ListUndefinedPagesAction.UndefinedPage
extends java.lang.Object
implements java.lang.Comparable


Field Summary
static int MAX_REFERENCES
          Maximum number of references to store, after which only the count is incremented
 
Constructor Summary
ListUndefinedPagesAction.UndefinedPage(java.lang.String spaceKey, java.lang.String pageTitle)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ListUndefinedPagesAction.UndefinedPage

public ListUndefinedPagesAction.UndefinedPage(java.lang.String spaceKey,
                                              java.lang.String pageTitle)
Method Detail

getDestinationSpaceKey

public java.lang.String getDestinationSpaceKey()

getDestinationPageTitle

public java.lang.String getDestinationPageTitle()

addReferenceFrom

public void addReferenceFrom(OutgoingLink link)

getReferencedFrom

public java.util.List<ContentEntityObject> getReferencedFrom()

getNumReferences

public int getNumReferences()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2003-2014 Atlassian. All Rights Reserved.