Package | com.adobe.solutions.rca.domain.manager |
Interface | public 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) |
Public Methods
Method | Defined 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:IUser — User instance whose comments containing XML files are parsed.
|
IList — List of comment objects
|
Related API Elements
Mon Nov 28 2011, 06:48 AM -08:00