com.atlassian.confluence.search.actions
Class SearchResultWithExcerpt

java.lang.Object
  extended by com.atlassian.confluence.search.actions.SearchResultWithExcerpt
All Implemented Interfaces:
Map

Deprecated. since 4.1. Use SearchResult objects instead.

@Deprecated
public class SearchResultWithExcerpt
extends Object
implements Map

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

SearchResultWithExcerpt

public SearchResultWithExcerpt(ContentEntityObject ceo)
Deprecated. 

SearchResultWithExcerpt

public SearchResultWithExcerpt(String content,
                               Object resultObject)
                        throws ClassNotFoundException
Deprecated. 
Throws:
ClassNotFoundException

SearchResultWithExcerpt

public SearchResultWithExcerpt(Map backing)
Deprecated. 
Method Detail

isNew

public boolean isNew()
Deprecated. 

isRecentlyUpdatedFor

@Deprecated
public boolean isRecentlyUpdatedFor(com.atlassian.user.User user)
Deprecated. since 4.0, this is not being used anywhere and shouldn't be here.


getUserAccessor

@Deprecated
public UserAccessor getUserAccessor()
Deprecated. since 4.0, this is not being used anywhere and shouldn't be here.


getResultObject

public Object getResultObject()
Deprecated. 

getContentBodyString

public String getContentBodyString()
Deprecated. 

equals

public boolean equals(Object o)
Deprecated. 
Specified by:
equals in interface Map
Overrides:
equals in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

hashCode

public int hashCode()
Deprecated. 
Specified by:
hashCode in interface Map
Overrides:
hashCode in class Object

size

public int size()
Deprecated. 
Specified by:
size in interface Map

clear

public void clear()
Deprecated. 
Specified by:
clear in interface Map

isEmpty

public boolean isEmpty()
Deprecated. 
Specified by:
isEmpty in interface Map

containsKey

public boolean containsKey(Object key)
Deprecated. 
Specified by:
containsKey in interface Map

containsValue

public boolean containsValue(Object value)
Deprecated. 
Specified by:
containsValue in interface Map

values

public Collection values()
Deprecated. 
Specified by:
values in interface Map

putAll

public void putAll(Map m)
Deprecated. 
Specified by:
putAll in interface Map

entrySet

public Set entrySet()
Deprecated. 
Specified by:
entrySet in interface Map

keySet

public Set keySet()
Deprecated. 
Specified by:
keySet in interface Map

get

public Object get(Object key)
Deprecated. 
Specified by:
get in interface Map

remove

public Object remove(Object key)
Deprecated. 
Specified by:
remove in interface Map

put

public Object put(Object key,
                  Object value)
Deprecated. 
Specified by:
put in interface Map


Copyright © 2003–2015 Atlassian. All rights reserved.