ArcGIS Data Reviewer API for Flex | All Packages | All Classes | Index | Frames | |
BatchValidationJobExecutionDetails | Properties | Methods | |
Package | com.esri.drs |
Class | public class BatchValidationJobExecutionDetails |
Inheritance | BatchValidationJobExecutionDetails ![]() |
Implements | flash.events.IEventDispatcher |
Batch Job Execution Details are empty until execution has started. Adhoc jobs contain details for a single execution. Scheduled jobs contain details for the last execution only.
See also
Property | Defined By | ||
---|---|---|---|
batchRunId : String
Gets the batch run Id of the job execution. | BatchValidationJobExecutionDetails | ||
finishTimeUTC : Date
Gets the finish time of the job execution. | BatchValidationJobExecutionDetails | ||
gpJobId : String
Gets the job's geoprocessing Job Id. | BatchValidationJobExecutionDetails | ||
gpUrl : String
Gets the URL of the geoprocessing service that executed the batch validation. | BatchValidationJobExecutionDetails | ||
messages : String
Gets batch validation messages. | BatchValidationJobExecutionDetails | ||
startTimeUTC : Date
Gets the start time of the job execution. | BatchValidationJobExecutionDetails | ||
status : String
Gets the batch validation status. | BatchValidationJobExecutionDetails |
Method | Defined By | ||
---|---|---|---|
BatchValidationJobExecutionDetails(jsonObject:Object)
Constructor
Creates a BatchValidationJobExecutionDetails object using the decoded object
returned from ArcGIS Data Reviewer for Server to the BatchValidationTask class. | BatchValidationJobExecutionDetails |
batchRunId | property |
batchRunId:String
Gets the batch run Id of the job execution.
This property can be used as the source for data binding.
public function get batchRunId():String
public function set batchRunId(value:String):void
finishTimeUTC | property |
finishTimeUTC:Date
Gets the finish time of the job execution.
This property can be used as the source for data binding.
public function get finishTimeUTC():Date
public function set finishTimeUTC(value:Date):void
gpJobId | property |
gpJobId:String
Gets the job's geoprocessing Job Id.
This property can be used as the source for data binding.
public function get gpJobId():String
public function set gpJobId(value:String):void
gpUrl | property |
gpUrl:String
Gets the URL of the geoprocessing service that executed the batch validation.
This property can be used as the source for data binding.
public function get gpUrl():String
public function set gpUrl(value:String):void
messages | property |
messages:String
Gets batch validation messages.
This property can be used as the source for data binding.
public function get messages():String
public function set messages(value:String):void
startTimeUTC | property |
startTimeUTC:Date
Gets the start time of the job execution.
This property can be used as the source for data binding.
public function get startTimeUTC():Date
public function set startTimeUTC(value:Date):void
status | property |
status:String
Gets the batch validation 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
BatchValidationJobExecutionDetails | () | Constructor |
public function BatchValidationJobExecutionDetails(jsonObject:Object)
Constructor Creates a BatchValidationJobExecutionDetails object using the decoded object 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