Pacote | com.adobe.solutions.rca.vo |
Classe | public class AuditMetaInfoVO |
Herança | AuditMetaInfoVO ![]() ![]() |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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étodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for AuditMetaInfoVO class. | AuditMetaInfoVO | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
actionName | propriedade |
actionName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the action name.
Implementação
public function get actionName():String
public function set actionName(value:String):void
auditAttributes | propriedade |
auditAttributes:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets additional attributes associated with audit entry.
Implementação
public function get auditAttributes():IList
public function set auditAttributes(value:IList):void
auditedBy | propriedade |
auditedBy:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Returns name or ID of the user or a component that has requested the audit entry.
Implementação
public function get auditedBy():String
public function set auditedBy(value:String):void
auditTimestamp | propriedade |
auditTimestamp:Date
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Timestamp for the audit entry.
Implementação
public function get auditTimestamp():Date
public function set auditTimestamp(value:Date):void
levelName | propriedade |
levelName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Get the name of the audit level.
Implementação
public function get levelName():String
public function set levelName(value:String):void
moduleName | propriedade |
moduleName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the module.
Implementação
public function get moduleName():String
public function set moduleName(value:String):void
Detalhes do construtor
AuditMetaInfoVO | () | Construtor |
public function AuditMetaInfoVO()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditMetaInfoVO
class.
Wed Jun 13 2018, 11:10 AM Z