Interface IQueryWS

Services supporting this interface:
ENOVWSQueryCpp


Namespace: urn:com:dassault_systemes:ENOVWSQueryIntf:ENOVWSQueryIntf_ws:IQueryWS

Role: Interface for getting/querying objects.

WSDL Interface Document Relative Path: \resources\wsdl\ENOVWSQueryIntf\ENOVWSQueryIntf_ws\IQueryWS.wsdl


Operation Index

o GetObjects()
Retrieves the object(s) with the given identifiers.
o QueryCount()
Gets a count of the object(s) matching the given filter.
o QueryObjects()
Retrieves the object(s) matching the given select expression.

Operations

o GetObjects()
Retrieves the object(s) with the given identifiers.
Parameters:
Name Type Direction Nillable Description
iObjectIds {urn:com:dassault_systemes:PPRGenericWS}IdentifierArrayType in true The identifier(s) of the desired object(s).
iSelect {urn:com:dassault_systemes:PPRGenericWS}SelectExpression in true The objects and attributes to be returned on each object type.
oResult {urn:com:dassault_systemes:plmdataset:ENOVIA}ENOVIA in, out true Returned objects and attributes found with the given identifiers.
retval {urn:com:dassault_systemes:PPRGenericWS}Status out true Status of the query.
Faults:
Name Type Description
error {urn:com:dassault_systemes:CATJWSInfra}CATServiceExceptionType Raised if an error occurs while processing the request
o QueryCount()
Gets a count of the object(s) matching the given filter.
Parameters:
Name Type Direction Nillable Description
iSelect {urn:com:dassault_systemes:PPRGenericWS}SelectExpression in true The select and where filter.
oCount {http://www.w3.org/2001/XMLSchema}int in, out false Returned count of matching objects.
retval {urn:com:dassault_systemes:PPRGenericWS}Status out true Status of the query.
Faults:
Name Type Description
error {urn:com:dassault_systemes:CATJWSInfra}CATServiceExceptionType Raised if an error occurs while processing the request
o QueryObjects()
Retrieves the object(s) matching the given select expression.
Parameters:
Name Type Direction Nillable Description
iSelect {urn:com:dassault_systemes:PPRGenericWS}SelectExpression in true The select and where filter.
oResult {urn:com:dassault_systemes:plmdataset:ENOVIA}ENOVIA in, out true Returned objects and attributes found matching the given iSelect filter.
retval {urn:com:dassault_systemes:PPRGenericWS}Status out true Status of the query.
Faults:
Name Type Description
error {urn:com:dassault_systemes:CATJWSInfra}CATServiceExceptionType Raised if an error occurs while processing the request

Copyright © 1994-2005, Dassault Systèmes. All rights reserved.