The ICCView interface represents the Rational® ClearCase® view object.
Gets and sets whether this dynamic view builds non-shareable derived objects (DOs)
Gets and sets whether the dynamic view is active on the local machine
Gets the host on which the storage area for this view resides
Gets the current activity of this view
Read-only property
Property CurrentActivity As CCActivity
ICCActivityPtr GetCurrentActivity();
Gets and sets the config spec of this view
Read-write property
Property ConfigSpec As String
_bstr_t GetConfigSpec(); void PutConfigSpec(_bstr_t NewConfigSpec);
ConfigSpec returns the config spec with the line terminators that it has stored within it. Config specs generated on machines that run Linux or the UNIX system may not have <CR> characters in them. If you require the <CR> characters for display, use DisplayableConfigSpec. For more information about config spec syntax, see the config_spec reference page.
Gets a displayable form of the config spec for this view
Read-only property
Property DisplayableConfigSpec As String
_bstr_t GetDisplayableConfigSpec();
ConfigSpec returns the config spec with the line terminators that it has stored within it. Config specs generated on machines that run Linux or the UNIX system may not have <CR> characters in them. If you require the <CR> characters for display, use DisplayableConfigSpec.
Gets the host on which the storage area for this view resides
Read-only property
Property Host As String
Gets and sets whether the dynamic view is active on the local machine
Read-write property
Property IsActive As Boolean
VARIANT_BOOLGetIsActive(); void PutIsActive(VARIANT_BOOL NewIsActive);
Gets whether this view is a snapshot view
Read-only property
Property IsSnapShot As Boolean
Gets whether this view is a UCM view
Read-only property
Property IsUCMView As Boolean
Sets the current activity of this view
Method
Sub SetActivity(NewActivity As CCActivity, [ Comment As String = "" ])
HRESULT SetActivity, ICCActivity* NewActivity, _bstr_t Comment);
It is an error to attempt to set a non-Rational ClearQuest activity in a view associated with a CRM-enabled project. For CRM-enabled activities, if a Rational ClearQuest login session has not already been established when SetActivity is called, a prompt for a login is displayed.
Gets the stream to which this view is attached
Read-only property
Property Stream As CCStream