What's new in the ArcGIS Data Reviewer API for Flex
Version 3.7
API for Flex has been updated to use Esri Flex API version 3.7. This release introduces the productionWorkspaceVersion parameter in the BatchValidationParameter class and the updateLifecycleStatus function as a part of the ReviewerResultsTask.
The productionWorkspaceVersion parameter gets or sets the production workspace version in which the data will be validated. This parameter will apply only when both of these conditions are met:
- the production workspace is specified
- the production workspace is an enterprise geodatabase
The function updateLifecycleStatus is a part of ReviewerResultsTask. This function changes a result's lifecycle status and also updates information related to when the change was made and who made it. Changing lifecycle status moves a result from Review to Correction to Verification phase. For more information on lifecycle phases, see Lifecycle Status.
The following parameters are inputs for the updateLifecycleStatus method:
- sessionId— Numeric identifier of the session
- lifecycleStatus— lifecycle status to which the Reviewer result(s) will get updated
- technicianName— Name of technician performing the update
- Reviewerfilters— ReviewerFilters used to narrow down Reviewer results
- IResponder— The responder to call on a Data Reviewer result or fault