Uses of Enum Class
org.exoplatform.wiki.service.search.SearchResultType
Packages that use SearchResultType
-
Uses of SearchResultType in org.exoplatform.wiki.service.search
Fields in org.exoplatform.wiki.service.search declared as SearchResultTypeMethods in org.exoplatform.wiki.service.search that return SearchResultTypeModifier and TypeMethodDescriptionstatic SearchResultTypeReturns the enum constant of this class with the specified name.static SearchResultType[]SearchResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.wiki.service.search with parameters of type SearchResultTypeModifierConstructorDescriptionSearchResult(String wikiType, String wikiOwner, String pageName, 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 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)