Class BaseTranslationProvider
java.lang.Object
com.e1c.langtool.internal.history.provider.BaseTranslationProvider
- Direct Known Subclasses:
HistoryTranslationProvider,ScopedTranslationProvider
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninttranslate(IExpression baseQuery, IExpression searchQuery) Returns the list of translations found bysearchQuery.
-
Constructor Details
-
BaseTranslationProvider
-
-
Method Details
-
translate
public List<IHistoryTranslationProvider.ITranslationResult> translate(IExpression baseQuery, IExpression searchQuery) Returns the list of translations found bysearchQuery. Note thatbaseQueryargument must be the same expression assearchQuery, but without the criteria for value equality comparison. -
getMaxResultsNumber
public int getMaxResultsNumber()
-