Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This abstract class represents an item within a DeepSee folder.
|
|
|
URL of icon for this item
This is the extension returned by this type from the Finder.
URL of large icon for this item
If true, then items of this type (class) are displayed in the user portal table.
NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
Default value of public property for the class.
XMLIGNORENULL allows the programmer to override the default XML handling of empty strings for properties of type %String. By default (XMLIGNORENULL = 0), empty strings in the XML input are stored as $c(0) and $c(0) is written to XML as an empty tag. A missing tag in the XML input is always stored as "" and "" is always output to XML as no tag.If XMLIGNORENULL is set = 1, then both missing tags in the XML and empty strings are input as "", and both "" and $c(0) are output as empty tags (i.e. <tag></tag>).
If XMLIGNORENULL is set = "inputonly", then both missing tags in the XML and empty strings are input as "". Output of "" and $c(0) are for XMLIGNORENULL = 0: $c(0) is output as an empty tag (i.e. <tag></tag>) and "" is output as no tag.
If XMLIGNORENULL = "runtime" (runtime is not case sensitive), then the behavior of XMLIGNORENULL is determined by the format parameter of XMLExport, XMLImport and %XML.Reader.OpenFile. The default behavior for XMLIGNORENULL="runtime is the same as XMLIGNORENULL=0. Adding "ignorenull" to the format argument changes the behavior to that of XMLIGNORENULL=1. "ignorenull" shoud be separated by a comma from literal/encoded part of the format. Example values for format are "", ",ignorenull", "literal,ignorenull" and "encoded,ignorenull". Note that "inputonly" is equivalent to using ,ignorenull for XMLExport and not for %XML.Reader.
|
Specification string for the book cover associated with this folder item.
Category used by the book cover view of this item.
Name of the user that originally created this item.
Optional description for this item.
Name of this item used in document import/export and source control (including folder and type extension plus .DFI).
Folder this item belongs to.
Full name of the folder this item belongs to.
Full name of this item (including folder and type extension).
Csv-list of keywords associated with the item.
Time that this item was last accessed.
If true, then users are not allowed to save modifications to this item without first unlocking it.
Name of this item.
User name of the owner of this item.
If true, this this item is listed in the user portal (if the user has permission to see it).
The resource needed to view or edit this item:
If defined and the current user holds the USE privilege on this resource, then the user may view this item.
If defined and the current user holds the WRITE privilege on this resource, then the user may modify this item.
If true, then anyone with permission can view this item, otherwise only the owner can view this item.
Time that this item was originally created.
Time that this item was last saved.
Option title displayed for this item.
|
Test if the current user has access to this item.
Diagnostic method: display contents of this folder item to the console. This can be extended by subclasses.
Return the book cover spec for this folder item.
Return a list of all other folder items (including cubes or kpis) that this item depends upon. Returns a list of the form:
pList(itemName) = ""
This is extended by subclasses.
Return the icon for this item.
Return the large icon for this item.
Get the resource value for this item. Also return the name of the folder that defines the resource or "" if it originates here.
Return the localized type name for this item.
Return the URL for this item.
Notification that this item has just been imported.
Split the given full name for this item into its parts.
Getter method for document name that can be imported/exported
Getter method for folder name.
Setter method for folder name.
Getter method for full name.
Setter method for full name.
|