|
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 BlackList
Adds a string to a BlackList, adding it as an entity if it didn't exist in the domain before.
Create a new BlackList entry with the given name and description
Drops a BlackList (entities part of the list will not be deleted from the domain)
Finds the BlackList ID corresponding to the supplied name.
Removes an entity (by ID) from a BlackList (but not from the domain)
Removes a string from a BlackList (but not from the domain)
|
Selects entUniId As%Integer , entity As%String (MAXLEN=32767)
Retrieves a list of all the strings in the specified BlackList
Selects blackListId As%Integer , name As%String (MAXLEN=32767), description As%String (MAXLEN=32767)
Retrieves a list of all the BlackLists 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.
Selects position As%Integer , rewriteFrom As%String (MAXLEN=32767), rewriteTo As%String (MAXLEN=32767)
Returns the contents of a User Dictionary.