The ICCHyperlink interface represents the Rational® ClearCase® hyperlink object.
In Rational ClearCase, you can attach unidirectional or bidirectional hyperlinks to one or two ICCVOBObject objects. Each end of such a hyperlink can have associated text.
Gets the group to which this hyperlink belongs
Sets the group to which this hyperlink belongs
Gets the master replica for this hyperlink
Sets the master replica for this hyperlink
Gets the owner of this hyperlink
Sets the owner of this hyperlink
Gets the from-object of the hyperlink
Gets the from-text on the from-object of the hyperlink
Gets the string that identifies the hyperlink (type-name@id@vob-selector)
Gets the to-object of the hyperlink
Gets the to-text on the to-object of the hyperlink
Gets the hyperlink type of this hyperlink
Gets whether or not the hyperlink object can be navigated only in one direction (from-object -> to-object)
Gets the VOB that contains this hyperlink
Remove the hyperlink from the objects to which it is attached
Gets the from-object of the hyperlink
Read-only property
Property FromObject As CCVOBObject
Gets the from-text on the from-object of the hyperlink
Read-only property
Property FromText As String
Gets the group to which this hyperlink belongs
Read-only property
Property Group As String
_bstr_t GetGroup();
Gets the string that identifies the hyperlink (type-name@id@vob-selector)
Read-only property
Property IDString As String
Gets the master replica for this hyperlink
Read-only property
Property Master As String
_bstr_t GetMaster();
Gets the owner of this hyperlink
Read-only property
Property Owner As String
_bstr_t GetOwner();
Remove the hyperlink from the objects to which it is attached
Method
Sub Remove([ Comment As String = "" ])
HRESULT Remove(_bstr_t Comment);
Member of: ICCHyperlink interface
Sets the group to which this hyperlink belongs
Method
Sub SetGroup(NewGroup As String, [ Comment As String = "" ])
HRESULT SetGroup(
_bstr_t NewGroup,
_bstr_t Comment);
Sets the master replica for this hyperlink
Method
Sub SetMaster(Replica As String, [ Comment As String = "" ])
HRESULT SetMaster(
_bstr_t Replica,
_bstr_t Comment);
Sets the owner of this hyperlink
Method
Sub SetOwner(NewOwner As String, [ Comment As String = "" ])
HRESULT SetOwner(
_bstr_t NewOwner,
_bstr_t Comment);
Gets the to-object of the hyperlink
Read-only property
Property ToObject As CCVOBObject
Gets the to-text on the to-object of the hyperlink
Read-only property
Property ToText As String
Gets the hyperlink type of this hyperlink
Read-only property
Property Type As CCHyperlinkType
ICCHyperlinkTypePtr GetType();
The local copy of the global type, not a handle to the global type.
Member of: ICCHyperlink interface
Gets whether or not the hyperlink object can be navigated only in one direction (from-object -> to-object)
Read-only property
Property Unidirectional As Boolean