Pakiet | com.adobe.solutions.rca.vo |
Klasa | public class StageParticipantVO |
Dziedziczenie | StageParticipantVO ![]() ![]() ![]() ![]() |
Podklasy | ApproverVO, AuthorVO, ModeratorVO, ReviewerVO |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
![]() | 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
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
createdAt : String
This property is used to store the state of review when this participant was added. | StageParticipantVO | ||
![]() | 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 | |
endDate : Date
End date of role of a participant in the stage. | StageParticipantVO | ||
![]() | 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 | |
reviewStage : ReviewStageVO
Stage object which has this participant object in its list of participants. | StageParticipantVO | ||
startDate : Date
Start date of the role of a participant in the stage. | StageParticipantVO | ||
![]() | status : String
Current status of the participant. | ParticipantVO | |
![]() | umOid : String
The Document Server User Manager OID of the participant. | ParticipantVO |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for StageParticipantVO class. | StageParticipantVO | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
createdAt | właściwość |
createdAt:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property is used to store the state of review when this participant was added.
Implementacja
public function get createdAt():String
public function set createdAt(value:String):void
endDate | właściwość |
endDate:Date
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
End date of role of a participant in the stage.
Implementacja
public function get endDate():Date
public function set endDate(value:Date):void
reviewStage | właściwość |
reviewStage:ReviewStageVO
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Stage object which has this participant object in its list of participants.
Implementacja
public function get reviewStage():ReviewStageVO
public function set reviewStage(value:ReviewStageVO):void
startDate | właściwość |
startDate:Date
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Start date of the role of a participant in the stage.
Implementacja
public function get startDate():Date
public function set startDate(value:Date):void
Konstruktor Szczegół
StageParticipantVO | () | Konstruktor |
public function StageParticipantVO()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageParticipantVO
class.
Tue Jun 12 2018, 12:06 PM Z