Paket | com.adobe.solutions.rca.vo |
Klasse | public class AuditMetaInfoVO |
Vererbung | AuditMetaInfoVO BaseVO Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
The constructor for AuditMetaInfoVO class. | AuditMetaInfoVO | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Eigenschaftendetails
actionName | Eigenschaft |
auditAttributes | Eigenschaft |
auditAttributes:IList
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets additional attributes associated with audit entry.
Implementierung
public function get auditAttributes():IList
public function set auditAttributes(value:IList):void
auditedBy | Eigenschaft |
auditedBy:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Returns name or ID of the user or a component that has requested the audit entry.
Implementierung
public function get auditedBy():String
public function set auditedBy(value:String):void
auditTimestamp | Eigenschaft |
auditTimestamp:Date
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Timestamp for the audit entry.
Implementierung
public function get auditTimestamp():Date
public function set auditTimestamp(value:Date):void
levelName | Eigenschaft |
levelName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Get the name of the audit level.
Implementierung
public function get levelName():String
public function set levelName(value:String):void
moduleName | Eigenschaft |
moduleName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the module.
Implementierung
public function get moduleName():String
public function set moduleName(value:String):void
Konstruktordetails
AuditMetaInfoVO | () | Konstruktor |
public function AuditMetaInfoVO()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditMetaInfoVO
class.
Tue Jun 12 2018, 10:04 AM Z