ReviewerAttributes Class
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 writeFeatureAsResult and writeResult.
Constructor
ReviewerAttributes
()
Item Index
Methods
Methods
toJSON
()
JSON Object
Returns a JSON representation of an instance of ReviewerAttributes.
Returns:
Properties
resourceName
String
Represents an ArcGIS Data Reviewer resource name. Corresponds to the OriginTable in REVTABLEMAIN and ResourceName in REVCHECKRUNTABLE.
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. Severity allows you to indicate the importance of a check's results.
subtype
String
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.