Package org.alfresco.service.cmr.search
Class SpellCheckResult
java.lang.Object
org.alfresco.service.cmr.search.SpellCheckResult
- All Implemented Interfaces:
Serializable
- Since:
- 5.0
- Author:
- Jamal Kaabi-Mofrad
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpellCheckResult
(String resultName, List<String> results, boolean searchedFor) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Constructor Details
-
SpellCheckResult
-
-
Method Details
-
getResultName
- Returns:
- the resultName
-
getResults
- Returns:
- the results
-
isSearchedFor
public boolean isSearchedFor()- Returns:
- the searchedFor
-
isSpellCheckExist
public boolean isSpellCheckExist()- Returns:
- the spellCheckExist
-