There are a variety of Rational® ClearCase® parameters that specify which checked-out versions to find in a particular query. The ICCCheckedOutFileQuery interface provides client code with a mechanism to set one or more of these parameters, and to use the Apply method to return a collection of handles to ICCCheckedOutFile interfaces.
Restricts the collection to checked-out files on branches of the specified type
Includes in the collection checkouts in all replicas of the VOB that contains the specified paths (like cleartool lscheckout -areplicas)
Includes in the collection the specified paths, subject to interpretation as specified by PathSelects
Specifies which checked-out files are selected by the path in a checked-out file query
Restricts the collection to files checked out in the current view
Restricts the collection to files checked out by the specified user
Applies the checked-out file query after its properties are set
Applies the checked-out file query after its properties are set
Method
Function Apply As CCCheckedOutFiles
ICCCheckedOutFilesPtr Apply();
The collection of checked-out files returned for the query.
Restricts the collection to checked-out files on branches of the specified type
Read-write property
Property BranchType As String
_bstr_t GetBranchType(); void PutBranchType(_bstr_t NewBranchType);
Member of: ICCCheckedOutFileQuery interface
Includes in the collection checkouts in all replicas of the VOB that contains the specified paths (like cleartool lscheckout -areplicas)
Read-write property
Property ExamineAllReplicas As Boolean
VARIANT_BOOL GetExamineAllReplicas(); void PutExamineAllReplicas(VARIANT_BOOL NewExamineAllReplicas);
Member of: ICCCheckedOutFileQuery interface
Specifies which checked-out files are selected by the path in a checked-out file query
Read-write property
Property PathArray As Variant
_variant_t GetPathArray(); void PutPathArray(const _variant_t& NewPathArray);
A Variant array of String values that contain the paths.
Specifies which checked-out files are selected by the path in a checked-out file query
Read-write property
Property PathSelects As CCPath_Selection
CCPath_Selection GetPathSelects(); void PutPathSelects(CCPath_Selection NewSelection);
CCPath_Selection values specify how to interpret the path.
Restricts the collection to files checked out in the current view
Read-write property
Property UseCurrentView As Boolean
VARIANT_BOOL GetUseCurrentView(); void PutUseCurrentView(VARIANT_BOOL NewUseCurrentView);
Member of: ICCCheckedOutFileQuery interface
Restricts the collection to files checked out by the specified user
Read-write property
Property User As String
_bstr_t GetUser(); void PutUser(_bstr_t NewUser);
Member of: ICCCheckedOutFileQuery interface