Paquete | com.adobe.solutions.rca.constant |
Clase | public class ReviewerStatus |
Herencia | ReviewerStatus Object |
Subclases | LocalizedReviewerStatus |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
ReviewerStatus
Enum.
Método | Definido por | ||
---|---|---|---|
The constructor for ReviewerStatus class. | 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]
The reviewer status when the document or a task has been marked back to initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [estática]
The reviewer status when the document or a task has been completed by the reviewer. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [estática]
The reviewer status when the document or a task has been declined by reviewer. | ReviewerStatus | ||
PENDING : String = "PENDING" [estática]
The reviewer status when the document or a task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [estática]
The reviewer status when the reviewer has rejected the document or a task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [estática]
The reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [estática]
The reviewer status when the stage is completed but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [estática]
Utility array of all possible status for 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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewerStatus
class.
The ReviewerStatus class provides values for the status property of an 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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been marked back to initiator 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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been completed by the reviewer.
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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been declined by reviewer.
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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task is pending.
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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the reviewer has rejected the document or a task.
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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the stage is completed but the reviewer has not completed the task. This happens 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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible status for an approver.
Tue Jun 12 2018, 02:12 PM Z