Paquete | com.adobe.livecycle.rca.model.constant |
Clase | public class ReviewerStatus |
Herencia | ReviewerStatus Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Método | Definido por | ||
---|---|---|---|
Provides values for the status property of a reviewer. | ReviewerStatus | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
CHANGES_REQUIRED : String = "CHANGES_REQUIRED" [estática] Specifies the reviewer status when the reviewer has sent the task back to
the initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [estática] Specifies the reviewer status when the reviewer has completed the task. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [estática] Specifies the reviewer status when the reviewer has declined the task. | ReviewerStatus | ||
PENDING : String = "PENDING" [estática] Specifies the reviewer status when the task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [estática] Specifies the reviewer status when the reviewer has rejected the task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [estática] Specifies the reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [estática] Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [estática] A utility array of all possible values for the status of an approver. | ReviewerStatus |
ReviewerStatus | () | Información sobre |
public function ReviewerStatus()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the status property of a reviewer.
Elementos de API relacionados
CHANGES_REQUIRED | Constante |
public static const CHANGES_REQUIRED:String = "CHANGES_REQUIRED"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has sent the task back to the initiator for changes. When the task is sent back for changes, it indicates that the review document has been sent back for changes.
COMPLETED | Constante |
public static const COMPLETED:String = "COMPLETED"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has completed the task. When a task is complete, it indicates the document review is complete.
DECLINED | Constante |
public static const DECLINED:String = "DECLINED"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has declined the task. When the task is declined, it indicates that the reviewer has declined the document review.
PENDING | Constante |
public static const PENDING:String = "PENDING"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the task is pending. A pending task indicates that a document is awaiting review.
REJECTED | Constante |
public static const REJECTED:String = "REJECTED"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has rejected the task. When a task is rejected, it indicates that the reviewer has rejected the document.
REMOVED | Constante |
public static const REMOVED:String = "REMOVED"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has been removed from the stage.
TERMINATED | Constante |
public static const TERMINATED:String = "TERMINATED"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task. When a task is terminated, it indicates that the reviewer did not review the document before the stage was complete. Used only if the reviewer is an optional reviewer.
TYPES | Constante |
public static const TYPES:Array
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the status of an approver.
Tue Jun 12 2018, 02:12 PM Z