public interface TranslationObject
Modifier and Type | Method and Description |
---|---|
CommentCollection<Comment> |
getCommentCollection()
Gets the comment collection.
|
String |
getId()
Gets confirmation return from the external translation service provider that they have received the
TranslationObject for translation.
|
String |
getMimeType()
Gets the mime type of TranslationObject.
|
String |
getSourceVersion()
Gets the version name of the source Object.
|
int |
getSupportingTranslationObjectsCount()
Gets the supporting translation objects count.
|
Iterator<TranslationObject> |
getSupportingTranslationObjectsIterator()
Gets the supporting translation objects iterator.
|
String |
getTitle()
Gets the title of the TranslationObject.
|
InputStream |
getTranslatedObjectInputStream()
Gets the translated Object input stream.
|
TranslationMetadata |
getTranslationJobMetadata()
Gets the Translation Job metadata
|
InputStream |
getTranslationObjectInputStream()
Deprecated.
Use
getTranslationObjectXMLInputStream() instead.
Gets XML input stream for the Translation Object to be translated. |
ZipInputStream |
getTranslationObjectPreview()
Gets a zip input stream containing the preview of Translation Object.
|
String |
getTranslationObjectSourcePath()
Gets the path to the source Translation Object.
|
String |
getTranslationObjectTargetPath()
Gets the path to the Translation Object being translated.
|
InputStream |
getTranslationObjectXLIFFInputStream(String xliffVersion)
Gets XLIFF input stream for the Translation Object to be translated.
|
InputStream |
getTranslationObjectXMLInputStream()
Gets XML input stream for the Translation Object to be translated.
|
String getTitle()
String getTranslationObjectTargetPath()
String getTranslationObjectSourcePath()
String getSourceVersion()
String getMimeType()
String getId()
CommentCollection<Comment> getCommentCollection()
Iterator<TranslationObject> getSupportingTranslationObjectsIterator()
int getSupportingTranslationObjectsCount()
TranslationMetadata getTranslationJobMetadata()
@Deprecated InputStream getTranslationObjectInputStream() throws TranslationException
getTranslationObjectXMLInputStream()
instead.
Gets XML input stream for the Translation Object to be translated.TranslationException
InputStream getTranslationObjectXMLInputStream() throws TranslationException
TranslationException
InputStream getTranslationObjectXLIFFInputStream(String xliffVersion) throws TranslationException
xliffVersion
- Requested version of XLIFFTranslationException
InputStream getTranslatedObjectInputStream()
ZipInputStream getTranslationObjectPreview()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"