| Package | Description |
|---|---|
| org.exoplatform.wiki.service.search |
| Modifier and Type | Field and Description |
|---|---|
protected SearchResultType |
SearchResult.type |
| Modifier and Type | Method and Description |
|---|---|
SearchResultType |
TitleSearchResult.getType() |
SearchResultType |
SearchResult.getType() |
static SearchResultType |
SearchResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchResultType[] |
SearchResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TitleSearchResult.setType(SearchResultType type) |
void |
SearchResult.setType(SearchResultType type) |
| Constructor and Description |
|---|
SearchResult(String wikiType,
org.exoplatform.social.core.identity.model.Identity poster,
org.exoplatform.social.core.identity.model.Identity wikiOwnerIdentity,
String pageName,
String attachmentName,
String excerpt,
String title,
SearchResultType type,
Calendar updatedDate,
Calendar createdDate) |
SearchResult(String wikiType,
String wikiOwner,
String pageName,
String attachmentName,
String excerpt,
String title,
SearchResultType type,
Calendar updatedDate,
Calendar createdDate) |
TemplateSearchResult(String wikiType,
String wikiOwner,
String name,
String title,
SearchResultType type,
Calendar updatedDate,
Calendar createdDate,
String description) |
TitleSearchResult(String title,
org.exoplatform.social.rest.entity.IdentityEntity poster,
org.exoplatform.social.rest.entity.IdentityEntity wikiOwner,
String excerpt,
long createdDate,
SearchResultType type,
String url) |
TitleSearchResult(String title,
SearchResultType type,
String url) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.