Paket | com.adobe.solutions.rca.vo |
Sınıf | public class ParticipantVO |
Miras Alma | ParticipantVO NamedVO BaseVO Object |
Alt Sınıflar | InitiatorVO, StageParticipantVO |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | 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
.
Özellik | Tanımlayan: | ||
---|---|---|---|
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
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | 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 |
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for ParticipantVO class. | ParticipantVO | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
additionalMetadata | özellik |
additionalMetadata:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Uygulama
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
canonicalName | özellik |
canonicalName:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Canonical name of the user or group as defined in User Manager.
Uygulama
public function get canonicalName():String
public function set canonicalName(value:String):void
completedBy | özellik |
completedBy:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This property stores a reference to the user who completed the task.
Uygulama
public function get completedBy():String
public function set completedBy(value:String):void
completedFromIP | özellik |
completedFromIP:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which the task was completed.
Uygulama
public function get completedFromIP():String
public function set completedFromIP(value:String):void
disposition | özellik |
disposition:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Current disposition of participant, if any.
Uygulama
public function get disposition():String
public function set disposition(value:String):void
domainName | özellik |
domainName:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Domain to which the user or group belongs as defined in User Manager.
Uygulama
public function get domainName():String
public function set domainName(value:String):void
finalComments | özellik |
finalComments:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The final comments made by a participant after reviewing or approving a document.
Uygulama
public function get finalComments():String
public function set finalComments(value:String):void
reviewContext | özellik |
reviewContext:ReviewContextVO
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The details of the review version.
Uygulama
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
status | özellik |
umOid | özellik |
umOid:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The Document Server User Manager OID of the participant.
Uygulama
public function get umOid():String
public function set umOid(value:String):void
ParticipantVO | () | Yapıcı |
public function ParticipantVO()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantVO
class.
Tue Jun 12 2018, 01:09 PM Z