Package org.alfresco.service.cmr.search
Class SpellCheckResult
- java.lang.Object
-
- org.alfresco.service.cmr.search.SpellCheckResult
-
- All Implemented Interfaces:
Serializable
public class SpellCheckResult extends Object implements Serializable
- Since:
- 5.0
- Author:
- Jamal Kaabi-Mofrad
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpellCheckResult(String resultName, List<String> results, boolean searchedFor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResultName()
List<String>
getResults()
boolean
isSearchedFor()
boolean
isSpellCheckExist()
-