Package org.alfresco.repo.jscript
Class ScriptSpellCheckResult
- java.lang.Object
-
- org.alfresco.repo.jscript.ScriptSpellCheckResult
-
- All Implemented Interfaces:
Serializable
public class ScriptSpellCheckResult extends Object implements Serializable
- Since:
- 5.0
- Author:
- Jamal Kaabi-Mofrad
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptSpellCheckResult(String originalSearchTerm, String resultName, boolean searchedFor, List<String> results, boolean spellCheckExist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOriginalSearchTerm()StringgetResultName()List<String>getResults()booleanisSearchedFor()booleanisSpellCheckExist()
-
-
-
Method Detail
-
getOriginalSearchTerm
public String getOriginalSearchTerm()
- Returns:
- the originalSearchTerm
-
getResultName
public String getResultName()
- Returns:
- the resultName
-
isSearchedFor
public boolean isSearchedFor()
- Returns:
- the searchedFor
-
isSpellCheckExist
public boolean isSpellCheckExist()
- Returns:
- the spellCheckExist
-
-