- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getIdList (6.98 sec)
-
src/test/java/org/codelibs/fess/it/CrudTestBase.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 9.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/dict/DictCrudTestBase.java
protected String getJsonPath() { return "response." + LIST_ENDPOINT_SUFFIX + ".findAll {it." + getKeyProperty() + ".startsWith(\"" + getNamePrefix() + "\")}"; } @Override protected List<String> getIdList(final Map<String, Object> body) { String response = checkGetMethod(body, getListEndpointSuffix()).asString(); List<Object> objList = JsonPath.from(response).getList(getJsonPath() + "." + getIdKey());
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.3K bytes - Viewed (0)