Project: stp

Package com.ibm.rational.wvcm.stp.cc

ClearCase-specific extensions to IBM Rational CM API and WVCM.

See:
          Description

Interface Summary
CcActivity A proxy for a ClearCase UCM activity.
CcAttribute The ClearCase attribute mechanism lets you associate arbitrary name/value pairs with particular ClearCase versions or elements.
CcAttributeType A proxy for a ClearCase attribute type.
CcBaseline A proxy for a ClearCase UCM baseline.
CcBaseline.AddedActivityEx  
CcBaseline.DeletedActivityEx  
CcBaseline.PartiallyAddedActivityEx  
CcBaseline.PartiallyDeletedActivityEx  
CcBranch A proxy for a ClearCase branch.
CcBranchType A proxy for a ClearCase branch type.
CcClearPromptCallback Interface for handling ClearPrompt user interaction requests.
CcComponent A proxy for a ClearCase UCM component.
CcConfigSpec The configuration specification ("config spec") for a ClearCase view.
CcDirectory A proxy for a directory in a ClearCase view.
CcDirectoryElement A proxy for a ClearCase directory element.
CcDirectoryVersion A proxy for a specific version of a version-controlled ClearCase directory.
CcElement A proxy for a ClearCase element.
CcElementType A proxy for a ClearCase element type.
CcFile A proxy for a file, directory, or symbolic link resource in a ClearCase view.
CcFileAreaLockedCallback Interface to permit the GUI to deal gracefully with CopyAreaLockedExceptions.
CcFileAreaLockedCallback.CcFileAreaLockInfo Information about a file area lock.
CcHyperlink A proxy for a ClearCase hyperlink object.
CcHyperlinkType A proxy for a ClearCase hyperlink type.
CcLabelType A proxy for a ClearCase label type.
CcLocation The location of a ClearCase resource.
CcLockInfo Locks can be set on most Clearcase objects.
CcMergeHandlingCallback Interface to let the GUI deal with merge operations on checkin.
CcPermissions Interface which provides a method of distinguishing the aggregated results returned by a CcVobResource.PERMISSIONS property request.
CcPermissions.Permissions Interface for accessing individual permissions (read, write, and execute) supported on ClearCase objects.
CcProject A proxy for a ClearCase UCM project.
CcProjectFolder A proxy for a ClearCase UCM project folder.
CcProvider A ClearCase-specific extension of the javax.wvcm.Provider interface.
CcProvider.CcAuthentication An extension of ProviderFactory.Callback that client call-backs can return to provide a Primary Group or Group List for a ClearCase login
CcRegistryRegion A proxy for a ClearCase registry region.
CcReplica A proxy for a ClearCase VOB replica.
CcResource A proxy for a resource in a ClearCase VOB or view.
CcStream A proxy for a ClearCase UCM stream.
CcSymlink A proxy for a ClearCase symbolic link.
CcTriggerType A proxy for a ClearCase trigger type.
CcTypeBase Base interface for all ClearCase "type" interfaces - branch type, label type, etc.
CcVersion A proxy for a version of a ClearCase element.
CcView A proxy for a ClearCase view.
CcViewAccessInfo A ClearCase view has a set of defined events which record users access to it, including view "created" event, view "last modified" event, view "last accessed" event, view "last private data read" event, view "last private data update" event, and view "last config spec update" event.
CcViewAccessInfo.EventInfo EventInfo provides an interface for retrieving information related to a particular access event for a ClearCase view.
CcViewTag A proxy for a ClearCase view tag - the handle by which a ClearCase view is identified and managed.
CcVob A proxy for a ClearCase versioned object base (VOB) - the repository for all server-side ClearCase resources.
CcVobResource Base interface containing properties and methods common to all VOB-resident ClearCase resources.
CcVobTag A proxy for a ClearCase VOB tag - the handle by which a ClearCase VOB is identified and managed.
CqRecordAutoTransitionCallback Interface to let a CM API application deal with state transitions of ClearQuest records.
 

Enum Summary
CcAttributeType.ValueType Value type of a ClearCase attribute type.
CcBaseline.CompareFlagEx Boolean flags for the doCompareReportEx method.
CcBaseline.LabelingStatus Labeling status of this baseline.
CcClearPromptCallback.MsgType ClearPrompt message type.
CcClearPromptCallback.ProceedOrAbort Possible responses for #promptToProceed method.
CcClearPromptCallback.YesOrNo Possible responses for CcClearPromptCallback.promptForYesOrNo(java.lang.String, com.ibm.rational.wvcm.stp.cc.CcClearPromptCallback.YesOrNo, java.util.List, com.ibm.rational.wvcm.stp.cc.CcClearPromptCallback.MsgType) method.
CcElementType.MergeType Merge type of an element type.
CcFile.ApplyLabelFlag Flags for the doApplyLabel method
CcFile.AttributeOpFlag Flags for the doApplyAttribute and doRemoveAttribute methods
CcFile.CcCheckoutFlag Flags for the doCheckout method.
CcFile.CcVersionControlFlag Flags for the doCcVersionControl method.
CcFile.LoadState Values for file or directory load state
CcFile.RefreshFlag Flags for the doRefresh and doRestore methods.
CcFile.RemoveLabelFlag Flags for the doRemoveLabel method
CcFile.UncheckoutFlag Flags for the doUncheckout method
CcFile.UnhijackFlag Flags for the doUnhijack method
CcMergeHandlingCallback.CheckinMergeHandling Enumeration to specify how to deal with the checkin after a merge.
CcProject.ClearQuestEnabledState A UCM project is "ClearQuest-enabled" if it is bound to a ClearQuest user database and participates in the ClearQuest/UCM integration.
CcTypeBase.InstanceConstraint Instance constraint of a ClearCase type object.
CcTypeBase.Scope Scope of a ClearCase type object.
CcTypeBase.TypeCreateFlag Enum for the doCreateResource method
CcView.SynchronizeFileAreaDbFlag Flags for the doSynchronizeFileAreaDb method
CcView.TextMode Values for view text mode
CcViewTag.ViewType Type of ClearCase view.
CcVobResource.ApplyAttributeFlag Flags for the doApplyAttribute method
 

Exception Summary
CcClearPromptCallback.AbortException Callback methods may throw this exception to indicate that the user wishes to abort the current ClearCase operation - the operation that caused the trigger to fire.
 

Package com.ibm.rational.wvcm.stp.cc Description

ClearCase-specific extensions to IBM Rational CM API and WVCM.

For information about a particular ClearCase interface, refer to the javadoc for that interface.

For more information about using CM API, consult these documents which can be found in the IBM Rational CM API Supplemental Archive:


Generated Wed 20-Apr-2011 11:26 AM

Copyright © IBM 2011. All rights reserved.