Pacchetto | com.adobe.livecycle.rca.model.participant |
Classe | public class Approver |
Ereditarietà | Approver AbstractParticipant BaseUser Object |
Obsoleto da Review, Commenting, and Approval 10: Da utilizzare com.adobe.solutions.rca.vo.ApproverVO
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
additionalMetaData : String
Specifies additional metadata when you extend the application. | AbstractParticipant | ||
approverEndDate : Date
Specifies the date when the approver completed the task. | Approver | ||
approverStartDate : Date
Specifies the date when the task is assigned to the approver. | Approver | ||
canonicalName : String
Specifies the canonical name of the user or group, as defined in Adobe User Management. | BaseUser | ||
completedBy : BaseUser
Specifies a reference to the user who completed the task. | AbstractParticipant | ||
completedFromIp : String
Specifies the IP address from which the task was completed. | AbstractParticipant | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
createdAt : String
Specifies the state of the review when this participant was added. | AbstractParticipant | ||
disposition : String
Specifies a custom status for the stage. | AbstractParticipant | ||
domain : String
Specifies the domain to which the user or group belongs, as defined in Adobe User Management. | BaseUser | ||
email : String
Specifies the email ID of the user or group, as defined in Adobe User Management. | BaseUser | ||
finalComments : String
Specifies the participant's final comments. | AbstractParticipant | ||
id : String
Specifies the user ID of the user, as defined in Adobe User Management. | BaseUser | ||
isGroup : Boolean
Specifies whether the user is a group, as defined in Adobe User Management. | BaseUser | ||
name : String
Specifies the name of the user or group as defined in Adobe User Management. | BaseUser | ||
oid : String
Specifies the OID of the user or group, as defined in Adobe User Management. | BaseUser | ||
processId : String
Specifies the ID of the Process Management process
which was used to assign the task to this participant. | AbstractParticipant | ||
status : String
Specifies the status of the participant. | AbstractParticipant | ||
useGroupQueue : Boolean
If true, tasks are assigned to the group queue. | AbstractParticipant |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Approver()
Constructor. | Approver | ||
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. | BaseUser | ||
Dispatches an event into the event flow. | BaseUser | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | BaseUser | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Removes a listener from the EventDispatcher object. | BaseUser | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | BaseUser |
Descrizione delle proprietà
approverEndDate | proprietà |
approverEndDate:Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the date when the approver completed the task.
Implementazione
public function get approverEndDate():Date
public function set approverEndDate(value:Date):void
approverStartDate | proprietà |
approverStartDate:Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the date when the task is assigned to the approver.
Implementazione
public function get approverStartDate():Date
public function set approverStartDate(value:Date):void
Descrizione della funzione di costruzione
Approver | () | Funzione di costruzione |
public function Approver()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
Tue Jun 12 2018, 02:44 PM Z