com.microstrategy.web.objects.WebLinkItem |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
clear()
Reset all the property values to their default values, as specified by the parent link
| ||||||||||
abstract WebObjectInfo | getKeyByType(int type) | ||||||||||
abstract SimpleList |
getKeys()
Return a
SimpleList of WebObjectInfo objects that go into defining this object | ||||||||||
abstract WebPropertyGroup |
getPropertySets()
Return The
WebPropertyGroup associated with this link
For new link item, this is a writable copy of WebPropertyGroup in WebLink. | ||||||||||
abstract void |
refresh()
Refresh the values of the properties from the metadata
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Reset all the property values to their default values, as specified by the parent link
type | one of the types for the link that this LinkItem is associated with |
---|
WebObjectInfo
object for the type specifiedIllegalArgumentException | if the type specified is invalid |
---|
Return a SimpleList
of WebObjectInfo
objects that go into defining this object
SimpleList
of WebObjectInfo
objects that go into defining this object
Return The WebPropertyGroup
associated with this link
For new link item, this is a writable copy of WebPropertyGroup in WebLink.
For exsiting link item, its as specified by the metadata, but still writable
WebPropertyGroup
associated with this link
Refresh the values of the properties from the metadata
WebObjectsException | if there is an error while reading from the metadata |
---|