Pacchetto | com.adobe.solutions.rca.constant |
Classe | public class OperationType |
Ereditarietà | OperationType ![]() |
Sottoclassi | LocalizedOperationType |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
OperationType
Enum.
Metodo | Definito da | ||
---|---|---|---|
The constructor for OperationType class. | OperationType | ||
![]() |
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 | |
![]() |
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 |
Costante | Definito da | ||
---|---|---|---|
ADD_APPROVER : String = "ADD_APPROVER" [statico]
This operation adds an approver to an approver stage. | OperationType | ||
ADD_REVIEWER : String = "ADD_REVIEWER" [statico]
This operation adds a reviewer to a review stage. | OperationType | ||
CHANGE_AUTHOR : String = "CHANGE_AUTHOR" [statico]
This operation changes the author of a creation stage. | OperationType | ||
CHANGE_DURATION : String = "CHANGE_DURATION" [statico]
This operation changes the duration of a stage. | OperationType | ||
MARK_MANDATORY : String = "MARK_MANDATORY" [statico]
This operation marks an optional reviewer as mandatory. | OperationType | ||
MARK_OPTIONAL : String = "MARK_OPTIONAL" [statico]
This operation marks a mandatory reviewer as optional. | OperationType | ||
REMOVE : String = "REMOVE" [statico]
This operation removes a participant from a stage. | OperationType | ||
REMOVE_APPROVER : String = "REMOVE_APPROVER" [statico]
This operation removes approver to an approver stage. | OperationType | ||
REMOVE_REVIEWER : String = "REMOVE_REVIEWER" [statico]
This operation removes reviewer to a review stage. | OperationType | ||
RESOLVE_STAGE : String = "RESOLVE_STAGE" [statico]
This operation resolves stage, if its a reference to stage template. | OperationType |
OperationType | () | Funzione di costruzione |
public function OperationType()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for OperationType
class.
ADD_APPROVER | Costante |
public static const ADD_APPROVER:String = "ADD_APPROVER"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation adds an approver to an approver stage.
ADD_REVIEWER | Costante |
public static const ADD_REVIEWER:String = "ADD_REVIEWER"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation adds a reviewer to a review stage.
CHANGE_AUTHOR | Costante |
public static const CHANGE_AUTHOR:String = "CHANGE_AUTHOR"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation changes the author of a creation stage.
CHANGE_DURATION | Costante |
public static const CHANGE_DURATION:String = "CHANGE_DURATION"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation changes the duration of a stage.
MARK_MANDATORY | Costante |
public static const MARK_MANDATORY:String = "MARK_MANDATORY"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation marks an optional reviewer as mandatory.
MARK_OPTIONAL | Costante |
public static const MARK_OPTIONAL:String = "MARK_OPTIONAL"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation marks a mandatory reviewer as optional.
REMOVE | Costante |
public static const REMOVE:String = "REMOVE"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation removes a participant from a stage.
REMOVE_APPROVER | Costante |
public static const REMOVE_APPROVER:String = "REMOVE_APPROVER"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation removes approver to an approver stage.
REMOVE_REVIEWER | Costante |
public static const REMOVE_REVIEWER:String = "REMOVE_REVIEWER"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation removes reviewer to a review stage.
RESOLVE_STAGE | Costante |
public static const RESOLVE_STAGE:String = "RESOLVE_STAGE"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation resolves stage, if its a reference to stage template.
Tue Jun 12 2018, 02:44 PM Z