The ICCStream interface represents the Rational® ClearCase® UCM stream object.
Gets the baselines created in this stream for a particular component
Gets the name of the stream to which the stream delivers as the default target
Gets the child streams of an integration stream or a development stream
Gets the foundation baseline in this stream for the specified component
Gets the foundation baselines in this stream for all components
Gets whether or not there are any activities associated with this stream
Gets whether or not this stream is the integration stream for the project
Gets the latest baseline in this stream for the specified component
Gets the recommended baselines of an integration stream or a parent development stream
Writes to the PVOB the collection of policy values for this stream
Gets the activities in this stream
Read-only property
Property Activities As CCActivities
Gets the baselines created in this stream for a particular component
Read-only property
Property Baselines (Component As CCComponent) As CCBaselines
ICCBaselinesPtr GetBaselines(ICCComponent* Component);
Member of: ICCStream interface
Gets the config spec of the stream
Read-only property
Property ConfigSpec As String
Creates an activity in this stream
Method
Function CreateActivity([ Headline As String = "" ], [ Comment As String = "" ], [ Name As String = "" ]) As CCActivity
ICCActivityPtr CreateActivity( _bstr_t Headline, _bstr_t Comment _bstr_t Name);
CAL does not automatically set the activity when you invoke CreateActivity.
If CreateActivity is invoked in a CRM-enabled stream and a Rational ClearQuest login session has not already been established when this method is called, a prompt for a Rational ClearQuest login is displayed. Additionally, for CRM-enabled projects, CreateActivity does not behave like cleartool mkactivity.
Gets the name of the stream to which the stream delivers as the default target
Read-only property
Property DefaultDeliverTarget As CCStream
Gets the child streams of an integration stream or a development stream
Read-only property
Property DevStreams() As CCStreams
Gets the foundation baseline in this stream for the specified component
Read-only property
Property FoundationBaseline(Component As CCComponent) As CCBaseline
ICCBaselinePtr GetFoundationBaseline(ICCComponent* Component);
Member of: ICCStream interface
Gets the foundation baselines in this stream for all components
Read-only property
Property FoundationBaselines As CCBaselines
Gets the collection of policies on the stream
Read-only property
Property getUCMPolicies As CCPolicies
Gets the value of the specified policy on the stream
Read-only property
Property getUCMPolicy As CCPolicy
Gets whether or not there are any activities associated with this stream
Read-only property
Property HasActivities As Boolean
Gets whether or not this stream is the integration stream for the project
Read-only property
Property IsIntegrationStream As Boolean
Gets the latest baseline in this stream for the specified component
Read-only property
Property LatestBaseline(Component As CCComponent) As CCBaseline
ICCBaselinePtr GetLatestBaseline(ICCComponent* Component);
Member of: ICCStream interface
Gets the latest baselines in this stream for all components
Read-only property
Property LatestBaselines As CCBaselines
Gets the containing project for this stream
Read-only property
Property Project As CCProject
Writes to the PVOB the collection of policy values for this stream
Method
Function putUCMPolicies As CCPolicies
ICCPoliciesPtr putUCMpolicies( _bstr_t Policies);
Writes to the PVOB the policy value for this stream
Method
Function putUCMPolicy As CCPolicy
ICCPolicyPtr putUCMpolicy( _bstr_t Policy);
Gets the recommended baselines of an integration stream or a parent development stream
Read-only property
Property RecBaselines() As CCBaselines
Gets the set of views associated with this stream
Read-only property
Property Views([ Owner As String = "" ]) As CCViews
ICCViewsPtr GetViews(_bstr_t Owner);