-(AlfrescoRequest *) retrieveCommentsForNode:(AlfrescoNode *)node
        completionBlock:(AlfrescoArrayCompletionBlock)completionBlock - retrieves the
      comments for a given node.
    Parameters
- (AlfrescoNode *) node
 - The node for which the comments are to be retrieved.
 - (AlfrescoArrayCompletionBlock) completionBlock
 - The block that is called with the retrieved comments on completion of the operation. The completion block has the format typedef void (^AlfrescoArrayCompletionBlock)(NSArray *array, NSError *error).
 
Returns
(AlfrescoRequest *)
Example