Paquete | com.adobe.solutions.prm.constant |
Clase | public class StatusReasonCode |
Herencia | StatusReasonCode Object |
Subclases | LocalizedStatusReasonCode |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Método | Definido por | ||
---|---|---|---|
The constructor for StatusReasonCode class. | StatusReasonCode | ||
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 | ||
---|---|---|---|
ASSET_CONTENT_MISSING : String = "ASSET_CONTENT_MISSING" [estática]
Indicates that an asset entity does not have any associated content. | StatusReasonCode | ||
ASSET_EXPIRED : String = "ASSET_EXPIRED" [estática]
Indicates that a workflow associated with an asset has reached its deadline. | StatusReasonCode | ||
ASSET_REJECTED : String = "ASSET_REJECTED" [estática]
Indicates that an asset is rejected in the workflow. | StatusReasonCode | ||
ASSET_TEMPLATE_MISSING : String = "ASSET_TEMPLATE_MISSING" [estática]
Indicates that no schedule associated with a current asset is being activated. | StatusReasonCode | ||
DEFAULT : String = "DEFAULT" [estática]
Indicates a default value. | StatusReasonCode | ||
DUE_DATE_OUT_OF_BOUND : String = "DUE_DATE_OUT_OF_BOUND" [estática]
Indicates that due date of a child entity are out of bound of the due dates of the parent. | StatusReasonCode | ||
PROJECT_ASSET_MISSING : String = "PROJECT_ASSET_MISSING" [estática]
Indicates that no asset is associated with a work item. | StatusReasonCode | ||
ROLLED_UP_FROM_CHILD : String = "ROLLED_UP_FROM_CHILD" [estática]
Indicates that the current status is a result of a roll up from a child entity. | StatusReasonCode | ||
RUNNING_LATE : String = "RUNNING_LATE" [estática]
Indicates that a project or workitem is running late from its schedule
| StatusReasonCode |
StatusReasonCode | () | Información sobre |
public function StatusReasonCode()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for StatusReasonCode
class.
ASSET_CONTENT_MISSING | Constante |
public static const ASSET_CONTENT_MISSING:String = "ASSET_CONTENT_MISSING"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Indicates that an asset entity does not have any associated content.
ASSET_EXPIRED | Constante |
public static const ASSET_EXPIRED:String = "ASSET_EXPIRED"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Indicates that a workflow associated with an asset has reached its deadline.
ASSET_REJECTED | Constante |
public static const ASSET_REJECTED:String = "ASSET_REJECTED"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Indicates that an asset is rejected in the workflow.
ASSET_TEMPLATE_MISSING | Constante |
public static const ASSET_TEMPLATE_MISSING:String = "ASSET_TEMPLATE_MISSING"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Indicates that no schedule associated with a current asset is being activated.
DEFAULT | Constante |
public static const DEFAULT:String = "DEFAULT"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Indicates a default value.
DUE_DATE_OUT_OF_BOUND | Constante |
public static const DUE_DATE_OUT_OF_BOUND:String = "DUE_DATE_OUT_OF_BOUND"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Indicates that due date of a child entity are out of bound of the due dates of the parent.
PROJECT_ASSET_MISSING | Constante |
public static const PROJECT_ASSET_MISSING:String = "PROJECT_ASSET_MISSING"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Indicates that no asset is associated with a work item.
ROLLED_UP_FROM_CHILD | Constante |
public static const ROLLED_UP_FROM_CHILD:String = "ROLLED_UP_FROM_CHILD"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Indicates that the current status is a result of a roll up from a child entity.
RUNNING_LATE | Constante |
public static const RUNNING_LATE:String = "RUNNING_LATE"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Indicates that a project or workitem is running late from its schedule
Tue Jun 12 2018, 02:12 PM Z