You are here

retrieveProcessDefinitionsWithListingContext:listingContext:completionBlock

- (AlfrescoRequest *)retrieveProcessDefinitionsWithListingContext:(AlfrescoListingContext *)listingContext completionBlock:(AlfrescoPagingResultCompletionBlock)completionBlock - retrieves a paged list of supported workflow process definitions.

Parameters

(AlfrescoListingContext *) listingContext
The listing context with a paging definition that is used to retrieve the supported workflow process definitions.
(AlfrescoPagingResultCompletionBlock) completionBlock
The block that is called passing in the paged results on completion of the operation. The completion block has the format typedef void (^AlfrescoPagingResultCompletionBlock)(AlfrescoPagingResult *pagingResult, NSError *error).

Returns

(AlfrescoRequest *)

Example