Ejemplo n.º 1
0
 /** 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());
 }
Ejemplo n.º 2
0
 @Override
 protected FinderPath finderPath() {
   return FinderPath.subsystemPath(statementContext.selectedProfile(), ROOT_TEMPLATE.lastValue());
 }