Packagecom.esri.bacore.client
Classpublic class BAUtilityParameters
InheritanceBAUtilityParameters Inheritance Object
Implements IBATaskParameters, IBADatasetParameters
Subclasses CustomerProfilingParameters, GetSummarizationsParameters, ProfileByAreaSummationParameters, ProfileByImportFromTableParameters, ProfileByTableGeocodingParameters, ReturnStdGeographyParameters, SelectBusinessesParameters, StdGeographiesByAttributesParameters, StdGeographiesFromExtentParameters, StdGeographiesFromTreeParameters, StdGeographiesListParameters, TargetGroupParameters, ThresholdRingsRadiiParameters

The BAUtilityParameters class is the base class for parameters of Business Analyst tasks that produce a simple output.



Public Properties
 PropertyDefined By
  activeDatasetID : String
Active dataset ID.
BAUtilityParameters
  resultType : BAResultType
[read-only] Type of a result returned by the task associated with these parameters.
BAUtilityParameters
  taskName : String
[read-only] Name of a Business Analyst task associated with these parameters.
BAUtilityParameters
Public Methods
 MethodDefined By
  
BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)
Creates a new instance of the BAUtilityParameters class.
BAUtilityParameters
Property Detail
activeDatasetIDproperty
activeDatasetID:String

Active dataset ID.


Implementation
    public function get activeDatasetID():String
    public function set activeDatasetID(value:String):void
resultTypeproperty 
resultType:BAResultType  [read-only]

Type of a result returned by the task associated with these parameters.


Implementation
    public function get resultType():BAResultType
taskNameproperty 
taskName:String  [read-only]

Name of a Business Analyst task associated with these parameters.


Implementation
    public function get taskName():String
Constructor Detail
BAUtilityParameters()Constructor
public function BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)

Creates a new instance of the BAUtilityParameters class.

Parameters
taskName:String — Task name.
 
resultType:BAResultType — Task result type.
 
stringParameters:Object (default = null) — Additional string parameters of task.