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.domain.manager 

ICommentManager  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.domain.manager
Interfacepublic interface ICommentManager
Implementors CommentManager

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

This interface defines operations for comment management.



Public Methods
 MethodDefined By
  
This operation parses the comments XML of a given user.
ICommentManager
Method Detail

parseFileForComments

()method
public function parseFileForComments(comments:XML, user:IUser):IList

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

This operation parses the comments XML of a given user.

Parameters

comments:XML — Comment containing XML file.
 
user:IUserUser instance whose comments containing XML files are parsed.

Returns
IList — List of comment objects

Related API Elements