Package org.alfresco.repo.jscript
Class ScriptSpellCheckResult
java.lang.Object
org.alfresco.repo.jscript.ScriptSpellCheckResult
- All Implemented Interfaces:
Serializable
- Since:
- 5.0
- Author:
- Jamal Kaabi-Mofrad
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptSpellCheckResult(String originalSearchTerm, String resultName, boolean searchedFor, List<String> results, boolean spellCheckExist) -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Constructor Details
-
ScriptSpellCheckResult
-
-
Method Details
-
getOriginalSearchTerm
- Returns:
- the originalSearchTerm
-
getResultName
- Returns:
- the resultName
-
getResults
- Returns:
- the results
-
isSearchedFor
public boolean isSearchedFor()- Returns:
- the searchedFor
-
isSpellCheckExist
public boolean isSpellCheckExist()- Returns:
- the spellCheckExist
-