Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This class contains API method for the DeepSee User Component library.
|
|
|
Add item to favorites list.
Does the current user have "WRITE" access to a folder?
Delete all the items within the given folder.
Delete the folder item with the given full name. pCount returns the number of items actually deleted.
Diagnostic method. Display the contents of a folder item to the console.
Export FolderItem or Folder information to an XML file.
Export the items in the list to a container
Find the folder with the given full name. If pCreate is true, then create the folder if it does not exist.
Check if a there is a folder item with the given name.
Returns 0 if the item does not exist; returns 1 if it exists and is visible to the current user; returns 2 if it exists but is not visible to the current user; returns 3 if the pivot is locked.
Return its id by reference as a convenience.
Return an array of all categories that have been assigned to Folder Items. This list is in the form:
pList(n) = category
Get list of favorite items for user. This takes the form:
pList(name) = time
Return a list of all folder item classes.
pList(n) = $LB(classname,xmlname)
Return an array of all folder items visible to the current user within the given folder. This list is in the form:
pList(n) = id
If pShowAll is true, list items for all users.
If pFolderClass is provided, only list items of the given type.
Return an array of all folders visible to the current user within the given folder. This list is in the form:
pList(n) = name
Get list of recent items for user. This takes the form:
pList(time) = name
If pType is missing, list all types. pType can contain a csv list of types.
Get the related DeepSee items for a dashboard or pivot table. All items related to the target item pItem will be returned in the pRelItems array. Related items are returned indexed by a single "all" node and by type:
pRelItems("all",pItem)=""
pRelItems("type","itemType",pItem)=""
Get the related DeepSee items for a cube/subject area.
Get the related DeepSee items for a dashboard.
Get the related DeepSee items for a pivot table.
Import a folder item definition from an XML file.
If pReplace is true, replace an existing item with the same name.
If pVerbose is true, write status to the console.
If pKill is true, then delete all existing items before import!
If pForceItemName is given, import the item using that name.
If type-extension is not present in pForceItemName supply it automatically
This method may be called to import a container class from an xml file. This will execute the %OnLoad method if it is defined in the container class.
The pReplace parameter is deprecated in this method but remains for compatibility purposes.
Deletes all folders and folder items in the current namespace.
Deletes all user preference info in the current namespace.
Open the folder item with the given full name.
Import a folder item definition from the Contents XData block of the given class.
If pReplace is true, replace an existing item with the same name.
If pVerbose is true, write status to the console.
Make note that the given item was accessed recently.
Remove item from favorites list.
Remove item from recent items list.