Searched defs:subPath (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/tree/
H A DSmsRouteTree.java267 final ResourcePath subPath = resourcePath(subRoute.getKey());
269 readInstances(context, result.get("result"), subPath, subRoute.getValue(), forUI);
330 private void readInstances(Context context, JsonValue response, ResourcePath subPath, RequestHandler handler, argument
333 if (!(hiddenFromUI.contains(subPath.toString()) && forUI)) {
335 handler.handleQuery(context, subRequest, new ChildQueryResourceHandler(subPath, response))
340 getSingletonInstance(context, response, subPath, handler);
347 private void getSingletonInstance(Context context, JsonValue response, ResourcePath subPath, argument
352 response.add(instance.getContent().put("_id", subPath.toString()).getObject());
355 findFurtherDescendents(context, response, subPath, handler);
362 private void findFurtherDescendents(Context context, JsonValue response, ResourcePath subPath, argument
507 private final ResourcePath subPath; field in class:SmsRouteTree.ChildQueryResourceHandler
510 ChildQueryResourceHandler(ResourcePath subPath, JsonValue response) argument
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 59 milliseconds