public interface ApplicableWordService
Modifier and Type | Method and Description |
---|---|
ApplicableWord[] |
getApplicableWords(String language,
String[] categoryIds) |
ParallelText[] |
getApplicableWordTranslation(String sourceLang,
String targetLang,
String source,
String matchingMethod,
String wordId) |
ApplicableWord[] getApplicableWords(String language, String[] categoryIds) throws AccessLimitExceededException, InvalidParameterException, LanguagePairNotUniquelyDecidedException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguagePairException, UnsupportedMatchingMethodException
AccessLimitExceededException
InvalidParameterException
LanguagePairNotUniquelyDecidedException
NoAccessPermissionException
NoValidEndpointsException
ProcessFailedException
ServerBusyException
ServiceNotActiveException
ServiceNotFoundException
UnsupportedLanguagePairException
UnsupportedMatchingMethodException
ParallelText[] getApplicableWordTranslation(String sourceLang, String targetLang, String source, String matchingMethod, String wordId) throws AccessLimitExceededException, InvalidParameterException, LanguagePairNotUniquelyDecidedException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguagePairException, UnsupportedMatchingMethodException
AccessLimitExceededException
InvalidParameterException
LanguagePairNotUniquelyDecidedException
NoAccessPermissionException
NoValidEndpointsException
ProcessFailedException
ServerBusyException
ServiceNotActiveException
ServiceNotFoundException
UnsupportedLanguagePairException
UnsupportedMatchingMethodException