@Path(value="/thesaurus")
@Produces(value={"application/xml","application/json"})
public interface ThesaurusUpdateRestService
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_SCHEME |
static String |
PATH |
static String |
TAG |
| Modifier and Type | Method and Description |
|---|---|
nl.vpro.domain.gtaa.GTAAConcept |
submit(@NotNull String jws,
@NotNull nl.vpro.domain.gtaa.GTAANewGenericConcept thesaurusObject) |
nl.vpro.domain.gtaa.GTAAPerson |
submit(@NotNull String jws,
@NotNull nl.vpro.domain.gtaa.GTAANewPerson person) |
static final String AUTHENTICATION_SCHEME
static final String TAG
static final String PATH
@POST
@Path(value="/person")
@Consumes(value={"application/json","application/xml"})
nl.vpro.domain.gtaa.GTAAPerson submit(@NotNull @HeaderParam(value="Authorization")
@NotNull String jws,
@NotNull
@NotNull nl.vpro.domain.gtaa.GTAANewPerson person)
@POST
@Path(value="/concept")
@Consumes(value={"application/json","application/xml"})
nl.vpro.domain.gtaa.GTAAConcept submit(@NotNull @HeaderParam(value="Authorization")
@NotNull String jws,
@NotNull
@NotNull nl.vpro.domain.gtaa.GTAANewGenericConcept thesaurusObject)
Copyright © 2022 NPO. All rights reserved.