Package | com.adobe.solutions.rca.vo |
Classe | public class AuditMetaInfoVO |
Héritage | AuditMetaInfoVO BaseVO Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
actionName : String
Gets the action name. | AuditMetaInfoVO | ||
auditAttributes : IList
Gets additional attributes associated with audit entry. | AuditMetaInfoVO | ||
auditedBy : String
Returns name or ID of the user or a component that has requested the audit entry. | AuditMetaInfoVO | ||
auditTimestamp : Date
Timestamp for the audit entry. | AuditMetaInfoVO | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
id : String
Get the ID of the VO. | BaseVO | ||
levelName : String
Get the name of the audit level. | AuditMetaInfoVO | ||
moduleName : String
Gets the name of the module. | AuditMetaInfoVO |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
The constructor for AuditMetaInfoVO class. | AuditMetaInfoVO | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
actionName | propriété |
actionName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Gets the action name.
Implémentation
public function get actionName():String
public function set actionName(value:String):void
auditAttributes | propriété |
auditAttributes:IList
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Gets additional attributes associated with audit entry.
Implémentation
public function get auditAttributes():IList
public function set auditAttributes(value:IList):void
auditedBy | propriété |
auditedBy:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Returns name or ID of the user or a component that has requested the audit entry.
Implémentation
public function get auditedBy():String
public function set auditedBy(value:String):void
auditTimestamp | propriété |
auditTimestamp:Date
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Timestamp for the audit entry.
Implémentation
public function get auditTimestamp():Date
public function set auditTimestamp(value:Date):void
levelName | propriété |
levelName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Get the name of the audit level.
Implémentation
public function get levelName():String
public function set levelName(value:String):void
moduleName | propriété |
moduleName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the module.
Implémentation
public function get moduleName():String
public function set moduleName(value:String):void
Détails du constructeur
AuditMetaInfoVO | () | Constructeur |
public function AuditMetaInfoVO()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditMetaInfoVO
class.
Tue Jun 12 2018, 09:30 AM Z