Paquete | com.adobe.solutions.rca.domain.common |
Interfaz | public interface IMember |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
assignedTo : IMemberCollection [solo lectura]
Reference to the member collection to which this member is assigned. | IMember | ||
canonicalName : String [solo lectura]
CanonicalName of the member as defined in Document Server User Management. | IMember | ||
domainName : String [solo lectura]
Domain name of the member as defined in Document Server User Management. | IMember | ||
email : String [solo lectura]
Email of the member. | IMember | ||
name : String [solo lectura]
Name of the member. | IMember | ||
role : String [solo lectura]
Role of the member in the workflow. | IMember | ||
title : String [solo lectura]
Title of the member in the workflow. | IMember |
Información sobre propiedades
assignedTo | propiedad |
assignedTo:IMemberCollection
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Reference to the member collection to which this member is assigned.
Implementación
public function get assignedTo():IMemberCollection
Elementos de API relacionados
canonicalName | propiedad |
canonicalName:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | 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.
Implementación
public function get canonicalName():String
Elementos de API relacionados
domainName
domainName | propiedad |
domainName:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | 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.
Implementación
public function get domainName():String
Elementos de API relacionados
canonicalName
propiedad |
name | propiedad |
role | propiedad |
role:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Role of the member in the workflow.
Implementación
public function get role():String
title | propiedad |
title:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Title of the member in the workflow.
Implementación
public function get title():String
Tue Jun 12 2018, 02:12 PM Z