Paquete | com.adobe.solutions.rca.vo |
Clase | public class ParticipantVO |
Herencia | ParticipantVO NamedVO BaseVO Object |
Subclases | InitiatorVO, StageParticipantVO |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
ParticipantVO
represents a participant in a review. A participant can be an initiator, a reviewer, a moderator, or an approver.
It is the super class of InitiatorVO
, ReviewerVO
, ModeratorVO
, ApproverVO
.
Propiedad | Definido por | ||
---|---|---|---|
additionalMetadata : String
This property can be used to store additional metadata, while extending the application. | ParticipantVO | ||
canonicalName : String
Canonical name of the user or group as defined in User Manager. | ParticipantVO | ||
completedBy : String
This property stores a reference to the user who completed the task. | ParticipantVO | ||
completedFromIP : String
This property holds the IP from which the task was completed. | ParticipantVO | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
disposition : String
Current disposition of participant, if any. | ParticipantVO | ||
domainName : String
Domain to which the user or group belongs as defined in User Manager. | ParticipantVO | ||
entityPath : String
Gets the entity name in the content repository. | NamedVO | ||
finalComments : String
The final comments made by a participant after reviewing or approving a document. | ParticipantVO | ||
id : String
Get the ID of the VO. | BaseVO | ||
reviewContext : ReviewContextVO
The details of the review version. | ParticipantVO | ||
status : String
Current status of the participant. | ParticipantVO | ||
umOid : String
The Document Server User Manager OID of the participant. | ParticipantVO |
Método | Definido por | ||
---|---|---|---|
The constructor for ParticipantVO class. | ParticipantVO | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
additionalMetadata | propiedad |
additionalMetadata:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implementación
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
canonicalName | propiedad |
canonicalName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Canonical name of the user or group as defined in User Manager.
Implementación
public function get canonicalName():String
public function set canonicalName(value:String):void
completedBy | propiedad |
completedBy:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property stores a reference to the user who completed the task.
Implementación
public function get completedBy():String
public function set completedBy(value:String):void
completedFromIP | propiedad |
completedFromIP:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which the task was completed.
Implementación
public function get completedFromIP():String
public function set completedFromIP(value:String):void
disposition | propiedad |
disposition:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Current disposition of participant, if any.
Implementación
public function get disposition():String
public function set disposition(value:String):void
domainName | propiedad |
domainName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Domain to which the user or group belongs as defined in User Manager.
Implementación
public function get domainName():String
public function set domainName(value:String):void
finalComments | propiedad |
finalComments:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The final comments made by a participant after reviewing or approving a document.
Implementación
public function get finalComments():String
public function set finalComments(value:String):void
reviewContext | propiedad |
reviewContext:ReviewContextVO
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The details of the review version.
Implementación
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
status | propiedad |
status:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Current status of the participant.
Implementación
public function get status():String
public function set status(value:String):void
umOid | propiedad |
umOid:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The Document Server User Manager OID of the participant.
Implementación
public function get umOid():String
public function set umOid(value:String):void
ParticipantVO | () | Información sobre |
public function ParticipantVO()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantVO
class.
Tue Jun 12 2018, 02:12 PM Z