Uses of Class
org.exoplatform.wiki.service.search.SearchResultType
-
Packages that use SearchResultType Package Description org.exoplatform.wiki.service.search -
-
Uses of SearchResultType in org.exoplatform.wiki.service.search
Fields in org.exoplatform.wiki.service.search declared as SearchResultType Modifier and Type Field Description protected SearchResultTypeSearchResult. typeMethods in org.exoplatform.wiki.service.search that return SearchResultType Modifier and Type Method Description SearchResultTypeSearchResult. getType()SearchResultTypeTitleSearchResult. getType()static SearchResultTypeSearchResultType. 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.Methods in org.exoplatform.wiki.service.search with parameters of type SearchResultType Modifier and Type Method Description voidSearchResult. setType(SearchResultType type)voidTitleSearchResult. setType(SearchResultType type)Constructors in org.exoplatform.wiki.service.search with parameters of type SearchResultType Constructor Description SearchResult(String wikiType, String wikiOwner, String pageName, String attachmentName, String excerpt, String title, SearchResultType type, Calendar updatedDate, Calendar createdDate)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)TemplateSearchResult(String wikiType, String wikiOwner, String name, String title, SearchResultType type, Calendar updatedDate, Calendar createdDate, String description)
-