%DeepSee.UserLibrary.Link
persistent class %DeepSee.UserLibrary.Link extends %DeepSee.UserLibrary.FolderItem
SQL Table Name: %DeepSee_UserLibrary.Link
This class represents an link item within a DeepSee folder.A link is a wrapper around a URL; when the user selects it, the UserPortal navigates to the URL.
Property Inventory
Method Inventory
Parameters
parameter ICON = deepsee/ds2_globe_44.png;
Inherited description: URL of icon for this item
parameter ITEMTYPE = link;
This is the extension returned by this type from the Finder.
parameter LARGEICON = deepsee/ds2_globe_44.png;
Inherited description: URL of large icon for this item
parameter XMLNAME = link;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag 
when exporting objects and the export context
did not provide an XML container name.
Properties
property href as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
URL for this link.
Property methods: hrefDisplayToLogical(), hrefGet(), hrefGetStored(), hrefIsValid(), hrefLogicalToDisplay(), hrefLogicalToOdbc(), hrefNormalize(), hrefSet()
property parameters as array of %String (MAXLEN = 5000, XMLKEYNAME = "name", XMLNAME = "parameter", XMLPROJECTION = "ELEMENT");
Array of URL parameters to apply to the link.
Property methods: parametersBuildValueArray(), parametersCollectionToDisplay(), parametersCollectionToOdbc(), parametersDisplayToCollection(), parametersDisplayToLogical(), parametersGet(), parametersGetObject(), parametersGetObjectId(), parametersGetStored(), parametersGetSwizzled(), parametersIsValid(), parametersLogicalToDisplay(), parametersLogicalToOdbc(), parametersNormalize(), parametersOdbcToCollection(), parametersSet(), parametersSetObject(), parametersSetObjectId()
Methods
method %GetTypeName() as %String
Return the localized type name for this item.
method %GetURL() as %String
Return the URL for this item.
Inherited Members
Inherited Properties
- ReadOnly
- Timestamp
- bookCover
- category
- createdBy
- description
- documentName
- folder
- folderName
- fullName
- keywords
- lastAccessed
- locked
- name
- owner
- public
- resource
- shared
- timeCreated
- timeModified
- title
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %CheckResource()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Dump()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetCoverSpec()
- %GetDependencies()
- %GetIcon()
- %GetLargeIcon()
- %GetLock()
- %GetParameter()
- %GetResource()
- %GetSwizzleObject()
- %Id()
- %InitExtentData()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAfterImport()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %ParseFullName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- documentNameGet()
- folderNameGet()
- folderNameSet()
- fullNameFromDocumentName()
- fullNameGet()
- fullNameSet()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (%DeepSee.UserLibrary.FolderItem)
| ^DeepSee.FolderItemD(ID) | = | %%CLASSNAME folder name keywords owner shared resource timeCreated timeModified dummy description title locked public createdBy bookCover category lastAccessed | 
Storage Model: Storage (%DeepSee.UserLibrary.Link)
| ^DeepSee.FolderItemD(ID,"Link") | = | href | 
Storage Model: Storage (%DeepSee.UserLibrary.Link)
| ^DeepSee.FolderItemD(ID,"%DeepSee.UserLibrary.Link.parameters",n) | = | parameters(n) |