Interface ConfigurationTypeResource
@Path("configurationtype")
@Consumes("application/json")
@Produces("application/json")
public interface ConfigurationTypeResource
-
Method Summary
-
Method Details
-
getRepositoryModel
@GET @Path("index") ConfigTypeNodes getRepositoryModel(@QueryParam("language") @DefaultValue("en") String language, @QueryParam("lightPayload") @DefaultValue("true") boolean lightPayload, @QueryParam("q") String query) -
getDetail
@GET @Path("details") ConfigTypeNodes getDetail(@QueryParam("language") @DefaultValue("en") String language, @QueryParam("identifiers") String[] ids) -
migrate
-