Packagecom.esri.baserver.tasks
Classpublic class BAServerUtilityParameters
InheritanceBAServerUtilityParameters Inheritance BABaseParameters Inheritance Object
Deprecated Since Community Analyst API for Flex 2.2: Please Use com.esri.bacore.client.BABaseParameters

The BAServerUtilityParameters class is the base class for Business Analyst Server Utility tasks working with the Business Analyst Server repository and default map.



Public Properties
 PropertyDefined By
 InheritedresultType : BAResultType
[read-only] Type of a result returned by the task associated with these parameters.
BABaseParameters
 InheritedtaskName : String
[read-only] Name of a Business Analyst Server task associated with these parameters.
BABaseParameters
Public Methods
 MethodDefined By
  
BAServerUtilityParameters(taskName:String, resultType:BAResultType)
Creates a new instance of the BAServerUtilityParameters class.
BAServerUtilityParameters
Constructor Detail
BAServerUtilityParameters()Constructor
public function BAServerUtilityParameters(taskName:String, resultType:BAResultType)

Creates a new instance of the BAServerUtilityParameters class.

Parameters
taskName:String — Task name.
 
resultType:BAResultType — Task result type.