| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
fetchByKeys(String ownerType,
String ownerId,
io.vertx.core.json.JsonArray ids) |
io.vertx.core.json.JsonObject |
fetchVisitant(String ownerType,
String ownerId,
io.vertx.core.json.JsonObject params) |
io.vertx.core.json.JsonObject |
saveViews(String ownerType,
String key,
io.vertx.core.json.JsonArray data) |
@Path(value="/view/:ownerType/:ownerId") @PUT @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1/S-VIEW-BY-TYPE/PUT") io.vertx.core.json.JsonObject saveViews(@PathParam(value="ownerType") String ownerType, @PathParam(value="ownerId") String key, @BodyParam io.vertx.core.json.JsonArray data)
@Path(value="/view/:ownerType/:ownerId") @POST @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1/X-RULE-VIEW/FETCH/BY-KEYS") io.vertx.core.json.JsonObject fetchByKeys(@PathParam(value="ownerType") String ownerType, @PathParam(value="ownerId") String ownerId, @BodyParam io.vertx.core.json.JsonArray ids)
@POST @Path(value="/visitant/:ownerType/:ownerId") @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1/X-VISITANT/FETCH/OWNER") io.vertx.core.json.JsonObject fetchVisitant(@PathParam(value="ownerType") String ownerType, @PathParam(value="ownerId") String ownerId, @BodyParam io.vertx.core.json.JsonObject params)
Copyright © 2020. All rights reserved.