| Package | com.adobe.solutions.rca.domain.impl.manager | 
| Class | public class CommentManager | 
| Inheritance | CommentManager    Object | 
| Implements | ICommentManager | 
| 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 | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
| instance : ICommentManager [static] [read-only] 
         This method returns a reference to an instance of CommentManager.  | CommentManager | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
		 The constructor for CommentManager class.  | CommentManager | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
		 
		 This operation parses the comments XML of a given user.  | CommentManager | ||
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Property Detail
instance | property | 
instance:ICommentManager  [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) | 
         This method returns a reference to an instance of CommentManager. This method ensures that a single instance of
         CommentManager is created for the application.
         
         
Implementation
    public static function get instance():ICommentManagerConstructor Detail
CommentManager | () | Constructor | 
public function CommentManager()| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
		 The constructor for CommentManager class.
		 
		 
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 | 
| 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
		 
          | 
Thu Dec 4 2014, 05:50 PM -08:00
 