Packagecom.esri.baserver.adapters
Classpublic class BusinessSearchTaskAdapter
InheritanceBusinessSearchTaskAdapter Inheritance ConfigurableTaskAdapter Inheritance Object

Since : Community Analyst API for Flex 2.2.

The BusinessSearchTaskAdapter class implements the Business Search Task adapter for Business Analyst Server.

See also

BusinessSearchParameters


Public Methods
 MethodDefined By
  
Creates a new instance of the BusinessSearchTaskAdapter class.
BusinessSearchTaskAdapter
 Inherited
configure(client:AbstractClient, settings:TaskAdapterConfiguration = null):void
Configures this adapter with the client and additional settings.
ConfigurableTaskAdapter
  
execute(parameters:BusinessSearchParameters, responder:IResponder):void
Executes SelectBusinessesTask.
BusinessSearchTaskAdapter
Constructor Detail
BusinessSearchTaskAdapter()Constructor
public function BusinessSearchTaskAdapter()

Creates a new instance of the BusinessSearchTaskAdapter class.

Method Detail
execute()method
public function execute(parameters:BusinessSearchParameters, responder:IResponder):void

Executes SelectBusinessesTask.

The responder.fault method receives a parameter of the FaultEvent type and responder.result method receives a parameter of the BATaskCompletedEvent type whose result property contains FeatureSet.

Parameters

parameters:BusinessSearchParameters — Business Search task parameters.
 
responder:IResponder — A responder to handle results.

See also