SearchResult
objects instead.@Deprecated public class SearchResultWithExcerpt extends Object implements Map
Constructor and Description |
---|
SearchResultWithExcerpt(ContentEntityObject ceo)
Deprecated.
|
SearchResultWithExcerpt(Map backing)
Deprecated.
|
SearchResultWithExcerpt(String content,
Object resultObject)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public SearchResultWithExcerpt(ContentEntityObject ceo)
public SearchResultWithExcerpt(String content, Object resultObject) throws ClassNotFoundException
ClassNotFoundException
public SearchResultWithExcerpt(Map backing)
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)
public int hashCode()
public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public Collection values()
Copyright © 2003–2015 Atlassian. All rights reserved.