com.atlassian.confluence.search.contentnames
Class SearchResult
java.lang.Object
com.atlassian.confluence.search.contentnames.SearchResult
public class SearchResult
- extends Object
Represents a search result from a content name search.
SearchResult
public SearchResult(Long id,
String name,
String url,
String contentType)
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()
getParentTitle
public String getParentTitle()
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)
setParentTitle
public void setParentTitle(String parentTitle)
setContentPluginKey
public void setContentPluginKey(String contentPluginKey)
getContentPluginKey
public String getContentPluginKey()
getCreator
public String getCreator()
setCreator
public void setCreator(String creator)
getLastModifier
public String getLastModifier()
setLastModifier
public void setLastModifier(String lastModifier)
toString
public String toString()
- Overrides:
toString
in class Object