ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.service 

IFileDataService  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.service
Interfacepublic interface IFileDataService
Implementors FileDataService

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines the operations on managed file instances.



Public Methods
 MethodDefined By
  
Gets managed instance of file located at the filePath.
IFileDataService
Method Detail

getManagedFile

()method
public function getManagedFile(filePath:String):mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Gets managed instance of file located at the filePath. This helps to listen to any changes in the content of the file.

Parameters

filePath:String — The path to the file of which a managed instance is sought.

Returns
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains a managed instance of the file.

Related API Elements