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

AssetValidationFaultType  - AS3 Asset Composer

Packagecom.adobe.icc.editors.events
Classpublic class AssetValidationFaultType
InheritanceAssetValidationFaultType Inheritance Object

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

The AssetValidationFaultType class enumerates the list of constants related to the type of errors resulting from domain validations.

Domain validations are purely client side validations that help identifying the business rules that the domain object is violating before it is sent to save on the server side. The validations are helpful in saving redundant server calls and can be used to display error cues to the user. Validations are normally triggered implicitly when the domain object's save() method is invoked. However, it is also possible to trigger the validations by invoking the validate() method on the domain object.



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
 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
  INCOMPATIBLE_DATADICTIONARY : int = 1
[static] The AssetValidationFaultType.INCOMPATIBLE_DATADICTIONARY constant indicates that the data dictionary associated with the domain object isn't compatible and cannot be saved.
AssetValidationFaultType
Constant Detail

INCOMPATIBLE_DATADICTIONARY

Constant
public static const INCOMPATIBLE_DATADICTIONARY:int = 1

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

The AssetValidationFaultType.INCOMPATIBLE_DATADICTIONARY constant indicates that the data dictionary associated with the domain object isn't compatible and cannot be saved. The incompatible data dictionary error occurs when the data dictionary of an existing asset which is referred to, by other assets, is changed.

The business rules allow you to change the data dictionary till the time the asset isn't being referenced by other assets.