Package | com.adobe.solutions.rca.domain.manager |
Interface | public interface IAuditManager |
Implementors | AuditManager |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined By | ||
---|---|---|---|
prmAuditLevels : IList [read-only]
A list of audit levels defined for Project Management (PRM) building block. | IAuditManager | ||
rcaAuditLevels : IList [read-only]
A list of audit levels defined for Review Commenting and Approval (RCA) building block. | IAuditManager |
Public Methods
Method | Defined By | ||
---|---|---|---|
This remote operation refreshes PRM audit level list. | IAuditManager | ||
This remote operation refreshes rca audit level list. | IAuditManager |
Property Detail
prmAuditLevels | property |
prmAuditLevels:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
A list of audit levels defined for Project Management (PRM) building block.
This property can be used as the source for data binding. When this property is modified, it dispatches the rcaAuditsRefreshed
event.
Implementation
public function get prmAuditLevels():IList
rcaAuditLevels | property |
rcaAuditLevels:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
A list of audit levels defined for Review Commenting and Approval (RCA) building block.
This property can be used as the source for data binding. When this property is modified, it dispatches the rcaAuditsRefreshed
event.
Implementation
public function get rcaAuditLevels():IList
Method Detail
refreshPRM | () | method |
public function refreshPRM():mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This remote operation refreshes PRM audit level list.
Returnsmx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
refreshRCA | () | method |
public function refreshRCA():mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This remote operation refreshes rca audit level list.
Returnsmx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Mon Nov 28 2011, 06:48 AM -08:00