Package | com.adobe.solutions.prm.constant |
Class | public class StatusReasonCode |
Inheritance | StatusReasonCode Object |
Subclasses | LocalizedStatusReasonCode |
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Method | Defined By | ||
---|---|---|---|
The constructor for StatusReasonCode class. | StatusReasonCode | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constant | Defined 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 |
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.
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
Thu Dec 6 2018, 01:12 PM -08:00