A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getAdhocJobsList(responder:mx.rpc:IResponder) — method, class com.esri.drs.BatchValidationTask
Retrieves all adhoc jobs from the server and returns an array of BatchValidationJobDetails with the information.
getAdhocJobsListComplete — Event, class com.esri.drs.BatchValidationTask
GET_ADHOC_JOBS_LIST_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when getAdhocJobsList operation successfully completes.
getAdhocJobsListLastResult — Property, class com.esri.drs.BatchValidationTask
Array of adhoc BatchValidationJobDetails instances return from the last call to the getAdhocJobsList function.
getBatchRunDetails(batchRunIds:Array, responder:mx.rpc:IResponder) — method, class com.esri.drs.ReviewerResultsTask
Fetches batch run information from REVBATCHRUNTABLE and REVCHECKRUNTABLE.
getBatchRunDetailsComplete — Event, class com.esri.drs.ReviewerResultsTask
GET_BATCH_RUN_DETAILS_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when the getBatchRunDetails operation successfully completes.
getBatchRunDetailsLastResult — Property, class com.esri.drs.ReviewerResultsTask
FeatureSet containing Batch Validation Run information returned from the last call to the getBatchRunDetails function.
getCount(fieldValue:any) — method, class com.esri.drs.DashboardResult
Gets the result count for a field value.
getCount() — method, class com.esri.drs.ReviewerFilters
Returns the number of ReviewerFilters added to an instance of this class.
getDashboardFieldNames(responder:mx.rpc:IResponder) — method, class com.esri.drs.DashboardTask
Requests available Dashboard field names.
getDashboardFieldNamesComplete — Event, class com.esri.drs.DashboardTask
GET_DASHBOARD_FIELDNAMES_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when the getDashboardFieldNames operation successfully completes.
getDashboardFieldNamesLastResult — Property, class com.esri.drs.DashboardTask
Array of field names returned from last call to the getDashboardFieldNames function.
getDashboardResults(fieldName:String, filters:com.esri.drs:ReviewerFilters, responder:mx.rpc:IResponder) — method, class com.esri.drs.DashboardTask
Requests dashboard results by fieldName.
getDashboardResultsComplete — Event, class com.esri.drs.DashboardTask
GET_DASHBOARD_RESULTS_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when the getDashboardResults operation successfully completes.
getDashboardResultsLastResult — Property, class com.esri.drs.DashboardTask
A DashboardResult object instance returned from the last call to the getDashboardResults function.
getJobDetails(jobId:String, responder:mx.rpc:IResponder) — method, class com.esri.drs.BatchValidationTask
Fetches Batch Validation Job details.
getJobDetailsComplete — Event, class com.esri.drs.BatchValidationTask
GET_JOB_DETAILS_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when getJobDetails operation successfully completes.
getJobDetailsLastResult — Property, class com.esri.drs.BatchValidationTask
BatchValidationJobDetails instance returned from the last call to the getJobDetails function.
getJobExecutionDetails(jobId:String, responder:mx.rpc:IResponder) — method, class com.esri.drs.BatchValidationTask
Fetches the job execution details of a Batch Validation Job.
getJobExecutionDetailsComplete — Event, class com.esri.drs.BatchValidationTask
GET_JOB_EXECUTION_DETAILS_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when getJobExecutionDetails operation successfully completes.
getJobExecutionDetailsLastResult — Property, class com.esri.drs.BatchValidationTask
BatchValidationJobExecutionDetails instance returned from the last call to the getJobExecutionDetails function.
getJobIds(responder:mx.rpc:IResponder) — method, class com.esri.drs.BatchValidationTask
Returns an object that contains Scheduled and AdhocJob IDs in two separate arrays.
getJobIdsComplete — Event, class com.esri.drs.BatchValidationTask
GET_JOB_IDS_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when getJobIds operation successfully completes.
getJobIdsLastResult — Property, class com.esri.drs.BatchValidationTask
Object returned from the last call to the getJobIds function.
getLayerDefinition(filters:com.esri.drs:ReviewerFilters, responder:mx.rpc:IResponder) — method, class com.esri.drs.ReviewerResultsTask
Utility operation that returns a where clause given a set of input filters.
getLayerDefinitionComplete — Event, class com.esri.drs.ReviewerResultsTask
GET_LAYER_DEFINITION_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when getLayerDefinition operation successfully completes.
getLayerDefinitionLastResult — Property, class com.esri.drs.ReviewerResultsTask
Layer Definition string returned from the last call to the getLayerDefinition function.
getLayerDrawingOptions(dashboardResult:com.esri.drs:DashboardResult, colorMap:Object, useDefaultColorForMissingValues:Boolean, responder:mx.rpc:IResponder) — method, class com.esri.drs.utils.ReviewerMapServerHelper
Creates LayerDrawingOptions for the reviewer map server's REVTABLEPOINT, REVTABLELINE, and REVTABLEPOLY layers.
getLayerDrawingOptionsComplete — Event, class com.esri.drs.utils.ReviewerMapServerHelper
GET_LAYER_DRAWING_OPTIONS_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when the after the getLayerDrawingOptions operation successfully completes.
getLayerDrawingOptionsLastResult — Property, class com.esri.drs.utils.ReviewerMapServerHelper
Object returned from the last call to the getLayerDrawingOptions function.
getLifecycleStatusStrings(responder:mx.rpc:IResponder) — method, class com.esri.drs.DRSBaseTask
Retrieves a list of localized lifecycle status strings from the reviewer workspace.
getLifecycleStatusStringsComplete — Event, class com.esri.drs.DRSBaseTask
GET_LIFECYCLE_STATUS_STRINGS_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when getLifecycleStatusStrings operation successfully completes.
getLifecycleStatusStringsLastResult — Property, class com.esri.drs.DRSBaseTask
Array of lifecycle status strings returned from last call to the getLifecycleStatusStrings function.
getResults(getResultsQueryParameters:com.esri.drs:GetResultsQueryParameters, filters:com.esri.drs:ReviewerFilters, responder:mx.rpc:IResponder) — method, class com.esri.drs.ReviewerResultsTask
Queries records from REVTABLEMAIN, REVBATCHRUNTABLE and REVCHECKRUNTABLE.
getResultsComplete — Event, class com.esri.drs.ReviewerResultsTask
GET_RESULTS_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when getResults operation successfully completes.
getResultsLastResult — Property, class com.esri.drs.ReviewerResultsTask
FeatureSet containing Reviewer workspace results returned from the last call to the getResults function.
GetResultsQueryParameters — class, package com.esri.drs
Encapsulates data used for retrieving results from the Reviewer workspace.
getReviewerMapServerUrl() — method, class com.esri.drs.utils.ReviewerMapServerHelper
Extracts the MapServer url from the full ArcGIS Data Reviewer for Server SOE url.
getReviewerSessions(responder:mx.rpc:IResponder) — method, class com.esri.drs.DRSBaseTask
Returns an array of sessions in a Reviewer workspace.
getReviewerSessionsComplete — Event, class com.esri.drs.DRSBaseTask
GET_REVIEWER_SESSIONS_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when getReviewerSessions operation successfully completes.
getReviewerSessionsLastResult — Property, class com.esri.drs.DRSBaseTask
Array of ReviewerSession object returned from last call to the getReviewerSessions function.
getScheduledJobsList(responder:mx.rpc:IResponder) — method, class com.esri.drs.BatchValidationTask
Retrieves all scheduled jobs from the server and returns an array of BatchValidationJobDetails with the information.
getScheduledJobsListComplete — Event, class com.esri.drs.BatchValidationTask
GET_SCHEDULED_JOBS_LIST_COMPLETE — Constant Static Property, class com.esri.drs.DataReviewerTaskEvent
Dispatched when getScheduledJobsList operation successfully completes.
getScheduledJobsListLastResult — Property, class com.esri.drs.BatchValidationTask
Array of scheduled BatchValidationJobDetails instances return from the last call to the getScheduledJobsList function.
gpJobId — Property, class com.esri.drs.BatchValidationJobExecutionDetails
Gets the job's geoprocessing Job Id.
gpUrl — Property, class com.esri.drs.BatchValidationJobExecutionDetails
Gets the URL of the geoprocessing service that executed the batch validation.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z