Class Reference
%iKnow.Utils.MaintenanceQAPI
|
|
![]() |
|||
Private Storage |
This is an automatically generated class, offering a functionally equivalent set of methods and queries as
See the classdocs for
|
|
|
Adds an existing entity (by ID) to a SkipList. For cross-domain SkipLists, useAddStringToSkipList
Adds a string to a SkipList, adding it as an entity if it didn't exist in the domain before.
Adds a single entry to a User Dictionary at position. If position <= 0 (default), it is added at the bottom of the list, otherwise at the requested position, shifting existing entries down if it was already taken.
Deprecated: please use AddEntry() in
%iKnow.UserDictionary
Clears the contents of a single SkipList.
Create a new SkipList with the given name and description
This method creates a User Dictionary with a given name and optional description and returns the created user dictionary ID afterwards. This method will return -1 if an error occurred, which is passed by reference as sc.
Deprecated: please use %New() in
%iKnow.UserDictionary
Drops a SkipList (entities part of the list will not be deleted from the domain)
This method drops the User Dictionary identified by the supplied userDictId, including all its entries.Deprecated: please use %DeleteId() in
%iKnow.UserDictionary
Finds the SkipList ID corresponding to the supplied name.
Returns the ID corresponding to the supplied User Dictionary name.Deprecated: please use NameIndexOpen()
%iKnow.UserDictionary
Returns whether or not there are any SkipLists in the domain
Removes an entity (by ID) from a SkipList (but not from the domain) For cross-domain SkipLists, useRemoveStringFromSkipList
Removes a string from a SkipList (but not from the domain)
Removes the User Dictionary entry registered at position. This method will not impact the order or position of any remaning entries.
Deprecated: please use RemoveEntry() in
%iKnow.UserDictionary
Returns whether or not the SkipList identified by skipListId contains the supplied entity.
Returns whether or not the SkipList identified by skipListId contains the supplied entity.
|
Selects entUniId As%Integer , entity As%String (MAXLEN=32767)
Retrieves a list of all the strings in the specified SkipList
Selects skipListId As%Integer , name As%String (MAXLEN=32767), description As%String (MAXLEN=32767)
Retrieves a list of all the SkipLists registered in this domain.
Selects userDictId As%Integer , name As%String (MAXLEN=32767), description As%String (MAXLEN=32767)
Returns a list of all the User Dictionaries in this namespace.Deprecated: please use
%iKnow.UserDictionary
Selects position As%Integer , rewriteFrom As%String (MAXLEN=32767), rewriteTo As%String (MAXLEN=32767)
Returns the contents of a User Dictionary.
Deprecated: please use GetEntries() in
%iKnow.UserDictionary