@Produces(value="application/xml") @Consumes(value="application/xml") public interface ITranslatedDocResource extends TranslatedDocResource
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<String> |
deleteTranslations(String idNoSlash,
LocaleId locale) |
org.jboss.resteasy.client.ClientResponse<TranslationsResource> |
getTranslations(String idNoSlash,
LocaleId locale,
Set<String> extensions) |
org.jboss.resteasy.client.ClientResponse<TranslationsResource> |
getTranslations(String idNoSlash,
LocaleId locale,
Set<String> extensions,
boolean skeletons,
String eTag) |
org.jboss.resteasy.client.ClientResponse<String> |
putTranslations(String idNoSlash,
LocaleId locale,
TranslationsResource messageBody,
Set<String> extensions) |
org.jboss.resteasy.client.ClientResponse<String> |
putTranslations(String idNoSlash,
LocaleId locale,
TranslationsResource messageBody,
Set<String> extensions,
String merge) |
@GET @Path(value="{id}/translations/{locale}") org.jboss.resteasy.client.ClientResponse<TranslationsResource> getTranslations(@PathParam(value="id") String idNoSlash, @PathParam(value="locale") LocaleId locale, @QueryParam(value="ext") Set<String> extensions)
@GET @Path(value="{id}/translations/{locale}") org.jboss.resteasy.client.ClientResponse<TranslationsResource> getTranslations(@PathParam(value="id") String idNoSlash, @PathParam(value="locale") LocaleId locale, @QueryParam(value="ext") Set<String> extensions, @QueryParam(value="skeletons") boolean skeletons, @HeaderParam(value="If-None-Match") String eTag)
getTranslations
in interface TranslatedDocResource
@DELETE @Path(value="{id}/translations/{locale}") org.jboss.resteasy.client.ClientResponse<String> deleteTranslations(@PathParam(value="id") String idNoSlash, @PathParam(value="locale") LocaleId locale)
deleteTranslations
in interface TranslatedDocResource
@PUT @Path(value="{id}/translations/{locale}") org.jboss.resteasy.client.ClientResponse<String> putTranslations(@PathParam(value="id") String idNoSlash, @PathParam(value="locale") LocaleId locale, TranslationsResource messageBody, @QueryParam(value="ext") Set<String> extensions, @QueryParam(value="merge") String merge)
putTranslations
in interface TranslatedDocResource
Copyright © 2013 Zanata Project. All rights reserved.