CreatePLMQuery
Function used to create an object of PLMQuery type to do queries in the database.
Signature
CreatePLMQuery(queryType: String) : PLMQuery
Arguments
Name | Input / Output | Required? | Type | Comment |
---|---|---|---|---|
queryType
|
In | Yes | String | Object type your are looking for (VPMReference...) |
ReturnType
PLMQuery
When the object is returned, the query is not launched. The object is used to determine the attributes to be filtered then the query is launched.