Baseline 2.5 ExtendReportByCandidate
This method auto-completes the given Baseline Report XML with the version cards that have a baseline label.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psBaselineReport | String | In | A Baseline Report XML structure |
| psExtendBaselineId | String | In | The element name of the baseline which will be used to complete the Baseline Report XML |
| pasStartLogicalIds | StringArray | In | String array with the logical identifiers which are used as starting points in the baseline reporting methods. |
| pasStartResourceLogicalIds | StringArray | In | String array with the logical identifiers of the resources which are used as (extra) starting points in the baseline reporting methods. |
| pasLanguages | StringArray | In | String array with the languages |
| pasIllustrationLanguages | StringArray | In | String array with the languages used for illustrations |
| pasResourceLanguages | StringArray | In | String array with the languages used for resources. |
| pasResolutions | StringArray | In | String array with the resolutions |
| psOutXMLBaselineReport | String | InOut | A Baseline Report XML structure |
Requirements are:
- The user must have read access to all objects used in the baseline.
Note that:
- The parameters
pasIllustrationLanguagesandpasResourceLanguagescontain extra (fallback) languages for the illustrations and the resources. - The
pasResourceLanguagesis not only used for the objects which are specified in thepasStartResourceLogicalIdsparameter but also for all objects which are referenced by those objects. - When a library is referenced by a resource, the language information is retrieved in all languages which are specified in the parameters
pasLanguagesandpasResourceLanguages. - When an illustration is referenced by a resource, the language information is retrieved in all languages which are specified in the parameters
pasLanguages,pasResourceLanguagesANDpasIllustrationLanguages. - Objects which are present in the baseline but not referenced by one of the starting objects, are not returned in the Baseline Report XML.
- Objects in the baseline for which the user has no read access are reported as missing.