Pacchetto | com.adobe.solutions.rca.domain.manager |
Interfaccia | public interface IAuditManager |
Implementatori | AuditManager |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
prmAuditLevels : IList [sola lettura]
A list of audit levels defined for Project Management (PRM) building block. | IAuditManager | ||
rcaAuditLevels : IList [sola lettura]
A list of audit levels defined for Review Commenting and Approval (RCA) building block. | IAuditManager |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
This remote operation refreshes PRM audit level list. | IAuditManager | ||
This remote operation refreshes rca audit level list. | IAuditManager |
Descrizione delle proprietà
prmAuditLevels | proprietà |
prmAuditLevels:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
A list of audit levels defined for Project Management (PRM) building block.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento rcaAuditsRefreshed
.
Implementazione
public function get prmAuditLevels():IList
rcaAuditLevels | proprietà |
rcaAuditLevels:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
A list of audit levels defined for Review Commenting and Approval (RCA) building block.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento rcaAuditsRefreshed
.
Implementazione
public function get rcaAuditLevels():IList
Descrizione dei metodi
refreshPRM | () | metodo |
public function refreshPRM():mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This remote operation refreshes PRM audit level list.
Restituiscemx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
refreshRCA | () | metodo |
public function refreshRCA():mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This remote operation refreshes rca audit level list.
Restituiscemx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Tue Jun 12 2018, 02:44 PM Z