final JSONObject routeJSON = extractJSONData(IOUtilities.getQueryParameter(request, CFProtocolConstants.KEY_ROUTE));
final String orphaned = IOUtilities.getQueryParameter(request, CFProtocolConstants.KEY_ORPHANED);
final String routeId = pathString != null ? new Path(pathString).segment(0) : null;
return new CFJob(request, false) {
@Override
protected IStatus performJob() {
try {
ComputeTargetCommand computeTargetCommand = new ComputeTargetCommand(this.userId, targetJSON);
computeTargetCommand.doIt();