Package com.ptc.tml.collection
Class TranslationCollection
java.lang.Object
com.ptc.tml.collection.TranslationCollection
- Direct Known Subclasses:
TranslationPivotCollection,TranslationRootCollection
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptionstatic TranslationCollectionfromOidString(String oidString) Converts an oid string to a TranslationCollection
Supported API: true Gets the context container from the Container Oid attribute
Supported API: true Gets the context container ref from the Container Oid attributegetName()
Supported API: true Get the name of the collection
Supported API: true Get the value of the collection's Output Directory attributeabstract String
Supported API: true Get the source language for a collection, either the authoring language or the pivot language, depending on the type of collection
Supported API: true Get the value of the collection's Source Oid attribute
Supported API: true Get the value of the collection's Target Language attribute
Supported API: true Get the value of the collection's User Name attribute
-
Method Details
-
getName
Supported API: true Get the name of the collection -
getSourceLanguage
Supported API: true Get the source language for a collection, either the authoring language or the pivot language, depending on the type of collection- Throws:
TranslationException
-
getTargetLanguage
Supported API: true Get the value of the collection's Target Language attribute- Throws:
TranslationException
-
getSourceOid
Supported API: true Get the value of the collection's Source Oid attribute- Throws:
TranslationException
-
getOutputDirectory
Supported API: true Get the value of the collection's Output Directory attribute- Throws:
TranslationException
-
getUserName
Supported API: true Get the value of the collection's User Name attribute- Throws:
TranslationException
-
getContainerRef
Supported API: true Gets the context container ref from the Container Oid attribute- Throws:
TranslationException
-
getContainer
Supported API: true Gets the context container from the Container Oid attribute- Throws:
TranslationException
-
fromOidString
Converts an oid string to a TranslationCollection- Parameters:
oidString-- Returns:
- Throws:
TranslationException-
Supported API: true
-