包 | com.adobe.solutions.rca.domain |
接口 | public interface IReviewer extends IStageParticipant , IParticipant , IGanttDataItem , IMember |
实现器 | Reviewer |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
additionalMetadata : String
This property can be used to store additional metadata, while extending the application. | IParticipant | ||
assignedTo : IMemberCollection [只读]
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 [只读]
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 [只读]
Domain name of the member as defined in Document Server User Management. | IMember | ||
email : String [只读]
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 [只读]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
id : String [只读]
Unique identifier for a participant. | IParticipant | ||
itemEndDate : Date [只读]
End date of the item. | IGanttDataItem | ||
itemName : String [只读]
Name of the item. | IGanttDataItem | ||
itemStartDate : Date [只读]
Start date of the item. | IGanttDataItem | ||
itemState : String [只读]
State of the item. | IGanttDataItem | ||
itemStatus : String [只读]
Status of the item. | IGanttDataItem | ||
itemType : String [只读]
Type of item. | IGanttDataItem | ||
name : String [只读]
Name of the member. | IMember | ||
operationList : ArrayCollection [只读]
A collection of operations that are available to a user through the context menu in the Gantt chart. | IGanttDataItem | ||
optional : Boolean
A Boolean value to decide if the reviewer is optional or not. | IReviewer | ||
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 [只读]
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 [只读]
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 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Populates the calculatedStartDate and calculatedEndDate fields. | IStageParticipant | ||
A Boolean function to determine if the item has displayable children. | IGanttDataItem | ||
Toggles the optional property of the reviewer. | IReviewer |
属性详细信息
optional | 属性 |
方法详细信息
toggleReviewerType | () | 方法 |
public function toggleReviewerType():mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Toggles the optional property of the reviewer.
返回mx.rpc:AsyncToken —
|
Tue Jun 12 2018, 11:04 AM Z