Paquete | com.adobe.livecycle.rca.model.constant |
Clase | public class ReviewCommentVisibility |
Herencia | ReviewCommentVisibility Object |
Desfasado desde Review, Commenting, and Approval 10: Utilice com.adobe.solutions.rca.constant.ReviewCommentVisibility
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) |
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Provides values for the commentVisibility property of ReviewContext. | ReviewCommentVisibility | ||
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 |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
INTER_STAGE : String = "INTER_STAGE" [estática] Specifies that comments added to a review stage are visible in other stages. | ReviewCommentVisibility | ||
ONLY_INTRA_STAGE : String = "ONLY_INTRA_STAGE" [estática] Specifies that comments added to a review stage are not visible in other stages. | ReviewCommentVisibility | ||
TYPES : Array [estática] A utility array that contains all the valid values for the ReviewCommentVisibility class. | ReviewCommentVisibility |
Información sobre constructores
ReviewCommentVisibility | () | Información sobre |
public function ReviewCommentVisibility()
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 commentVisibility
property of ReviewContext
.
It determines whether comments added to a review stage are visible in other stages.
Elementos de API relacionados
Información sobre constantes
INTER_STAGE | Constante |
public static const INTER_STAGE:String = "INTER_STAGE"
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 that comments added to a review stage are visible in other stages.
ONLY_INTRA_STAGE | Constante |
public static const ONLY_INTRA_STAGE:String = "ONLY_INTRA_STAGE"
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 that comments added to a review stage are not visible in other stages.
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 that contains all the valid values for the ReviewCommentVisibility
class.
Tue Jun 12 2018, 02:12 PM Z