Get Document From Review Zone operation

Retrieves any document from the review zone, including review documents, review tracking sheets, approval routing slips, and supporting documents.

For information about the General and Route Evaluation property groups, see Common operation properties .

Input properties

The input properties for the operation.

Review ID

A string value that represents the unique review context identifier (review ID) for the review.

Revision

An int value that specifies the revision of the review from which to retrieve a review document.

As a literal value, a default value of one is provided to indicate the first revision.

Document Path in Review Zone

A string value that represents the unique review context identifier (review ID) for the review. The string value is a URL that is relative to review zone root folder.

For example when the review zone root folder is /Company Home/RCA, the complete URL for the document is /Company Home/RCA/R-XXXX/ReviewDocument.pdf . You specify the value R-XXXX/ReviewDocument.pdf .

Output properties

The output properties for the operation.

Document

A document value that represents the file retrieve from the review zone.

Exceptions

This operation can throw a com.adobe.livecycle.rca.common.exception.RCAException exception.

// Ethnio survey code removed