Pacote | com.adobe.icc.editors.events |
Classe | public class AssetValidationFaultType |
Herança | AssetValidationFaultType Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | 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.
Constante | Definido por | ||
---|---|---|---|
INCOMPATIBLE_DATADICTIONARY : int = 1 [estático]
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 | Constante |
public static const INCOMPATIBLE_DATADICTIONARY:int = 1
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | 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.
Wed Jun 13 2018, 11:10 AM Z