public abstract class AbstractTranslationService extends java.lang.Object implements TranslationService
Modifier and Type | Class and Description |
---|---|
class |
AbstractTranslationService.TranslationServiceInfoImpl |
TranslationService.TranslationServiceInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultCategory()
Gets the default category.
|
TranslationService.TranslationServiceInfo |
getTranslationServiceInfo()
Gets information on a translation service.
|
void |
setDefaultCategory(java.lang.String defaultCategory)
Sets the default category.
|
void |
updateDueDate(java.lang.String strTranslationJobID,
java.util.Date date)
Update translation job due-date
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTranslationJobComment, addTranslationObjectComment, createTranslationJob, detectLanguage, getAllStoredTranslations, getFinalScope, getTranslatedObject, getTranslationJobCommentCollection, getTranslationJobStatus, getTranslationObjectCommentCollection, getTranslationObjectsStatus, getTranslationObjectStatus, isDirectionSupported, storeTranslation, storeTranslation, supportedLanguages, translateArray, translateString, updateTranslationJobMetadata, updateTranslationJobState, updateTranslationObjectsState, updateTranslationObjectState, uploadTranslationObject
public TranslationService.TranslationServiceInfo getTranslationServiceInfo()
TranslationService
getTranslationServiceInfo
in interface TranslationService
public java.lang.String getDefaultCategory()
TranslationService
getDefaultCategory
in interface TranslationService
public void setDefaultCategory(java.lang.String defaultCategory)
TranslationService
setDefaultCategory
in interface TranslationService
defaultCategory
- The string representing the category which will be set as the default. This is the value
the TranslationService will use if no category is specified elsewhere.public void updateDueDate(java.lang.String strTranslationJobID, java.util.Date date) throws TranslationException
TranslationService
updateDueDate
in interface TranslationService
strTranslationJobID
- Translation Job IDdate
- Due dateTranslationException
Copyright © 2010 - 2020 Adobe. All Rights Reserved