Package | Description |
---|---|
org.zanata.rest.client | |
org.zanata.rest.dto.resource | |
org.zanata.rest.service |
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<TranslationsResource> |
ITranslatedDocResource.getTranslations(String idNoSlash,
LocaleId locale,
Set<String> extensions) |
org.jboss.resteasy.client.ClientResponse<TranslationsResource> |
ITranslatedDocResource.getTranslations(String idNoSlash,
LocaleId locale,
Set<String> extensions,
boolean skeletons,
String eTag) |
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<String> |
ITranslatedDocResource.putTranslations(String idNoSlash,
LocaleId locale,
TranslationsResource messageBody,
Set<String> extensions) |
org.jboss.resteasy.client.ClientResponse<String> |
ITranslatedDocResource.putTranslations(String idNoSlash,
LocaleId locale,
TranslationsResource messageBody,
Set<String> extensions,
String merge) |
Modifier and Type | Method and Description |
---|---|
TranslationsResource |
TranslationsResource.createSample() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TranslatedDocResource.putTranslations(String idNoSlash,
LocaleId locale,
TranslationsResource messageBody,
Set<String> extensions,
String merge) |
ProcessStatus |
AsynchronousProcessResource.startTranslatedDocCreationOrUpdate(String idNoSlash,
String projectSlug,
String iterationSlug,
LocaleId locale,
TranslationsResource translatedDoc,
Set<String> extensions,
String merge)
Attempts to starts the translation of a document.
|
Copyright © 2013 Zanata Project. All Rights Reserved.