com.atlassian.confluence.search.actions
Class SearchResultWithExcerpt

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

Deprecated. since 4.1. Use SearchResult objects instead.

@Deprecated
public class SearchResultWithExcerpt
extends java.lang.Object
implements java.util.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
java.util.Map.Entry<K,V>
 
Constructor Summary
SearchResultWithExcerpt(ContentEntityObject ceo)
          Deprecated.  
SearchResultWithExcerpt(java.util.Map backing)
          Deprecated.  
SearchResultWithExcerpt(java.lang.String content, java.lang.Object resultObject)
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated.  
 boolean containsKey(java.lang.Object key)
          Deprecated.  
 boolean containsValue(java.lang.Object value)
          Deprecated.  
 java.util.Set entrySet()
          Deprecated.  
 boolean equals(java.lang.Object o)
          Deprecated.  
 java.lang.Object get(java.lang.Object key)
          Deprecated.  
 java.lang.String getContentBodyString()
          Deprecated.  
 java.lang.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.
 java.util.Set keySet()
          Deprecated.  
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
          Deprecated.  
 void putAll(java.util.Map m)
          Deprecated.  
 java.lang.Object remove(java.lang.Object key)
          Deprecated.  
 int size()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 java.util.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(java.lang.String content,
                               java.lang.Object resultObject)
                        throws java.lang.ClassNotFoundException
Deprecated. 
Throws:
java.lang.ClassNotFoundException

SearchResultWithExcerpt

public SearchResultWithExcerpt(java.util.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 java.lang.Object getResultObject()
Deprecated. 

getContentBodyString

public java.lang.String getContentBodyString()
Deprecated. 

equals

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

toString

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

hashCode

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

size

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

clear

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

isEmpty

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

containsKey

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

containsValue

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

values

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

putAll

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

entrySet

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

keySet

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

get

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

remove

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

put

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.