Package | Description |
---|---|
org.zanata.common | |
org.zanata.rest | |
org.zanata.rest.dto | |
org.zanata.rest.dto.resource | |
org.zanata.rest.dto.stats.contribution | |
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 |
---|---|
LocaleId |
GlossaryTerm.getLocale() |
LocaleId |
LocaleDetails.getLocaleId() |
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 |
LocaleDetails.setLocaleId(LocaleId localeId) |
void |
GlossaryEntry.setSrcLang(LocaleId srcLang) |
Constructor and Description |
---|
LocaleDetails(LocaleId localeId,
String displayName,
String alias) |
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 |
---|---|
LocaleId |
LocaleStatistics.getLocale() |
Constructor and Description |
---|
LocaleStatistics(LocaleId locale) |
LocaleStatistics(LocaleId locale,
BaseContributionStatistic translationStats,
BaseContributionStatistic reviewStats) |
Modifier and Type | Method and Description |
---|---|
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 |
TranslationMemoryResource.getAllTranslationMemory(LocaleId locale) |
javax.ws.rs.core.Response |
GlossaryResource.getEntries(LocaleId srcLocale,
LocaleId transLocale,
int page,
int sizePerPage,
String filter,
String fields)
Returns Glossary entries for the given source and translation locale with
paging
|
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,
boolean assignCreditToUploader)
Attempts to start the translation of a document.
|
Copyright © 2016 Zanata Project. All rights reserved.