Pakiet | com.adobe.solutions.rca.domain |
Interfejs | public interface IStageParticipant extends IParticipant , IGanttDataItem , IMember |
Implementory | StageParticipant |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
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. | IParticipant | |
![]() | assignedTo : IMemberCollection [tylko do odczytu]
Reference to the member collection to which this member is assigned. | IMember | |
calculatedDuration : Number
Duration calculated from calculatedStartDate and calculatedEndDate. | IStageParticipant | ||
calculatedEndDate : Date
The endDate if the participant task has ended. | IStageParticipant | ||
calculatedStartDate : Date
The startDate if the participant task has started. | IStageParticipant | ||
![]() | canonicalName : String [tylko do odczytu]
CanonicalName of the member as defined in Document Server User Management. | IMember | |
![]() | completedBy : String
This property stores the reference to the user who completed the task assigned to a participant. | IParticipant | |
![]() | completedFromIP : String
This property holds the IP from which a task assigned to a participant is completed. | IParticipant | |
createdAt : String
The state of review when this participant was added
| IStageParticipant | ||
![]() | disposition : String
Current disposition of a participant, if any. | IParticipant | |
![]() | domainName : String [tylko do odczytu]
Domain name of the member as defined in Document Server User Management. | IMember | |
![]() | email : String [tylko do odczytu]
Email of the member. | IMember | |
endDate : Date
End date of participant's role in the stage. | IStageParticipant | ||
![]() | finalComments : String
The final comments made by the participant after reviewing or approving a document. | IParticipant | |
![]() | ganttItems : ArrayCollection [tylko do odczytu]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | |
![]() | id : String [tylko do odczytu]
Unique identifier for a participant. | IParticipant | |
![]() | itemEndDate : Date [tylko do odczytu]
End date of the item. | IGanttDataItem | |
![]() | itemName : String [tylko do odczytu]
Name of the item. | IGanttDataItem | |
![]() | itemStartDate : Date [tylko do odczytu]
Start date of the item. | IGanttDataItem | |
![]() | itemState : String [tylko do odczytu]
State of the item. | IGanttDataItem | |
![]() | itemStatus : String [tylko do odczytu]
Status of the item. | IGanttDataItem | |
![]() | itemType : String [tylko do odczytu]
Type of item. | IGanttDataItem | |
![]() | name : String [tylko do odczytu]
Name of the member. | IMember | |
![]() | operationList : ArrayCollection [tylko do odczytu]
A collection of operations that are available to a user through the context menu in the Gantt chart. | IGanttDataItem | |
![]() | reviewContext : IReviewContext
The details of the review version of which a participant is a part. | IParticipant | |
reviewStage : IStage
Stage object which has this participant object in its list of participants. | IStageParticipant | ||
![]() | role : String [tylko do odczytu]
Role of the member in the workflow. | IMember | |
![]() | showChildren : Boolean
A Boolean flag to determine if the children need to be displayed. | IGanttDataItem | |
![]() | showParent : Boolean
A Boolean flag to determine if the parent needs to be displayed. | IGanttDataItem | |
startDate : Date
Start date of participant's role in the stage. | IStageParticipant | ||
![]() | status : String
Current status of a participant. | IParticipant | |
![]() | title : String [tylko do odczytu]
Title of the member in the workflow. | IMember | |
![]() | user : IUser
The user object for a participant. | IParticipant | |
![]() | vo : ParticipantVO
The Value Object for a participant. | IParticipant |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Populates the calculatedStartDate and calculatedEndDate fields. | IStageParticipant | ||
![]() |
A Boolean function to determine if the item has displayable children. | IGanttDataItem |
Szczegół właściwości
calculatedDuration | właściwość |
calculatedDuration:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Duration calculated from calculatedStartDate
and calculatedEndDate
.
Implementacja
public function get calculatedDuration():Number
public function set calculatedDuration(value:Number):void
calculatedEndDate | właściwość |
calculatedEndDate:Date
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The endDate
if the participant task has ended. Otherwise the expected end date.
Implementacja
public function get calculatedEndDate():Date
public function set calculatedEndDate(value:Date):void
calculatedStartDate | właściwość |
calculatedStartDate:Date
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The startDate
if the participant task has started. Otherwise the expected start date.
Implementacja
public function get calculatedStartDate():Date
public function set calculatedStartDate(value:Date):void
createdAt | właściwość |
createdAt:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
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.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
End date of participant's role in the stage.
Implementacja
public function get endDate():Date
public function set endDate(value:Date):void
reviewStage | właściwość |
reviewStage:IStage
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
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():IStage
public function set reviewStage(value:IStage):void
startDate | właściwość |
startDate:Date
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Start date of participant's role in the stage.
Implementacja
public function get startDate():Date
public function set startDate(value:Date):void
Szczegół metody
calculateDates | () | metoda |
public function calculateDates():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Populates the calculatedStartDate
and calculatedEndDate
fields.
Tue Jun 12 2018, 12:06 PM Z