Pakket | com.adobe.solutions.rca.vo |
Klasse | public class AuditMetaInfoVO |
Overerving | AuditMetaInfoVO BaseVO Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for AuditMetaInfoVO class. | AuditMetaInfoVO | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
actionName | eigenschap |
auditAttributes | eigenschap |
auditAttributes:IList
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Gets additional attributes associated with audit entry.
Implementatie
public function get auditAttributes():IList
public function set auditAttributes(value:IList):void
auditedBy | eigenschap |
auditedBy:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Returns name or ID of the user or a component that has requested the audit entry.
Implementatie
public function get auditedBy():String
public function set auditedBy(value:String):void
auditTimestamp | eigenschap |
auditTimestamp:Date
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Timestamp for the audit entry.
Implementatie
public function get auditTimestamp():Date
public function set auditTimestamp(value:Date):void
levelName | eigenschap |
moduleName | eigenschap |
Constructordetails
AuditMetaInfoVO | () | Constructor |
public function AuditMetaInfoVO()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditMetaInfoVO
class.
Wed Jun 13 2018, 11:42 AM Z