/** Returns a place request builder for the specified finder path. */ public PlaceRequest.Builder finderPlace(final String token, final FinderPath path) { return new PlaceRequest.Builder().nameToken(token).with(PATH_PARAM, path.toString()); }
@Override protected FinderPath finderPath() { return FinderPath.subsystemPath(statementContext.selectedProfile(), ROOT_TEMPLATE.lastValue()); }