|
||||||||||
| 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(java.lang.String name)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static Category PAGES
public static Category BLOGS
public static Category CONTENT
public static Category ATTACHMENTS
public static Category PEOPLE
public static Category SPACES
public static Category COMMENTS
public static Category PERSONAL_SPACE
public static Category MAIL
| Constructor Detail |
|---|
public Category(java.lang.String name)
| Method Detail |
|---|
public java.lang.String getName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||