DocumentObj 2.5 GetPossibleTargetStatuses
Gets a list of statuses that a particular version and language of an Content Manager object can be moved to.
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. |
| psDocID | String | In | The logical identifier of the object |
| psVersion | String | InOut | The version of the object. When no exact version is given, the version number will be returned. |
| psLng | String | In | The (working) language of the object |
| psResolution | String | In | The resolution of the object. Only used for illustrations, for other object types this parameter has to be empty |
| psOutXMLLovValueList | String | Out | The LOV ValueList XML structure containing the metadata of the values of multiple list of values |
Requirements are:
- The user must have read access for the folder holding the object.
Note that:
- All logical identifiers within Content Manager are in uppercase.
- The result of this function is typically used to get a list of possible values for the status of the language version of the object.
- These statuses depend from the current status of the object, the metadata of the object and the roles of the current user.
- The statuses returned are those that are valid according to the workflow definitions.