Package | Description |
---|---|
org.zanata.common | |
org.zanata.rest | |
org.zanata.rest.client | |
org.zanata.rest.dto | |
org.zanata.rest.dto.resource | |
org.zanata.rest.service |
Modifier and Type | Field and Description |
---|---|
static LocaleId |
LocaleId.DE |
static LocaleId |
LocaleId.EN |
static LocaleId |
LocaleId.EN_US |
static LocaleId |
LocaleId.ES |
static LocaleId |
LocaleId.FR |
Modifier and Type | Method and Description |
---|---|
static LocaleId |
LocaleId.fromJavaName(String localeName) |
Modifier and Type | Method and Description |
---|---|
protected LocaleId |
LocaleIdSet.valueOfElem(String value) |
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<String> |
IGlossaryResource.deleteGlossary(LocaleId locale) |
org.jboss.resteasy.client.ClientResponse<String> |
ITranslatedDocResource.deleteTranslations(String idNoSlash,
LocaleId locale) |
org.jboss.resteasy.client.ClientResponse<Glossary> |
IGlossaryResource.get(LocaleId locale) |
org.jboss.resteasy.client.ClientResponse<TranslationsResource> |
ITranslatedDocResource.getTranslations(String idNoSlash,
LocaleId locale,
Set<String> extensions)
Deprecated.
|
org.jboss.resteasy.client.ClientResponse<TranslationsResource> |
ITranslatedDocResource.getTranslations(String idNoSlash,
LocaleId locale,
Set<String> extensions,
boolean skeletons,
String eTag) |
org.jboss.resteasy.client.ClientResponse<String> |
ITranslatedDocResource.putTranslations(String idNoSlash,
LocaleId locale,
TranslationsResource messageBody,
Set<String> extensions)
Deprecated.
|
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 |
---|---|
LocaleId |
GlossaryTerm.getLocale() |
LocaleId |
GlossaryEntry.getSrcLang() |
LocaleId |
LocaleIdAdapter.unmarshal(String s) |
Modifier and Type | Method and Description |
---|---|
String |
LocaleIdAdapter.marshal(LocaleId localeId) |
void |
GlossaryTerm.setLocale(LocaleId locale) |
void |
GlossaryEntry.setSrcLang(LocaleId srcLang) |
Modifier and Type | Method and Description |
---|---|
LocaleId |
TextFlow.getLang() |
LocaleId |
AbstractResourceMeta.getLang() |
Modifier and Type | Method and Description |
---|---|
void |
TextFlow.setLang(LocaleId lang) |
void |
AbstractResourceMeta.setLang(LocaleId lang) |
Constructor and Description |
---|
TextFlow(String id,
LocaleId lang) |
TextFlow(String id,
LocaleId lang,
List<String> contentList) |
TextFlow(String id,
LocaleId lang,
String... content) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GlossaryResource.deleteGlossary(LocaleId locale)
Delete all glossary terms with the specified locale.
|
javax.ws.rs.core.Response |
TranslatedDocResource.deleteTranslations(String idNoSlash,
LocaleId locale)
Deletes a set of translations for a given locale.
|
javax.ws.rs.core.Response |
GlossaryResource.get(LocaleId locale)
Returns Glossary entries for a single locale.
|
javax.ws.rs.core.Response |
TranslationMemoryResource.getAllTranslationMemory(LocaleId locale) |
javax.ws.rs.core.Response |
TranslationMemoryResource.getProjectIterationTranslationMemory(String projectSlug,
String iterationSlug,
LocaleId locale) |
javax.ws.rs.core.Response |
TranslationMemoryResource.getProjectTranslationMemory(String projectSlug,
LocaleId locale) |
javax.ws.rs.core.Response |
TranslatedDocResource.getTranslations(String idNoSlash,
LocaleId locale,
Set<String> extensions,
boolean createSkeletons,
String eTag)
Retrieves a set of translations for a given locale.
|
javax.ws.rs.core.Response |
TranslatedDocResource.putTranslations(String idNoSlash,
LocaleId locale,
TranslationsResource messageBody,
Set<String> extensions,
String merge)
Updates the translations for a document and a locale.
|
ProcessStatus |
AsynchronousProcessResource.startTranslatedDocCreationOrUpdate(String idNoSlash,
String projectSlug,
String iterationSlug,
LocaleId locale,
TranslationsResource translatedDoc,
Set<String> extensions,
String merge)
Attempts to start the translation of a document.
|
Copyright © 2017 Zanata Project. All rights reserved.