Package | com.adobe.icc.editors.events |
Class | public class AssetValidationFaultType |
Inheritance | AssetValidationFaultType ![]() |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
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.
Constant | Defined 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 |
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.
Mon Apr 10 2017, 12:28 PM -07:00