This Method is used to read a list from the server which production datasets are available on the machine's file system (e.g. for a check before an activation or transfer of a production dataset is initiated). The NameFilter and MouldId can be used to reduce the length of the list or for a targeted search.
Signature
GetProductionDatasetList (
[in]0:StringNameFilter
[in]0:StringMouldId
[out]ProductionDatasetInformationType[]ProductionDatasetList);
Table 109 – GetProductionDatasetList Method Arguments
Argument |
Description |
NameFilter |
The Filter can be used to reduce the length of the list or for a targeted search. The wildcards "*" and "?" may be used.
NameFilter = "" requests a lists of all available production datasets, NameFilter = "300" requests only information on the production dataset with ProductionDatasetName "300" (if available), NameFilter = "3*" requests information on production datasets with a ProductionDatasetName starting with "3" (e.g. "300", "301", …). |
MouldId |
If MouldId <>"" only production datasets for the given MouldId are requested. |
ProductionDatasetList |
Array of ProductionDatasetInformationType (see 20.4.4) describing the available production datasets on the server. |
Table 110 – GetProductionDatasetList Method AddressSpace Definition
Attribute |
Value |
||||
BrowseName |
GetProductionDatasetList |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Modelling Rule |
0:HasProperty |
Variable |
InputArguments |
Argument[] |
0:PropertyType |
Mandatory |
0:HasProperty |
Variable |
OutputArguments |
Argument[] |
0:PropertyType |
Mandatory |