public interface IGlossaryResource extends GlossaryResource
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_PATH |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.resteasy.client.ClientResponse<String> |
deleteGlossaries() |
org.jboss.resteasy.client.ClientResponse<String> |
deleteGlossary(LocaleId locale) |
org.jboss.resteasy.client.ClientResponse<Glossary> |
get(LocaleId locale) |
org.jboss.resteasy.client.ClientResponse<Glossary> |
getEntries() |
org.jboss.resteasy.client.ClientResponse<String> |
put(Glossary glossary) |
static final String SERVICE_PATH
org.jboss.resteasy.client.ClientResponse<Glossary> getEntries()
getEntries in interface GlossaryResourceorg.jboss.resteasy.client.ClientResponse<Glossary> get(LocaleId locale)
get in interface GlossaryResourceorg.jboss.resteasy.client.ClientResponse<String> put(Glossary glossary)
put in interface GlossaryResourceorg.jboss.resteasy.client.ClientResponse<String> deleteGlossary(LocaleId locale)
deleteGlossary in interface GlossaryResourceorg.jboss.resteasy.client.ClientResponse<String> deleteGlossaries()
deleteGlossaries in interface GlossaryResourceCopyright © 2013 Zanata Project. All Rights Reserved.