Package com.esri.gpt.control.webharvest.common

Examples of com.esri.gpt.control.webharvest.common.CommonResult


  this.criteria = criteria;
}

public Result execute()  {
  LOGGER.log(Level.FINER, "Executing query: {0}", this);
  Result r = new CommonResult(new AgpFolders(context, info, criteria));
  LOGGER.log(Level.FINER, "Completed query execution: {0}", this);
  return r;
}
View Full Code Here

TOP

Related Classes of com.esri.gpt.control.webharvest.common.CommonResult

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.