require(["esri/tasks/datareviewer/ReviewerAttributes"], function(ReviewerAttributes) { /* code goes here */ });
Description
(Added at v3.14)
Encapsulates data used by the writeFeatureAsResult and writeResult methods of the ReviewerResults class. Properties (and their values) represent the attribute values that writeFeatureAsResult and writeResult insert into REVTABLEMAIN in a reviewer workspace.
See also
Samples
Search for
samples that use this class.
Properties
lifecycleStatus | Number | Represents the state of a reviewer result. |
notes | String | Extra information describing a result or feature. |
resourceName | String | Represents an ArcGIS Data Reviewer resource name. |
reviewStatus | String | A status value (any string) to write to the ReviewStatus field for the result or feature written to the reviewer workspace. |
reviewTechnician | String | The user name under which results or features are written to the reviewer workspace. |
sessionId | Number | Represents an ArcGIS Data Reviewer session ID, the numeric identifier of the session. |
severity | Number | Represents an ArcGIS Data Reviewer severity value. |
subtype | String | Subtype from the original feature that was checked and caused an error. |
Methods
toJSON() | Object | Returns a JSON representation of an instance of ReviewerAttributes. |
Property Details
Represents the state of a reviewer result.
Extra information describing a result or feature.
Represents an ArcGIS Data Reviewer resource name. Corresponds to the OriginTable in REVTABLEMAIN
and ResourceName in REVCHECKRUNTABLE
.
A status value (any string) to write to the ReviewStatus field for the result or feature written to the reviewer workspace.
The user name under which results or features are written to the reviewer workspace.
Represents an ArcGIS Data Reviewer session ID, the numeric identifier of the session.
Represents an ArcGIS Data Reviewer severity value. Severity allows you to indicate the importance of a check's results.
Subtype from the original feature that was checked and caused an error. The subtype is written as a string to REVTABLEMAIN
. Subtype should be a valid subtype in the feature class specified in ORIGINTABLE
field in REVTABLEMAIN
.
Method Details
Returns a JSON representation of an instance of ReviewerAttributes.