ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.domain 

IModerator  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.domain
Interfacepublic interface IModerator extends IStageParticipant , IParticipant , IGanttDataItem , IMember
Implementors Moderator

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines a moderator of a stage.

Related API Elements

ModeratorVO


Public Properties
 PropertyDefined By
 InheritedadditionalMetadata : String
This property can be used to store additional metadata, while extending the application.
IParticipant
 InheritedassignedTo : IMemberCollection
[read-only] Reference to the member collection to which this member is assigned.
IMember
 InheritedcalculatedDuration : Number
Duration calculated from calculatedStartDate and calculatedEndDate.
IStageParticipant
 InheritedcalculatedEndDate : Date
The endDate if the participant task has ended.
IStageParticipant
 InheritedcalculatedStartDate : Date
The startDate if the participant task has started.
IStageParticipant
 InheritedcanonicalName : String
[read-only] CanonicalName of the member as defined in Document Server User Management.
IMember
 InheritedcompletedBy : String
This property stores the reference to the user who completed the task assigned to a participant.
IParticipant
 InheritedcompletedFromIP : String
This property holds the IP from which a task assigned to a participant is completed.
IParticipant
 InheritedcreatedAt : String
The state of review when this participant was added
IStageParticipant
 Inheriteddisposition : String
Current disposition of a participant, if any.
IParticipant
 InheriteddomainName : String
[read-only] Domain name of the member as defined in Document Server User Management.
IMember
 Inheritedemail : String
[read-only] Email of the member.
IMember
 InheritedendDate : Date
End date of participant's role in the stage.
IStageParticipant
 InheritedfinalComments : String
The final comments made by the participant after reviewing or approving a document.
IParticipant
 InheritedganttItems : ArrayCollection
[read-only] A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True.
IGanttDataItem
 Inheritedid : String
[read-only] Unique identifier for a participant.
IParticipant
 InheriteditemEndDate : Date
[read-only] End date of the item.
IGanttDataItem
 InheriteditemName : String
[read-only] Name of the item.
IGanttDataItem
 InheriteditemStartDate : Date
[read-only] Start date of the item.
IGanttDataItem
 InheriteditemState : String
[read-only] State of the item.
IGanttDataItem
 InheriteditemStatus : String
[read-only] Status of the item.
IGanttDataItem
 InheriteditemType : String
[read-only] Type of item.
IGanttDataItem
 Inheritedname : String
[read-only] Name of the member.
IMember
 InheritedoperationList : ArrayCollection
[read-only] A collection of operations that are available to a user through the context menu in the Gantt chart.
IGanttDataItem
 InheritedreviewContext : IReviewContext
The details of the review version of which a participant is a part.
IParticipant
 InheritedreviewStage : IStage
Stage object which has this participant object in its list of participants.
IStageParticipant
 Inheritedrole : String
[read-only] Role of the member in the workflow.
IMember
 InheritedshowChildren : Boolean
A Boolean flag to determine if the children need to be displayed.
IGanttDataItem
 InheritedshowParent : Boolean
A Boolean flag to determine if the parent needs to be displayed.
IGanttDataItem
 InheritedstartDate : Date
Start date of participant's role in the stage.
IStageParticipant
 Inheritedstatus : String
Current status of a participant.
IParticipant
 Inheritedtitle : String
[read-only] Title of the member in the workflow.
IMember
 Inheriteduser : IUser
The user object for a participant.
IParticipant
 Inheritedvo : ParticipantVO
The Value Object for a participant.
IParticipant
Public Methods
 MethodDefined By
 Inherited
Populates the calculatedStartDate and calculatedEndDate fields.
IStageParticipant
 Inherited
A Boolean function to determine if the item has displayable children.
IGanttDataItem