Пакет | com.adobe.solutions.rca.vo |
Класс | public class ParticipantVO |
Наследование | ParticipantVO NamedVO BaseVO Object |
Подклассы | InitiatorVO, StageParticipantVO |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | 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
.
Свойство | Определено | ||
---|---|---|---|
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
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | 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 |
Метод | Определено | ||
---|---|---|---|
The constructor for ParticipantVO class. | ParticipantVO | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
additionalMetadata | свойство |
additionalMetadata:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Реализация
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
canonicalName | свойство |
canonicalName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Canonical name of the user or group as defined in User Manager.
Реализация
public function get canonicalName():String
public function set canonicalName(value:String):void
completedBy | свойство |
completedBy:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This property stores a reference to the user who completed the task.
Реализация
public function get completedBy():String
public function set completedBy(value:String):void
completedFromIP | свойство |
completedFromIP:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which the task was completed.
Реализация
public function get completedFromIP():String
public function set completedFromIP(value:String):void
disposition | свойство |
disposition:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Current disposition of participant, if any.
Реализация
public function get disposition():String
public function set disposition(value:String):void
domainName | свойство |
domainName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Domain to which the user or group belongs as defined in User Manager.
Реализация
public function get domainName():String
public function set domainName(value:String):void
finalComments | свойство |
finalComments:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The final comments made by a participant after reviewing or approving a document.
Реализация
public function get finalComments():String
public function set finalComments(value:String):void
reviewContext | свойство |
reviewContext:ReviewContextVO
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The details of the review version.
Реализация
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
status | свойство |
umOid | свойство |
umOid:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The Document Server User Manager OID of the participant.
Реализация
public function get umOid():String
public function set umOid(value:String):void
ParticipantVO | () | Конструктор |
public function ParticipantVO()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantVO
class.
Tue Jun 12 2018, 11:34 AM Z