class %iKnow.Queries.EquivWSAPI
extends %SOAP.WebService, %iKnow.Queries.AbstractWSAPI
This is an automatically generated class, offering a functionally equivalent set of methods and queries as %iKnow.Queries.EquivAPI, exposed as WebMethod methods.
See the classdocs for %iKnow.Queries.EquivAPI for more information.
parameter NAMESPACE = "http://www.intersystems.com/iKnow/Queries/EquivWSAPI";
NAMESPACE - Should be an unique URI
Override this parameter in the subclass with the unique namespace URI
of your organization.
Override this parameter in the subclass.
parameter SERVICENAME = "iKnow.Queries.EquivWSAPI";
SERVICENAME - Should be the name of the service for which this is a proxy.
Override this parameter in the subclass.
parameter USECLASSNAMESPACES = 1;
When USECLASSNAMESPACES = 1, then the WSDL of the Web service reflects the namespaces
defined for the referenced classes by the NAMESPACE parameters of those classes.
The default, for compatibility with previous versions, is that
the NAMESPACE parameters of the referenced classes are ignored when creating the WSDL.
If USECLASSNAMESPACES has no value, then the default value from ^ISCSOAP("USECLASSNAMESPACES") is used.
classmethod CreateSet(domainid As %Integer, name As %Integer)
as %Library.Integer
[ WebMethod ]
Create
classmethod DefineTerms(domainid As %Integer, setId As %Integer, uniId1 As %Integer, uniId2 As %Integer, expand As %Integer = 0)
as %Boolean
[ WebMethod ]
classmethod DropSet(domainid As %Integer, setId As %Integer)
as %Boolean
[ WebMethod ]
Drop
classmethod GetTerms(domainid As %Integer, setId As %Integer, uniId As %Integer, page As %Integer = 1, pagesize As %Integer = 10)
as %XML.DataSet
[ WebMethod ]
classmethod RemoveTerms(domainid As %Integer, setId As %Integer, uniId1 As %Integer, uniId2 As %Integer)
as %Boolean
[ WebMethod ]