This is an automatically generated class, offering a functionally equivalent set of methods and queries as <class>iKnow.Queries.PathAPI</class>, exposed as SqlProc methods.
See the classdocs for <class>iKnow.Queries.PathAPI</class> for more information.
|
static |
This is an automatically generated class, offering a functionally equivalent set of methods and queries as <class>iKnow.Queries.PathAPI</class>, exposed as SqlProc methods.
See the classdocs for <class>iKnow.Queries.PathAPI</class> for more information.
Returns the number of paths in a domain, optionally restricted to those appearing in a source
satisfying the <class>iKnow.Filters.Filter</class> object supplied through filter.
|
static |
Retrieves the number of paths containing the specified entities.
See also <method>GetByEntities</method> for a description of the parameters.
|
static |
Retrieves the number of paths containing the specified entity IDs.
See also <method>GetByEntities</method> for a description of the parameters.
|
static |
Returns the total number of paths in the sources specified through sourceidlist.
Use negative source IDs to refer to virtual sources.
|
static |
This method will try to find a path corresponding to the supplied list of entities in the
specified order. If no path is found, "" is returned.
When specifying a Virtual Source ID, it will treat the path as a virtual one, in the context of that vSrcId.
|
static |
Returns the sequence of entity values corresponding to the specified path as a
<class>List</class>.
When specifying a Virtual Source ID, it will treat the pathId as a virtual one, in the context of that vSrcId.
If stemming is enabled for this domain through the $$$IKPSTEMMING domain parameter, you can use pUseStems=1 to get the stems rather than the entities for this path.