- (AlfrescoRequest *)retrieveAttachmentsForProcess:
(AlfrescoWorkflowProcess *)process
completionBlock:(AlfrescoArrayCompletionBlock)completionBlock - Returns an array of
SkyVaultDocument objects of attachment to the provided process. Nil, if there are no
attachments.
Parameters
- (AlfrescoWorkflowProcess *) process
- The process to retrieve attachments from.
- (AlfrescoArrayCompletionBlock) completionBlock
- The block that is called on completion of the operation. The completion block has the format typedef void (^AlfrescoArrayCompletionBlock)(NSArray *array, NSError *error).
Returns
(AlfrescoRequest *)