|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.search.actions.SearchResultWithExcerpt
SearchResult objects instead.
@Deprecated public class SearchResultWithExcerpt
A simple bean to represent a search result with its content text - useful for excerpting and summarising.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
SearchResultWithExcerpt(ContentEntityObject ceo)
Deprecated. |
|
SearchResultWithExcerpt(Map backing)
Deprecated. |
|
SearchResultWithExcerpt(String content,
Object resultObject)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. |
boolean |
containsKey(Object key)
Deprecated. |
boolean |
containsValue(Object value)
Deprecated. |
Set |
entrySet()
Deprecated. |
boolean |
equals(Object o)
Deprecated. |
Object |
get(Object key)
Deprecated. |
String |
getContentBodyString()
Deprecated. |
Object |
getResultObject()
Deprecated. |
UserAccessor |
getUserAccessor()
Deprecated. since 4.0, this is not being used anywhere and shouldn't be here. |
int |
hashCode()
Deprecated. |
boolean |
isEmpty()
Deprecated. |
boolean |
isNew()
Deprecated. |
boolean |
isRecentlyUpdatedFor(com.atlassian.user.User user)
Deprecated. since 4.0, this is not being used anywhere and shouldn't be here. |
Set |
keySet()
Deprecated. |
Object |
put(Object key,
Object value)
Deprecated. |
void |
putAll(Map m)
Deprecated. |
Object |
remove(Object key)
Deprecated. |
int |
size()
Deprecated. |
String |
toString()
Deprecated. |
Collection |
values()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchResultWithExcerpt(ContentEntityObject ceo)
public SearchResultWithExcerpt(String content,
Object resultObject)
throws ClassNotFoundException
ClassNotFoundExceptionpublic SearchResultWithExcerpt(Map backing)
| Method Detail |
|---|
public boolean isNew()
@Deprecated public boolean isRecentlyUpdatedFor(com.atlassian.user.User user)
@Deprecated public UserAccessor getUserAccessor()
public Object getResultObject()
public String getContentBodyString()
public boolean equals(Object o)
equals in interface Mapequals in class Objectpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in interface MaphashCode in class Objectpublic int size()
size in interface Mappublic void clear()
clear in interface Mappublic boolean isEmpty()
isEmpty in interface Mappublic boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
values in interface Mappublic void putAll(Map m)
putAll in interface Mappublic Set entrySet()
entrySet in interface Mappublic Set keySet()
keySet in interface Mappublic Object get(Object key)
get in interface Mappublic Object remove(Object key)
remove in interface Map
public Object put(Object key,
Object value)
put in interface Map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||