Package | com.adobe.solutions.rca.domain.common |
Interface | public 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) |
Public Properties
Property | Defined 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
property |
name | property |
role | property |
title | property |
Mon Nov 28 2011, 06:48 AM -08:00