Packagecom.esri.drs
Classpublic class ReviewerAttributes
InheritanceReviewerAttributes Inheritance Object
Implements flash.events.IEventDispatcher

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

ReviewerResultsTask
ReviewerResultsTask.writeFeatureAsResult()
ReviewerResultsTask.writeResult()


Public Properties
 PropertyDefined By
  lifecycleStatus : int
Represents the state of a Reviewer result.
ReviewerAttributes
  notes : String
Extra information describing a result or feature.
ReviewerAttributes
  resourceName : String
Represents an ArcGIS Data Reviewer resource name.
ReviewerAttributes
  reviewStatus : String
A status value (any string) to write to the ReviewStatus field for the result or feature written to the Reviewer workspace.
ReviewerAttributes
  reviewTechnician : String
The user name under which results or features are written to the Reviewer workspace.
ReviewerAttributes
  sessionId : uint
Represents an ArcGIS Data Reviewer session ID, the numeric identifier of the session.
ReviewerAttributes
  severity : int
Represents an ArcGIS Data Reviewer severity value.
ReviewerAttributes
  subtype : String
Subtype from the original feature that was checked and caused an error.
ReviewerAttributes
Property Detail
lifecycleStatusproperty
lifecycleStatus:int

Represents the state of a Reviewer result.

This property can be used as the source for data binding.


Implementation
    public function get lifecycleStatus():int
    public function set lifecycleStatus(value:int):void
notesproperty 
notes:String

Extra information describing a result or feature.

This property can be used as the source for data binding.


Implementation
    public function get notes():String
    public function set notes(value:String):void
resourceNameproperty 
resourceName:String

Represents an ArcGIS Data Reviewer resource name. Corresponds to the OriginTable in REVTABLEMAIN and ResourceName in REVCHECKRUNTABLE.

This property can be used as the source for data binding.


Implementation
    public function get resourceName():String
    public function set resourceName(value:String):void
reviewStatusproperty 
reviewStatus:String

A status value (any string) to write to the ReviewStatus field for the result or feature written to the Reviewer workspace.

This property can be used as the source for data binding.


Implementation
    public function get reviewStatus():String
    public function set reviewStatus(value:String):void
reviewTechnicianproperty 
reviewTechnician:String

The user name under which results or features are written to the Reviewer workspace.

This property can be used as the source for data binding.


Implementation
    public function get reviewTechnician():String
    public function set reviewTechnician(value:String):void
sessionIdproperty 
sessionId:uint

Represents an ArcGIS Data Reviewer session ID, the numeric identifier of the session.

This property can be used as the source for data binding.


Implementation
    public function get sessionId():uint
    public function set sessionId(value:uint):void

See also

severityproperty 
severity:int

Represents an ArcGIS Data Reviewer severity value. Severity allows you to indicate the importance of a check's results.

This property can be used as the source for data binding.


Implementation
    public function get severity():int
    public function set severity(value:int):void
subtypeproperty 
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.

This property can be used as the source for data binding.


Implementation
    public function get subtype():String
    public function set subtype(value:String):void