-(AlfrescoRequest *) retrieveNodeWithIdentifier:(NSString
*)identifier completionBlock:(AlfrescoNodeCompletionBlock)completionBlock -
retrieves the node object with the specified identifier.
Parameters
- (NSString *) identifier
- The identifier of the node.
- (AlfrescoNodeCompletionBlock) completionBlock
- The block that is called with the node on completion of the operation. The completion block has the format typedef void (^AlfrescoNodeCompletionBlock)(AlfrescoNode *node, NSError *error).
Returns
(AlfrescoRequest *)