| Package | Description |
|---|---|
| org.zanata.rest.dto | |
| org.zanata.rest.service |
| Modifier and Type | Method and Description |
|---|---|
List<GlossaryEntry> |
GlossaryResults.getGlossaryEntries()
The list of created / updated glossary entries
|
List<GlossaryEntry> |
Glossary.getGlossaryEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryResults.setGlossaryEntries(List<GlossaryEntry> glossaryEntries) |
void |
Glossary.setGlossaryEntries(List<GlossaryEntry> glossaryEntries) |
| Constructor and Description |
|---|
GlossaryResults(List<GlossaryEntry> glossaryEntries,
List<String> warnings) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
GlossaryResource.post(List<GlossaryEntry> glossaryEntries,
String locale,
String qualifiedName)
Create or update glossary entries.
|
Copyright © 2018 Zanata Project. All rights reserved.