Package | Description |
---|---|
org.zanata.rest.dto | |
org.zanata.rest.service |
Modifier and Type | Method and Description |
---|---|
List<GlossaryEntry> |
GlossaryResults.getGlossaryEntries() |
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)
Create or update glossary entry
|
Copyright © 2017 Zanata Project. All rights reserved.