|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.search.contentnames.Category
public class Category
Represents a category in which results coming back from a content name search can be put in.
Field Summary | |
---|---|
static Category |
ATTACHMENTS
A category for attachment results. |
static Category |
BLOGS
A category for blog results. |
static Category |
COMMENTS
A category for comments. |
static Category |
CONTENT
A category for page and blog results combined. |
static Category |
MAIL
A category for mail. |
static Category |
PAGES
A category for page results. |
static Category |
PEOPLE
A category for people results. |
static Category |
PERSONAL_SPACE
A category for personal spaces. |
static Category |
SPACES
A category for space results. |
Constructor Summary | |
---|---|
Category(String name)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
static Category |
getCategory(String type)
Return a Category for the supplied type. |
String |
getName()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Category PAGES
public static final Category BLOGS
public static final Category CONTENT
public static final Category ATTACHMENTS
public static final Category PEOPLE
public static final Category SPACES
public static final Category COMMENTS
public static final Category PERSONAL_SPACE
public static final Category MAIL
Constructor Detail |
---|
public Category(String name)
Method Detail |
---|
public static Category getCategory(String type)
type
- must not be null
public String getName()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |