com.atlassian.confluence.search.contentnames
Class SearchResult

java.lang.Object
  extended by com.atlassian.confluence.search.contentnames.SearchResult

public class SearchResult
extends Object

Represents a search result from a content name search.


Constructor Summary
SearchResult(Long id, String name, String url, String contentType)
           
 
Method Summary
 Category getCategory()
           
 String getContentType()
           
 Date getCreatedDate()
           
 Long getId()
           
 Date getLastModifiedDate()
           
 String getName()
           
 String getOwnerTitle()
           
 String getOwnerType()
           
 String getPreviewKey()
          The previewKey property provides information a client can use to show a relevant preview/icon for this result.
 String getSpaceKey()
           
 String getSpaceName()
           
 String getUrl()
           
 void setCategory(Category category)
           
 void setContentType(String contentType)
           
 void setCreatedDate(Date createdDate)
           
 void setLastModifiedDate(Date lastModifiedDate)
           
 void setName(String name)
           
 void setOwnerTitle(String ownerTitle)
           
 void setOwnerType(String ownerType)
           
 void setPreviewKey(String previewKey)
           
 void setSpaceKey(String spaceKey)
           
 void setSpaceName(String spaceName)
           
 void setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult(Long id,
                    String name,
                    String url,
                    String contentType)
Method Detail

getId

public Long getId()

getName

public String getName()

getUrl

public String getUrl()

getContentType

public String getContentType()

getPreviewKey

public String getPreviewKey()
The previewKey property provides information a client can use to show a relevant preview/icon for this result. For example, when the result represents an Attachment the previewKey will contain it's mime type (if it has one). If the result represents a PersonalInformation then the previewKey will contain the username.

Returns:
information about this result that can be used to find the preview information that may be shown for this result.

getCategory

public Category getCategory()

getSpaceName

public String getSpaceName()

getSpaceKey

public String getSpaceKey()

getOwnerType

public String getOwnerType()

getCreatedDate

public Date getCreatedDate()

getLastModifiedDate

public Date getLastModifiedDate()

getOwnerTitle

public String getOwnerTitle()

setName

public void setName(String name)

setUrl

public void setUrl(String url)

setContentType

public void setContentType(String contentType)

setPreviewKey

public void setPreviewKey(String previewKey)

setCategory

public void setCategory(Category category)

setSpaceName

public void setSpaceName(String spaceName)

setSpaceKey

public void setSpaceKey(String spaceKey)

setOwnerType

public void setOwnerType(String ownerType)

setCreatedDate

public void setCreatedDate(Date createdDate)

setLastModifiedDate

public void setLastModifiedDate(Date lastModifiedDate)

setOwnerTitle

public void setOwnerTitle(String ownerTitle)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.