Package | com.esri.drs |
Class | public class DataReviewerTaskEvent |
Inheritance | DataReviewerTaskEvent ![]() |
Property | Defined By | ||
---|---|---|---|
result : Object [read-only]
Request result object. | DataReviewerTaskEvent |
Method | Defined By | ||
---|---|---|---|
DataReviewerTaskEvent(type:String, result:Object = null) | DataReviewerTaskEvent | ||
clone():Event [override]
Clones an instance of DataReviewerTaskEvent. | DataReviewerTaskEvent |
Constant | Defined By | ||
---|---|---|---|
CANCEL_JOB_EXECUTION_COMPLETE : String = cancelJobExecutionComplete [static]
Dispatched when cancelJobExecution operation successfully completes. | DataReviewerTaskEvent | ||
CREATE_REVIEWER_SESSION_COMPLETE : String = createReviewerSessionComplete [static]
Dispatched when createReviewerSession operation successfully completes. | DataReviewerTaskEvent | ||
DELETE_JOB_COMPLETE : String = deleteJobComplete [static]
Dispatched when deleteJob operation completes. | DataReviewerTaskEvent | ||
DISABLE_JOB_COMPLETE : String = disableJobComplete [static]
Dispatched when disableJob operation successfully completes. | DataReviewerTaskEvent | ||
EDIT_JOB_COMPLETE : String = editJobComplete [static]
Dispatched when editJob operation completes. | DataReviewerTaskEvent | ||
ENABLE_JOB_COMPLETE : String = enableJobComplete [static]
Dispatched when enableJob operation completes. | DataReviewerTaskEvent | ||
EXECUTE_JOB_COMPLETE : String = executeJobComplete [static]
Dispatched when executeJob operation successfully completes. | DataReviewerTaskEvent | ||
GET_ADHOC_JOBS_LIST_COMPLETE : String = getAdhocJobsListComplete [static]
Dispatched when getAdhocJobsList operation successfully completes. | DataReviewerTaskEvent | ||
GET_BATCH_RUN_DETAILS_COMPLETE : String = getBatchRunDetailsComplete [static]
Dispatched when the getBatchRunDetails operation successfully completes. | DataReviewerTaskEvent | ||
GET_DASHBOARD_FIELDNAMES_COMPLETE : String = getDashboardFieldNamesComplete [static]
Dispatched when the getDashboardFieldNames operation successfully completes. | DataReviewerTaskEvent | ||
GET_DASHBOARD_RESULTS_COMPLETE : String = getDashboardResultsComplete [static]
Dispatched when the getDashboardResults operation successfully completes. | DataReviewerTaskEvent | ||
GET_JOB_DETAILS_COMPLETE : String = getJobDetailsComplete [static]
Dispatched when getJobDetails operation successfully completes. | DataReviewerTaskEvent | ||
GET_JOB_EXECUTION_DETAILS_COMPLETE : String = getJobExecutionDetailsComplete [static]
Dispatched when getJobExecutionDetails operation successfully completes. | DataReviewerTaskEvent | ||
GET_JOB_IDS_COMPLETE : String = getJobIdsComplete [static]
Dispatched when getJobIds operation successfully completes. | DataReviewerTaskEvent | ||
GET_LAYER_DEFINITION_COMPLETE : String = getLayerDefinitionComplete [static]
Dispatched when getLayerDefinition operation successfully completes. | DataReviewerTaskEvent | ||
GET_LAYER_DRAWING_OPTIONS_COMPLETE : String = getLayerDrawingOptionsComplete [static]
Dispatched when the after the getLayerDrawingOptions operation successfully completes. | DataReviewerTaskEvent | ||
GET_LIFECYCLE_STATUS_STRINGS_COMPLETE : String = getLifecycleStatusStringsComplete [static]
Dispatched when getLifecycleStatusStrings operation successfully completes. | DataReviewerTaskEvent | ||
GET_RESULTS_COMPLETE : String = getResultsComplete [static]
Dispatched when getResults operation successfully completes. | DataReviewerTaskEvent | ||
GET_REVIEWER_SESSIONS_COMPLETE : String = getReviewerSessionsComplete [static]
Dispatched when getReviewerSessions operation successfully completes. | DataReviewerTaskEvent | ||
GET_SCHEDULED_JOBS_LIST_COMPLETE : String = getScheduledJobsListComplete [static]
Dispatched when getScheduledJobsList operation successfully completes. | DataReviewerTaskEvent | ||
SCHEDULE_JOB_COMPLETE : String = scheduleJobComplete [static]
Dispatched when scheduleJob operation successfully completes. | DataReviewerTaskEvent | ||
UPDATE_LIFECYCLE__STATUS_COMPLETE : String = updateLifecycleStatusComplete [static]
Dispatched when the updateLifecycleStatus operation successfully completes. | DataReviewerTaskEvent | ||
WRITE_FEATURE_AS_RESULT_COMPLETE : String = writeFeatureAsResultComplete [static]
Dispatched when writeFeatureAsResult operation completes. | DataReviewerTaskEvent | ||
WRITE_RESULT_COMPLETE : String = writeResultComplete [static]
Dispatched when writeResult operation completes. | DataReviewerTaskEvent |
result | property |
result:Object
[read-only] Request result object. Contents vary depending upon the request.
public function get result():Object
DataReviewerTaskEvent | () | Constructor |
public function DataReviewerTaskEvent(type:String, result:Object = null)
Parameters
type:String — Specifies the DataReviewerTaskEvent type
| |
result:Object (default = null ) — Event payload. Result can contain a boolean, a string, or an instance of a class in the com.esri.drs package.
|
clone | () | method |
override public function clone():Event
Clones an instance of DataReviewerTaskEvent.
ReturnsEvent |
CANCEL_JOB_EXECUTION_COMPLETE | Constant |
public static const CANCEL_JOB_EXECUTION_COMPLETE:String = cancelJobExecutionComplete
Dispatched when cancelJobExecution operation successfully completes. The event result is a boolean that indicates if the cancel request succeeded.
See also
CREATE_REVIEWER_SESSION_COMPLETE | Constant |
public static const CREATE_REVIEWER_SESSION_COMPLETE:String = createReviewerSessionComplete
Dispatched when createReviewerSession operation successfully completes. The event result is a ReviewerSession object.
See also
DELETE_JOB_COMPLETE | Constant |
public static const DELETE_JOB_COMPLETE:String = deleteJobComplete
Dispatched when deleteJob operation completes. The event result is a boolean that indicates if the delete request succeeded.
See also
DISABLE_JOB_COMPLETE | Constant |
public static const DISABLE_JOB_COMPLETE:String = disableJobComplete
Dispatched when disableJob operation successfully completes. The event result is a boolean that indicates if the disable request succeeded.
See also
EDIT_JOB_COMPLETE | Constant |
public static const EDIT_JOB_COMPLETE:String = editJobComplete
Dispatched when editJob operation completes. The event result is a boolean that indicates if the edit request succeeded.
See also
ENABLE_JOB_COMPLETE | Constant |
public static const ENABLE_JOB_COMPLETE:String = enableJobComplete
Dispatched when enableJob operation completes. The event result is a boolean that indicates if the enable request succeeded.
See also
EXECUTE_JOB_COMPLETE | Constant |
public static const EXECUTE_JOB_COMPLETE:String = executeJobComplete
Dispatched when executeJob operation successfully completes. The event result string is the adhoc batch validation job ID.
See also
GET_ADHOC_JOBS_LIST_COMPLETE | Constant |
public static const GET_ADHOC_JOBS_LIST_COMPLETE:String = getAdhocJobsListComplete
Dispatched when getAdhocJobsList operation successfully completes. The event result is an array of BatchValidationJobDetails instances with adhoc jobs details.
See also
GET_BATCH_RUN_DETAILS_COMPLETE | Constant |
public static const GET_BATCH_RUN_DETAILS_COMPLETE:String = getBatchRunDetailsComplete
Dispatched when the getBatchRunDetails operation successfully completes. The event result object is a FeatureSet containing the batch run details.
See also
GET_DASHBOARD_FIELDNAMES_COMPLETE | Constant |
public static const GET_DASHBOARD_FIELDNAMES_COMPLETE:String = getDashboardFieldNamesComplete
Dispatched when the getDashboardFieldNames operation successfully completes. The event result contains an array of field names as strings.
See also
GET_DASHBOARD_RESULTS_COMPLETE | Constant |
public static const GET_DASHBOARD_RESULTS_COMPLETE:String = getDashboardResultsComplete
Dispatched when the getDashboardResults operation successfully completes. The event result contains an instance of a DashboardResult object.
See also
GET_JOB_DETAILS_COMPLETE | Constant |
public static const GET_JOB_DETAILS_COMPLETE:String = getJobDetailsComplete
Dispatched when getJobDetails operation successfully completes. The event result is an instance of BatchValidationJobDetails.
See also
GET_JOB_EXECUTION_DETAILS_COMPLETE | Constant |
public static const GET_JOB_EXECUTION_DETAILS_COMPLETE:String = getJobExecutionDetailsComplete
Dispatched when getJobExecutionDetails operation successfully completes. The event result is an instance of BatchValidationJobExecutionDetails.
See also
GET_JOB_IDS_COMPLETE | Constant |
public static const GET_JOB_IDS_COMPLETE:String = getJobIdsComplete
Dispatched when getJobIds operation successfully completes. The event result object contains two arrays:
See also
// Event result object example: { adhocJobs: ["14a2a6b5-ad08-4bd6-8917-41226132f9fe","d197f45c-0d9d-402e-8386-783ea7e3b678"], scheduledJobs: ["1104b077-13c2-4d9b-a19d-f6b24d886f06", "2b2bdace-21b7-4e31-9431-8902e795c7ed"] }
GET_LAYER_DEFINITION_COMPLETE | Constant |
public static const GET_LAYER_DEFINITION_COMPLETE:String = getLayerDefinitionComplete
Dispatched when getLayerDefinition operation successfully completes. The event result string is a string with the Map Server Layer Definition.
See also
GET_LAYER_DRAWING_OPTIONS_COMPLETE | Constant |
public static const GET_LAYER_DRAWING_OPTIONS_COMPLETE:String = getLayerDrawingOptionsComplete
Dispatched when the after the getLayerDrawingOptions operation successfully completes.
The event result object contains two properties:
// Event result object example: { "layerDrawingOptionsArray": [pointLayerDrawingOptions, lineLayerDrawingOptions, polygonLayerDrawingOptions], "colorMap":{'roads':0xFFFFFF, 'trees':0x00FF00, ...} }
GET_LIFECYCLE_STATUS_STRINGS_COMPLETE | Constant |
public static const GET_LIFECYCLE_STATUS_STRINGS_COMPLETE:String = getLifecycleStatusStringsComplete
Dispatched when getLifecycleStatusStrings operation successfully completes. The event result is an array of strings.
See also
GET_RESULTS_COMPLETE | Constant |
public static const GET_RESULTS_COMPLETE:String = getResultsComplete
Dispatched when getResults operation successfully completes. The event result object is a FeatureSet containing Reviewer workspace results.
See also
GET_REVIEWER_SESSIONS_COMPLETE | Constant |
public static const GET_REVIEWER_SESSIONS_COMPLETE:String = getReviewerSessionsComplete
Dispatched when getReviewerSessions operation successfully completes. The event result is an array of ReviewerSession objects.
See also
GET_SCHEDULED_JOBS_LIST_COMPLETE | Constant |
public static const GET_SCHEDULED_JOBS_LIST_COMPLETE:String = getScheduledJobsListComplete
Dispatched when getScheduledJobsList operation successfully completes. The event result is an array of BatchValidationJobDetails instances with scheduled jobs details.
See also
SCHEDULE_JOB_COMPLETE | Constant |
public static const SCHEDULE_JOB_COMPLETE:String = scheduleJobComplete
Dispatched when scheduleJob operation successfully completes. The event result string is the scheduled batch validation job ID.
See also
UPDATE_LIFECYCLE__STATUS_COMPLETE | Constant |
public static const UPDATE_LIFECYCLE__STATUS_COMPLETE:String = updateLifecycleStatusComplete
Dispatched when the updateLifecycleStatus operation successfully completes. The event result object is a FeatureEditResults that indicates if the update lifecycle status succeeded, objectId and a error if the update failed.
See also
WRITE_FEATURE_AS_RESULT_COMPLETE | Constant |
public static const WRITE_FEATURE_AS_RESULT_COMPLETE:String = writeFeatureAsResultComplete
Dispatched when writeFeatureAsResult operation completes. The event result is a boolean that indicates if the write request succeeded.
See also
WRITE_RESULT_COMPLETE | Constant |
public static const WRITE_RESULT_COMPLETE:String = writeResultComplete
Dispatched when writeResult operation completes. The event result is a boolean that indicates if the write request succeeded.
See also