- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getIdList (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/it/CrudTestBase.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:29:45 GMT 2025 - 9.2K bytes - Click Count (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());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 3.3K bytes - Click Count (0)