- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getIdList (0.56 sec)
-
src/test/java/org/codelibs/fess/it/CrudTestBase.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.2K 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 Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 3.3K bytes - Viewed (0)