ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.domain.common 

IMember  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.domain.common
Interfacepublic interface IMember

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This interface defines the basic properties of a member. A member is an individual associated with a workflow.



Public Properties
 PropertyDefined By
  assignedTo : IMemberCollection
[read-only] Reference to the member collection to which this member is assigned.
IMember
  canonicalName : String
[read-only] CanonicalName of the member as defined in Document Server User Management.
IMember
  domainName : String
[read-only] Domain name of the member as defined in Document Server User Management.
IMember
  email : String
[read-only] Email of the member.
IMember
  name : String
[read-only] Name of the member.
IMember
  role : String
[read-only] Role of the member in the workflow.
IMember
  title : String
[read-only] Title of the member in the workflow.
IMember
Property Detail

assignedTo

property
assignedTo:IMemberCollection  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Reference to the member collection to which this member is assigned.



Implementation
    public function get assignedTo():IMemberCollection

Related API Elements

canonicalName

property 
canonicalName:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

CanonicalName of the member as defined in Document Server User Management. The combination of canonicalName and domainName are used to uniquely identify a user.



Implementation
    public function get canonicalName():String

Related API Elements

domainName

domainName

property 
domainName:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Domain name of the member as defined in Document Server User Management. The combination of canonicalName and domainName are used to uniquely identify a user.



Implementation
    public function get domainName():String

Related API Elements

canonicalName

email

property 
email:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Email of the member.



Implementation
    public function get email():String

name

property 
name:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Name of the member.



Implementation
    public function get name():String

role

property 
role:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Role of the member in the workflow.



Implementation
    public function get role():String

title

property 
title:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Title of the member in the workflow.



Implementation
    public function get title():String