| Package | com.esri.drs |
| Class | public class BatchValidationJobDetails |
| Inheritance | BatchValidationJobDetails Object |
| Implements | flash.events.IEventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| batchRunIds : Array
Contains a list of batch run IDs, one for each batch validation
execution associated with a batch validation job. | BatchValidationJobDetails | ||
| creationDate : Date
Gets job creation date. | BatchValidationJobDetails | ||
| executionDetails : BatchValidationJobExecutionDetails
Gets batch job execution details. | BatchValidationJobDetails | ||
| jobId : String
Gets the Job Id. | BatchValidationJobDetails | ||
| parameters : BatchValidationParameters
Gets batch job parameters. | BatchValidationJobDetails | ||
| status : String
Gets the job status. | BatchValidationJobDetails | ||
| type : String
Gets the job type. | BatchValidationJobDetails | ||
| Method | Defined By | ||
|---|---|---|---|
BatchValidationJobDetails(jsonObject:Object)
Constructor
Creates a BatchValidationJobDetails object using the decoded object returned from
returned from ArcGIS Data Reviewer for Server to the BatchValidationTask class. | BatchValidationJobDetails | ||
| batchRunIds | property |
batchRunIds:ArrayContains a list of batch run IDs, one for each batch validation execution associated with a batch validation job. For adhoc jobs this list will have one result. For scheduled jobs this list will contain one ID per job execution per schedule.
This property can be used as the source for data binding.
public function get batchRunIds():Array public function set batchRunIds(value:Array):void| creationDate | property |
creationDate:DateGets job creation date.
This property can be used as the source for data binding.
public function get creationDate():Date public function set creationDate(value:Date):void| executionDetails | property |
executionDetails:BatchValidationJobExecutionDetailsGets batch job execution details.
This property can be used as the source for data binding.
public function get executionDetails():BatchValidationJobExecutionDetails public function set executionDetails(value:BatchValidationJobExecutionDetails):voidSee also
| jobId | property |
jobId:StringGets the Job Id. Job Id is a GUID that corresponds to an adhoc or scheduled batch validation job.
This property can be used as the source for data binding.
public function get jobId():String public function set jobId(value:String):void| parameters | property |
parameters:BatchValidationParametersGets batch job parameters.
This property can be used as the source for data binding.
public function get parameters():BatchValidationParameters public function set parameters(value:BatchValidationParameters):voidSee also
| status | property |
status:StringGets the job status. Status values are:
This property can be used as the source for data binding.
public function get status():String public function set status(value:String):void| type | property |
type:StringGets the job type. Type values are adhoc or scheduled.
This property can be used as the source for data binding.
public function get type():String public function set type(value:String):void| BatchValidationJobDetails | () | Constructor |
public function BatchValidationJobDetails(jsonObject:Object)Constructor Creates a BatchValidationJobDetails object using the decoded object returned from returned from ArcGIS Data Reviewer for Server to the BatchValidationTask class.
ParametersjsonObject:Object — a json encoded object returned from ArcGIS Data Reviewer for Server
|
See also