ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.prm.constant 

StatusReasonCode  - AS3 Project Management

Packagecom.adobe.solutions.prm.constant
Classpublic class StatusReasonCode
InheritanceStatusReasonCode Inheritance Object
Subclasses LocalizedStatusReasonCode

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This class defines various reason codes that provide additional information about the current status of the entity.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
The constructor for StatusReasonCode class.
StatusReasonCode
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  ASSET_CONTENT_MISSING : String = "ASSET_CONTENT_MISSING"
[static] Indicates that an asset entity does not have any associated content.
StatusReasonCode
  ASSET_EXPIRED : String = "ASSET_EXPIRED"
[static] Indicates that a workflow associated with an asset has reached its deadline.
StatusReasonCode
  ASSET_REJECTED : String = "ASSET_REJECTED"
[static] Indicates that an asset is rejected in the workflow.
StatusReasonCode
  ASSET_TEMPLATE_MISSING : String = "ASSET_TEMPLATE_MISSING"
[static] Indicates that no schedule associated with a current asset is being activated.
StatusReasonCode
  DEFAULT : String = "DEFAULT"
[static] Indicates a default value.
StatusReasonCode
  DUE_DATE_OUT_OF_BOUND : String = "DUE_DATE_OUT_OF_BOUND"
[static] 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"
[static] Indicates that no asset is associated with a work item.
StatusReasonCode
  ROLLED_UP_FROM_CHILD : String = "ROLLED_UP_FROM_CHILD"
[static] Indicates that the current status is a result of a roll up from a child entity.
StatusReasonCode
  RUNNING_LATE : String = "RUNNING_LATE"
[static] Indicates that a project or workitem is running late from its schedule
StatusReasonCode
Constructor Detail

StatusReasonCode

()Constructor
public function StatusReasonCode()

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The constructor for StatusReasonCode class.

Constant Detail

ASSET_CONTENT_MISSING

Constant
public static const ASSET_CONTENT_MISSING:String = "ASSET_CONTENT_MISSING"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Indicates that an asset entity does not have any associated content.

ASSET_EXPIRED

Constant 
public static const ASSET_EXPIRED:String = "ASSET_EXPIRED"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Indicates that a workflow associated with an asset has reached its deadline.

ASSET_REJECTED

Constant 
public static const ASSET_REJECTED:String = "ASSET_REJECTED"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Indicates that an asset is rejected in the workflow.

ASSET_TEMPLATE_MISSING

Constant 
public static const ASSET_TEMPLATE_MISSING:String = "ASSET_TEMPLATE_MISSING"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Indicates that no schedule associated with a current asset is being activated.

DEFAULT

Constant 
public static const DEFAULT:String = "DEFAULT"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Indicates a default value.

DUE_DATE_OUT_OF_BOUND

Constant 
public static const DUE_DATE_OUT_OF_BOUND:String = "DUE_DATE_OUT_OF_BOUND"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: 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

Constant 
public static const PROJECT_ASSET_MISSING:String = "PROJECT_ASSET_MISSING"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Indicates that no asset is associated with a work item.

ROLLED_UP_FROM_CHILD

Constant 
public static const ROLLED_UP_FROM_CHILD:String = "ROLLED_UP_FROM_CHILD"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Indicates that the current status is a result of a roll up from a child entity.

RUNNING_LATE

Constant 
public static const RUNNING_LATE:String = "RUNNING_LATE"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Indicates that a project or workitem is running late from its schedule