The ICCProjectVOB interface represents the Rational® ClearCase® UCM project VOB object.
Gets a particular baseline in the project VOB
Read-only property
Property Baseline(Selector As String) As CCBaseline
ICCBaselinePtr GetBaseline(_bstr_t Selector);
Member of: ICCProjectVOB interface
Gets a particular component in the project VOB
Read-only property
Property Component(Selector As String) As CCComponent
ICCComponentPtr GetComponent(_bstr_t Selector);
Member of: ICCProjectVOB interface
Gets the components in the project VOB
Read-only property
Property Components As CCComponents
Gets the default promotion level in the project VOB
Read-only property
Property DefaultPromotionLevel As String
Gets a particular folder in the project VOB
Read-only property
Property Folder(Selector As String) As CCFolder
ICCFolderPtr GetFolder(_bstr_t Selector);
To get all folders in a project VOB, get RootFolder and recursively iterate its SubFolders.
Member of: ICCProjectVOB interface
Gets the number of promotion levels in the project VOB
Read-only property
Property NumberOfPromotionLevels As Long
Gets a particular project in the project VOB
Read-only property
Property Project(Selector As String) As CCProject
ICCProjectPtr GetProject(_bstr_t Selector);
Member of: ICCProjectVOB interface
Gets the projects in the project VOB
Read-only property
Property Projects As CCProjects
ICCProjectsPtr GetProjects();
To get all projects in the project VOB, get RootFolder and recursively iterate its SubFolders, getting the projects in each folder.
Member of: ICCProjectVOB interface
Gets all promotion levels defined in the project VOB
Read-only property
Property PromotionLevelsStringArray As Variant
variant_t GetPromotionLevelsStringArray();
An array of Variants that contains String values which represent the promotion levels defined in the project VOB is returned.
Member of: ICCProjectVOB interface
Gets the root folder in the project VOB
Read-only property
Property RootFolder As CCFolder
Gets a particular stream in the project VOB
Read-only property
Property Stream(Selector As String) As CCStream
ICCStreamPtr GetStream(_bstr_t Selector);
Member of: ICCProjectVOB interface