public interface CopyTransResource
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_PATH |
| Modifier and Type | Method and Description |
|---|---|
CopyTransStatus |
getCopyTransStatus(String projectSlug,
String iterationSlug,
String docId)
Retrieves the status for a Translation copy process for a document.
|
CopyTransStatus |
startCopyTrans(String projectSlug,
String iterationSlug,
String docId)
Starts a Translation copy for an individual document.
|
static final String SERVICE_PATH
CopyTransStatus startCopyTrans(String projectSlug, String iterationSlug, String docId)
projectSlug - Project identifieriterationSlug - Project version identifierdocId - Document Id to copy translations into.CopyTransStatus getCopyTransStatus(String projectSlug, String iterationSlug, String docId)
projectSlug - Project identifieriterationSlug - Project version identifierdocId - Document IdCopyright © 2014 Zanata Project. All Rights Reserved.