Skip to main content

%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

Inherited Methods

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)
FeedbackOpens in a new tab