Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.solutions.rca.domain.impl 

Approver  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.solutions.rca.domain.impl
Classepublic class Approver
EreditarietàApprover Inheritance StageParticipant Inheritance Participant Inheritance Object
Implementa IApprover

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This class defines an approver in an approval stage.



Proprietà pubbliche
 ProprietàDefinito da
 InheritedadditionalMetadata : String
This property can be used to store additional metadata, while extending the application.
Participant
 InheritedassignedTo : IMemberCollection
[override] [sola lettura] Reference to the member collection to which this member is assigned.
StageParticipant
 InheritedcalculatedDuration : Number
Duration calculated from calculatedStartDate and calculatedEndDate.
StageParticipant
 InheritedcalculatedEndDate : Date
The endDate if the participant task has ended.
StageParticipant
 InheritedcalculatedStartDate : Date
The startDate if the participant task has started.
StageParticipant
 InheritedcanonicalName : String
[sola lettura] CanonicalName of the member as defined in Document Server User Management.
Participant
 InheritedcompletedBy : String
This property stores the reference to the user who completed the task assigned to a participant.
Participant
 InheritedcompletedFromIP : String
This property holds the IP from which a task assigned to a participant is completed.
Participant
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
 InheritedcreatedAt : String
The state of review when this participant was added
StageParticipant
 Inheriteddisposition : String
Current disposition of a participant, if any.
Participant
 InheriteddomainName : String
[sola lettura] Domain name of the member as defined in Document Server User Management.
Participant
 Inheritedemail : String
[sola lettura] Email of the member.
Participant
 InheritedendDate : Date
End date of participant's role in the stage.
StageParticipant
 InheritedfinalComments : String
The final comments made by the participant after reviewing or approving a document.
Participant
 InheritedganttItems : ArrayCollection
[sola lettura] A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True.
StageParticipant
 Inheritedid : String
[sola lettura] Unique identifier for a participant.
Participant
 InheriteditemEndDate : Date
[sola lettura] End date of the item.
StageParticipant
 InheriteditemName : String
[sola lettura] Name of the item.
StageParticipant
 InheriteditemStartDate : Date
[sola lettura] Start date of the item.
StageParticipant
 InheriteditemState : String
[sola lettura] State of the item.
StageParticipant
 InheriteditemStatus : String
[sola lettura] Status of the item.
StageParticipant
 InheriteditemType : String
[sola lettura] Type of item.
StageParticipant
 Inheritedname : String
[sola lettura] Name of the member.
Participant
  operationList : ArrayCollection
[override] [sola lettura] A collection of operations that are available to a user through the context menu in the Gantt chart.
Approver
 InheritedreviewContext : IReviewContext
The details of the review version of which a participant is a part.
Participant
 InheritedreviewStage : IStage
Stage object which has this participant object in its list of participants.
StageParticipant
  role : String
[override] [sola lettura] Role of the member in the workflow.
Approver
 InheritedshowChildren : Boolean
A Boolean flag to determine if the children need to be displayed.
StageParticipant
 InheritedshowParent : Boolean
A Boolean flag to determine if the parent needs to be displayed.
StageParticipant
 InheritedstartDate : Date
Start date of participant's role in the stage.
StageParticipant
 Inheritedstatus : String
Current status of a participant.
Participant
 Inheritedtitle : String
[sola lettura] Title of the member in the workflow.
Participant
 Inheritedtype : String
[sola lettura]
Participant
 Inheriteduser : IUser
The user object for a participant.
Participant
 Inheritedvo : ParticipantVO
The Value Object for a participant.
Participant
Metodi pubblici
 MetodoDefinito da
  
Approver(value:ApproverVO = null)
The constructor for Approver class.
Approver
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
Participant
 Inherited
Populates the calculatedStartDate and calculatedEndDate fields.
StageParticipant
 Inherited
Dispatches an event into the event flow.
Participant
 Inherited
A Boolean function to determine if the item has displayable children.
StageParticipant
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
Participant
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
Participant
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
Participant
Descrizione delle proprietà

operationList

proprietà
operationList:ArrayCollection  [sola lettura] [override]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

A collection of operations that are available to a user through the context menu in the Gantt chart.



Implementazione
    override public function get operationList():ArrayCollection

role

proprietà 
role:String  [sola lettura] [override]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Role of the member in the workflow.



Implementazione
    override public function get role():String
Descrizione della funzione di costruzione

Approver

()Funzione di costruzione
public function Approver(value:ApproverVO = null)

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The constructor for Approver class.

Parametri
value:ApproverVO (default = null) — Approver value object.




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.