Project: stp
A B C D E F G H I J K L M N O P Q R S T U V W

A

abortRequested(boolean) - Method in class javax.wvcm.DetailedFeedback
 
abortRequested(boolean) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
ACCESS_RIGHTS - Static variable in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
The effective access rights granted the current user to this resource
ACCESSIBLE_DATABASES - Static variable in interface CqDbSet
A list of the user databases to which the current user has access.
ACTION - Static variable in interface CqAttachment
The action under which this attachment's record is being modified; null if the record is not being modified.
ACTION - Static variable in interface CqRecord
The action under which this record is being modified; null if the record is not being modified.
ACTION_LIST - Static variable in interface CqRecordType
All of the actions defined on this record type.
ACTION_TYPE - Static variable in interface CqRecord
The type of the action under which this record is being modified, Type.NIL if the record is not being modified
ACTIVITIES - Static variable in class javax.wvcm.Baseline.CompareFlag
Indicates that the comparison should include information about activities whose Activity.ACTIVITY_VERSION_LIST contain versions that are an ancestor of an old version or an ancestor of a new version, but not both.
Activity - Interface in javax.wvcm
A proxy for an activity resource.
ACTIVITY - Static variable in interface javax.wvcm.ControllableResource
If the controllable resource is checked-out, this identifies the activity that will become the Version.ACTIVITY of the version created when the controllable resource is checked in; otherwise, this is null.
ACTIVITY - Static variable in interface javax.wvcm.Version
The Activity object that identify the activity to which this version contributes.
activity(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct an activity proxy for the given location.
ACTIVITY_CHECKOUT_LIST - Static variable in interface javax.wvcm.Activity
The computed inverse of the ControllableResource.ACTIVITY property.
ACTIVITY_FOLDER_LIST - Static variable in interface javax.wvcm.Workspace
This property identifies a list of folders that can contain activities for this workspace.
ACTIVITY_LIST - Static variable in interface CcStream
List of all activities in the UCM stream.
ACTIVITY_LIST - Static variable in interface javax.wvcm.Task
The activities that are performing this task.
ACTIVITY_VERSION_LIST - Static variable in interface javax.wvcm.Activity
The computed inverse of the Version.ACTIVITY property.
add(CqUserDb.SearchKey<List<U>>, U) - Method in interface CqUserDb.SearchFilter
Extends the target value list associated with a SearchKey by a single item.
add(S) - Method in class com.ibm.rational.wvcm.stp.StpProperty.List
 
addTarget(CqQuery.FilterLeaf.TargetType, Object) - Method in interface CqQuery.FilterLeaf
Add the type and value for an additional target of the comparison.
AGGREGATED_CHECKOUT_LIST - Static variable in interface CcDirectory
A list of all checkouts in the tree below this directory.
AGGREGATED_HIJACK_LIST - Static variable in interface CcDirectory
A list of all hijacks in the tree below this directory.
ALL_CHARTS - Static variable in interface CqUserDb
All chart queries defined in this database and accessible to the current user.
ALL_CUSTOM_PROPERTIES - Static variable in interface javax.wvcm.Resource
A generic PropertyName that selects all custom properties (i.e., properties with a non-null namespace) that are defined on the resource.
ALL_DATABASES - Static variable in interface CqGroup
Returns the databases to which this group may subscribe, including databases to which it is already described.
ALL_DUPLICATES - Static variable in interface CqRecord
All of the duplicates of this record, including duplicates of duplicates, etc.
ALL_FIELD_VALUES - Static variable in interface CqRecord
A list of CqFieldValue objects corresponding to all of the fields of this record.
ALL_GROUPS - Static variable in interface CqDb
A list of all groups known to this database.
ALL_NAMED_VALUES - Static variable in interface CqUserDb
A list of all the name/value properties defined for this database session.
ALL_PROPERTIES - Static variable in interface com.ibm.rational.wvcm.stp.StpResource
A list of all the properties that are defined on this resource.
ALL_QUERIES - Static variable in interface CqUserDb
All queries (no charts or reports) defined in this database and accessible to the current user.
ALL_REPORTS - Static variable in interface CqUserDb
All report queries defined in this database and accessible to the current user.
ALL_USERS - Static variable in interface CqDb
A list of all users known to this database.
allowsRead() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
 
allowsWrite() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
 
APPLIED_ACCESS_CONTROL_ENTRIES - Static variable in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
A list of the access control entries applied directly to this resource.
ARE_PERMISSIONS_VALID - Static variable in interface CcView
Are this view's permissions valid?
argumentMap() - Method in interface CqAction
Returns the Map containing the argument name/value pairs for by this Action.
argumentMap(Map<String, Object>) - Method in interface CqAction
Sets any arguments needed when applying this action to an actionable resource.
ATTACHMENT_FOLDERS - Static variable in interface CqRecord
The CqAttachmentFolder resources that correspond to the fields of this record that have or may have attachments.
ATTACHMENT_LIST - Static variable in interface CqAttachmentFolder
The members of this folder.
ATTRIBUTE_LIST - Static variable in interface CcVobResource
List of attributes attached to this resource.
ATTRIBUTE_TYPE_LIST - Static variable in interface CcVob
List of attribute types in this VOB.
AUTHENTICATION_ALGORITHM - Static variable in interface CqDbSet
Indicates whether the current authentication algorithm is ClearQuest first (then LDAP) or ClearQuest only (no LDAP).
AUTHENTICATION_LOGIN_NAME - Static variable in interface CqDb
Returns the string that the current user enters as the login name when authenticating.
AUTHENTICATION_MODE - Static variable in interface CqUser
Whether this user is authenticated via an LDAP login or via ClearQuest login-name and password.
AUTHENTICATION_REALM - Static variable in interface com.ibm.rational.wvcm.stp.StpResource
The authentication realm in which this resource resides.
AUTHENTICATOR - Static variable in interface CqUser
An encrypted version of the value placed in the AUTHENTICATOR property of this CqUser resource.
AUTO - Static variable in interface CqProvider
A distinguished instance of List for use in the various CqContextResource operations that take a delivery order parameter.
AUTO_MERGE_LIST - Static variable in interface javax.wvcm.ControllableResource
A list of Version objects that identify each version whose controlled state has been merged by the server into this checked-out ControllableResource.

B

Baseline - Interface in javax.wvcm
A proxy for a baseline resource.
baseline(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a baseline proxy for the given location.
Baseline.AddedActivity - Interface in javax.wvcm
An activity whose versions were added by the new set of versions.
Baseline.AddedVersion - Interface in javax.wvcm
A version from a given version history that is in the new set of versions but no version from the version history of that version is in the old set.
Baseline.ChangedActivity - Interface in javax.wvcm
An activity whose versions were both added and removed by the new set of versions.
Baseline.ChangedVersion - Interface in javax.wvcm
A version from a given version history that is in the old set of versions where a different version from that version history is in the new set of versions.
Baseline.CompareFlag - Class in javax.wvcm
Boolean flags for the doCompareReport method
Baseline.CompareReport - Interface in javax.wvcm
A description of the difference between two sets of versions.
Baseline.DeletedActivity - Interface in javax.wvcm
An activity whose versions were deleted by the new baseline.
Baseline.DeletedVersion - Interface in javax.wvcm
A version from a given version history that is in the old set of versions but no version from that version history is in the new set of versions.
Baseline.PartiallyAddedActivity - Interface in javax.wvcm
An activity some of whose versions were added by the new set of versions.
Baseline.PartiallyDeletedActivity - Interface in javax.wvcm
An activity some of whose versions were deleted by the new set of versions.
BASELINE_CONTROLLED_FOLDER_LIST - Static variable in interface javax.wvcm.Workspace
The list of root folders of configurations in this workspace.
BASELINE_LIST - Static variable in interface CcStream
This stream's baselines.
BASELINE_NAMING_TEMPLATE - Static variable in interface CcProject
Defines the baseline name template for a project.
BOUND_CC_ACTIVITY - Static variable in interface com.ibm.rational.wvcm.stp.StpActivity
The ClearCase activity to which this StpActivity is bound.
BOUND_CQ_RECORD - Static variable in interface com.ibm.rational.wvcm.stp.StpActivity
The ClearQuest record to which this UCM activity is bound.
BRANCH - Static variable in interface CcVersion
This version's branch.
BRANCH_TYPE_LIST - Static variable in interface CcVob
List of branch types in this VOB.
breakFileAreaLock(CcFileAreaLockedCallback.CcFileAreaLockInfo) - Method in interface CcView
Break a file area lock on this view with the given lock info.
build(String, String) - Static method in class com.ibm.rational.wvcm.stp.StpProperty.MetaPropertyName
Parameterized method for constructing MetaPropertyNamebuildAccessControlEntry(StpPrincipal, StpAccessControlEntry.AccessRight...) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Construct an StpAccessControlEntry value
buildDisplayField(CqFieldDefinition...) - Method in interface CqProvider
Constructs a visible DisplayField object for defining Query display fields
buildDisplayField(CqFieldDefinition[], boolean) - Method in interface CqProvider
Constructs a new DisplayField object for this Query proxy
buildFilterLeaf(CqFieldDefinition[], CqQuery.Filter.Operation, Object...) - Method in interface CqProvider
Constructs a new CqQuery.FilterLeaf object to be used in the creation or modification of a query's filtering expression.
buildFilterNode(CqQuery.Filter.Operation, CqQuery.Filter...) - Method in interface CqProvider
Constructs a new CqQuery.FilterNode object for the purpose of creating or modifying the filtering expression of a query.
buildFilterNode(CqQuery.Filter.Operation, CqQuery.FilterLeaf...) - Method in interface CqProvider
Constructs a new CqQuery.FilterNode object for the purpose of creating or modifying the filtering expression of a query.
buildFilterNode(CqQuery.Filter.Operation, CqQuery.FilterNode...) - Method in interface CqProvider
Constructs a new CqQuery.FilterNode object for the purpose of creating or modifying the filtering expression of a query.
buildProxy(StpLocation, String, String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs a new proxy of a given type for a resource at a specified location, defining its Resource.RESOURCE_IDENTIFIER property value if known.
buildProxy(Class<T>, String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs a proxy implementing a given Resource interface class, using a String representation of the location.
buildProxy(Class<T>, Location) - Method in interface javax.wvcm.Provider
Construct a proxy of class T for the given location.
buildSearchFilter(String) - Method in interface CqUserDb
Constructs a SearchFilter instance with an initial simple specification string.
byTag(Object) - Static method in enum CcTypeBase.InstanceConstraint
Returns the InstanceConstraint enumerator defined by the given Object

C

CALCULATES_CHOICE_LIST_EACH_ACCESS - Static variable in interface CqFieldDefinition
Indicates that the content of the choice list for this field is liable to be recalculated each time it is accessed.
callback() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns the callback object passed to the ProviderFactory during the instantiation or initialization of this provider.
callback() - Method in interface javax.wvcm.Provider
Return the initialization arguments for this provider.
CAN_BE_SECURITY_CONTEXT - Static variable in interface CqFieldDefinition
Whether or not this field can be a security context field
CAN_BE_SECURITY_CONTEXT - Static variable in interface CqRecordType
Answers whether or not records of this type can be security contexts.
CAN_CHANGE_ACCESS_RIGHTS - Static variable in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
A Boolean indicating whether or not the session user is allowed to change the access rights on this resource.
CAN_UPDATE_OR_DELETE - Static variable in interface CqQueryFolderItem
Indicates whether or not this query folder item can be updated and/or deleted by the user.
CC_MASTER_REPLICA - Static variable in interface CcVobResource
Replica which has mastery of this resource.
CC_ONLY_PROVIDER_CLASS - Static variable in interface CcProvider
The name of a CcProvider class whose instances provide only support for ClearCase via a server.
CcActivity - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase UCM activity.
ccActivity(StpLocation) - Method in interface CcProvider
Create a proxy for a ClearCase UCM activity.
CcAttribute - Interface in com.ibm.rational.wvcm.stp.cc
The ClearCase attribute mechanism lets you associate arbitrary name/value pairs with particular ClearCase versions or elements.
CcAttributeType - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase attribute type.
ccAttributeType(StpLocation) - Method in interface CcProvider
Construct a attribute type proxy for the given location.
CcAttributeType.ValueType - Enum in com.ibm.rational.wvcm.stp.cc
Value type of a ClearCase attribute type.
CcBaseline - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase UCM baseline.
ccBaseline(StpLocation) - Method in interface CcProvider
Create a proxy for a ClearCase UCM baseline.
CcBaseline.AddedActivityEx - Interface in com.ibm.rational.wvcm.stp.cc
 
CcBaseline.CompareFlagEx - Enum in com.ibm.rational.wvcm.stp.cc
Boolean flags for the doCompareReportEx method.
CcBaseline.DeletedActivityEx - Interface in com.ibm.rational.wvcm.stp.cc
 
CcBaseline.LabelingStatus - Enum in com.ibm.rational.wvcm.stp.cc
Labeling status of this baseline.
CcBaseline.PartiallyAddedActivityEx - Interface in com.ibm.rational.wvcm.stp.cc
 
CcBaseline.PartiallyDeletedActivityEx - Interface in com.ibm.rational.wvcm.stp.cc
 
CcBranch - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase branch.
ccBranch(StpLocation) - Method in interface CcProvider
Create a proxy for a ClearCase branch.
CcBranchType - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase branch type.
ccBranchType(StpLocation) - Method in interface CcProvider
Construct a branch type proxy for the given location.
CcClearPromptCallback - Interface in com.ibm.rational.wvcm.stp.cc
Interface for handling ClearPrompt user interaction requests.
CcClearPromptCallback.AbortException - Exception in com.ibm.rational.wvcm.stp.cc
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.
CcClearPromptCallback.AbortException() - Constructor for exception CcClearPromptCallback.AbortException
 
CcClearPromptCallback.MsgType - Enum in com.ibm.rational.wvcm.stp.cc
ClearPrompt message type.
CcClearPromptCallback.ProceedOrAbort - Enum in com.ibm.rational.wvcm.stp.cc
Possible responses for #promptToProceed method.
CcClearPromptCallback.YesOrNo - Enum in com.ibm.rational.wvcm.stp.cc
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.
CcComponent - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase UCM component.
ccComponent(StpLocation) - Method in interface CcProvider
Create a proxy for a ClearCase UCM component.
CcConfigSpec - Interface in com.ibm.rational.wvcm.stp.cc
The configuration specification ("config spec") for a ClearCase view.
CcDirectory - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a directory in a ClearCase view.
ccDirectory(StpLocation) - Method in interface CcProvider
Construct a proxy for the CcDirectory (directory in a ClearCase view) specified by the given location.
CcDirectoryElement - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase directory element.
CcDirectoryVersion - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a specific version of a version-controlled ClearCase directory.
ccDirectoryVersion(StpLocation) - Method in interface CcProvider
Construct a directory version proxy for the given location.
CcElement - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase element.
ccElement(StpLocation) - Method in interface CcProvider
Construct a element proxy for the given location.
CcElementType - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase element type.
ccElementType(StpLocation) - Method in interface CcProvider
Construct a element type proxy for the given location.
CcElementType.MergeType - Enum in com.ibm.rational.wvcm.stp.cc
Merge type of an element type.
CcFile - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a file, directory, or symbolic link resource in a ClearCase view.
ccFile(StpLocation) - Method in interface CcProvider
Construct a proxy for the CcFile (file in a ClearCase view) specified by the given location.
CcFile.ApplyLabelFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doApplyLabel method
CcFile.AttributeOpFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doApplyAttribute and doRemoveAttribute methods
CcFile.CcCheckoutFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doCheckout method.
CcFile.CcVersionControlFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doCcVersionControl method.
CcFile.LoadState - Enum in com.ibm.rational.wvcm.stp.cc
Values for file or directory load state
CcFile.RefreshFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doRefresh and doRestore methods.
CcFile.RemoveLabelFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doRemoveLabel method
CcFile.UncheckoutFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doUncheckout method
CcFile.UnhijackFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doUnhijack method
CcFileAreaLockedCallback - Interface in com.ibm.rational.wvcm.stp.cc
Interface to permit the GUI to deal gracefully with CopyAreaLockedExceptions.
CcFileAreaLockedCallback.CcFileAreaLockInfo - Interface in com.ibm.rational.wvcm.stp.cc
Information about a file area lock.
CcHyperlink - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase hyperlink object.
CcHyperlinkType - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase hyperlink type.
ccHyperlinkType(StpLocation) - Method in interface CcProvider
Construct a hyperlink type proxy for the given location.
CcLabelType - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase label type.
ccLabelType(StpLocation) - Method in interface CcProvider
Construct a label type proxy for the given location.
CcLocation - Interface in com.ibm.rational.wvcm.stp.cc
The location of a ClearCase resource.
CcLockInfo - Interface in com.ibm.rational.wvcm.stp.cc
Locks can be set on most Clearcase objects.
CcLockInfo() - Method in interface CcProvider
Construct an empty CcLockInfo object for using as a property to set on a CcVobResource.
CcMergeHandlingCallback - Interface in com.ibm.rational.wvcm.stp.cc
Interface to let the GUI deal with merge operations on checkin.
CcMergeHandlingCallback.CheckinMergeHandling - Enum in com.ibm.rational.wvcm.stp.cc
Enumeration to specify how to deal with the checkin after a merge.
CcPermissions - Interface in com.ibm.rational.wvcm.stp.cc
Interface which provides a method of distinguishing the aggregated results returned by a CcVobResource.PERMISSIONS property request.
CcPermissions.Permissions - Interface in com.ibm.rational.wvcm.stp.cc
Interface for accessing individual permissions (read, write, and execute) supported on ClearCase objects.
CcProject - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase UCM project.
ccProject(StpLocation) - Method in interface CcProvider
Create a proxy for a ClearCase UCM project.
CcProject.ClearQuestEnabledState - Enum in com.ibm.rational.wvcm.stp.cc
A UCM project is "ClearQuest-enabled" if it is bound to a ClearQuest user database and participates in the ClearQuest/UCM integration.
CcProjectFolder - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase UCM project folder.
ccProjectFolder(StpLocation) - Method in interface CcProvider
Create a proxy for a ClearCase UCM project folder.
CcProvider - Interface in com.ibm.rational.wvcm.stp.cc
A ClearCase-specific extension of the javax.wvcm.Provider interface.
ccProvider() - Method in interface CcResource
Fetches an instance of a ClearCase provider which can be used for or instantiating proxies for various ClearCase-specific resources.
ccProvider() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
 
CcProvider.CcAuthentication - Interface in com.ibm.rational.wvcm.stp.cc
An extension of ProviderFactory.Callback that client call-backs can return to provide a Primary Group or Group List for a ClearCase login
ccRegistryRegion(StpLocation) - Method in interface CcProvider
Construct a registry region proxy for the given location.
CcRegistryRegion - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase registry region.
ccReplica(StpLocation) - Method in interface CcProvider
Construct a replica proxy for the given location.
CcReplica - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase VOB replica.
CcResource - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a resource in a ClearCase VOB or view.
ccStream(StpLocation) - Method in interface CcProvider
Create a proxy for a ClearCase UCM stream.
CcStream - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase UCM stream.
ccSymlink(StpLocation) - Method in interface CcProvider
Construct a symbolic link proxy for the given location.
CcSymlink - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase symbolic link.
ccTriggerType(StpLocation) - Method in interface CcProvider
Construct a trigger type proxy for the given location.
CcTriggerType - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase trigger type.
CcTypeBase - Interface in com.ibm.rational.wvcm.stp.cc
Base interface for all ClearCase "type" interfaces - branch type, label type, etc.
CcTypeBase.InstanceConstraint - Enum in com.ibm.rational.wvcm.stp.cc
Instance constraint of a ClearCase type object.
CcTypeBase.Scope - Enum in com.ibm.rational.wvcm.stp.cc
Scope of a ClearCase type object.
CcTypeBase.TypeCreateFlag - Enum in com.ibm.rational.wvcm.stp.cc
Enum for the doCreateResource method
ccVersion(StpLocation) - Method in interface CcProvider
Construct a version proxy for the given location.
CcVersion - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a version of a ClearCase element.
ccView(StpLocation) - Method in interface CcProvider
Construct a view proxy for the given location.
CcView - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase view.
CcView.SynchronizeFileAreaDbFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doSynchronizeFileAreaDb method
CcView.TextMode - Enum in com.ibm.rational.wvcm.stp.cc
Values for view text mode
CcViewAccessInfo - Interface in com.ibm.rational.wvcm.stp.cc
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 - Interface in com.ibm.rational.wvcm.stp.cc
EventInfo provides an interface for retrieving information related to a particular access event for a ClearCase view.
ccViewTag(StpLocation) - Method in interface CcProvider
Construct a view tag proxy for the given location.
CcViewTag - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase view tag - the handle by which a ClearCase view is identified and managed.
CcViewTag.ViewType - Enum in com.ibm.rational.wvcm.stp.cc
Type of ClearCase view.
ccVob(StpLocation) - Method in interface CcProvider
Construct a VOB proxy for the given location.
CcVob - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase versioned object base (VOB) - the repository for all server-side ClearCase resources.
CcVobResource - Interface in com.ibm.rational.wvcm.stp.cc
Base interface containing properties and methods common to all VOB-resident ClearCase resources.
CcVobResource.ApplyAttributeFlag - Enum in com.ibm.rational.wvcm.stp.cc
Flags for the doApplyAttribute method
ccVobTag(StpLocation) - Method in interface CcProvider
Construct a VOB tag proxy for the given location.
CcVobTag - Interface in com.ibm.rational.wvcm.stp.cc
A proxy for a ClearCase VOB tag - the handle by which a ClearCase VOB is identified and managed.
characterImage(int) - Method in interface CqFieldValue
Returns the character image of the i-th element of an aggregated value.
characterImage() - Method in interface CqFieldValue
Returns the character image of the (first) field value.
CHECK_TIMEOUT_INTERVAL - Static variable in interface CqUserDb
The interval at which to check for user timeouts.
CHECKED_IN - Static variable in interface javax.wvcm.ControllableResource
The checked-in Version of this version-controlled resource.
CHECKED_OUT - Static variable in interface javax.wvcm.ControllableResource
The checked-out version of a version-controlled resource.
CHECKIN_FORK - Static variable in interface javax.wvcm.Version
An enumeration that determines whether this Version can be given more than one successor.
CHECKIN_IDENTICAL - Static variable in class javax.wvcm.ControllableResource.CheckinFlag
Indicates whether a checkin will be performed if the persistent state of the new version would be identical to that of the previous version.
CHECKOUT_FORK - Static variable in interface javax.wvcm.Version
An enumeration that determines whether a version-controlled resource selecting this Version can be checked out when it already has a successor version.
CHECKOUT_LIST - Static variable in interface javax.wvcm.Version
A list of all controllable resources that are checked out from this version.
child(String) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns an StpLocation whose name field is the name field of this StpLocation extended by the given child segment.
child(String) - Method in interface javax.wvcm.Location
Return the location of the bound member with the specified bindingName in the folder at this Location.
CHILD_LIST - Static variable in interface javax.wvcm.Folder
The list of resources bound to this folder as immediate children.
CHILD_MAP - Static variable in interface javax.wvcm.Folder
The map of (name, resource) pairs identifying the resources bound to this folder as immediate children and the names by which they are known in this folder.
CHOICE_LIST - Static variable in interface CqFieldDefinition
A list of possible values for fields of this type.
CHOICE_LIST - Static variable in interface CqFieldValue
The current list of possible values for this field.
clear() - Method in interface CqUserDb.SearchFilter
Removes all SearchKey entries from this SearchFilter
CLEARQUEST_ENABLED_STATE - Static variable in interface CcProject
Is this a ClearQuest-enabled UCM project?
CLEARQUEST_USER_DB - Static variable in interface CcProject
The ClearQuest user database this CQ-enabled UCM project is associated with.
CLIENT_PATH - Static variable in interface CcFile
For client resources, identifies the file system path to the local file representing this controllable resource.
clientResourceFile() - Method in interface CcFile
Returns a File representing the location of this client-side Resource in the local file system, else null if this Resource is a server-side resource only.
columnNumber(String) - Method in interface CqQuery
Returns the position/column number of the display field having the given label.
com.ibm.rational.wvcm.stp - package com.ibm.rational.wvcm.stp
Extensions to the generic interfaces and infrastructure of the Workspace Versioning and Configuration Management (WVCM) API used in all domains.
com.ibm.rational.wvcm.stp.cc - package com.ibm.rational.wvcm.stp.cc
ClearCase-specific extensions to IBM Rational CM API and WVCM.
com.ibm.rational.wvcm.stp.cq - package com.ibm.rational.wvcm.stp.cq
Extensions to the Workspace Versioning and Configuration Management (WVCM) API providing access to ClearQuest repositories.
COMMENT - Static variable in interface javax.wvcm.Resource
A brief comment about a resource that is suitable for presentation to a user.
COMPONENT - Static variable in interface CcBaseline
The UCM component for which this is a baseline.
Component - Interface in javax.wvcm
A proxy for a component resource.
component(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a component proxy for the given location.
COMPONENT_LIST - Static variable in interface CcVob
List of UCM components in this project VOB.
CONFIG_SPEC - Static variable in interface CcView
This view's config spec.
Configuration - Interface in javax.wvcm
A proxy for a configuration resource.
CONFIGURATION - Static variable in interface javax.wvcm.ControllableResource
The configuration to which this resource belongs.
configuration(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a configuration proxy for the given location.
CONFIGURATION_ROOT_FOLDER_HOME - Static variable in interface javax.wvcm.Workspace
This property identifies a folder in the workspace that can contain bound members that are baseline-controlled folders.
CONNECT_OPTIONS - Static variable in interface CqUserDb
The connection options for the physical database.
CONTENT_CHARACTER_SET - Static variable in interface javax.wvcm.Resource
The name of the character set of the resource content.
CONTENT_IDENTIFIER - Static variable in interface javax.wvcm.Resource
An implementation-defined String identifying the value of the content of a resource.
CONTENT_LANGUAGE - Static variable in interface javax.wvcm.Resource
The name of the natural language used in a resource content, represented by a Locale object, with country, language, and variant if appropriate.
CONTENT_LENGTH - Static variable in interface javax.wvcm.Resource
The size in bytes of the content of a resource.
CONTENT_TYPE - Static variable in interface javax.wvcm.Resource
A MIME type string (see RFC 1590) indicating the media type of the resource content.
CONTEXT_IS_EMPTY - Static variable in interface CqUserDb
Answers whether or not there are modified or moribund resources still in the change context associated with this user database.
CONTROLLABLE_RESOURCE_HOME - Static variable in interface javax.wvcm.Workspace
This property identifies a folder in the workspace that can contain bound members that are not folders.
ControllableFolder - Interface in javax.wvcm
A proxy for a controllable folder resource.
controllableFolder(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a controllable folder proxy for the given location.
ControllableResource - Interface in javax.wvcm
A proxy for a controllable resource.
controllableResource(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a controllable resource proxy for the given location.
ControllableResource.CheckinFlag - Class in javax.wvcm
Boolean flags for the doCheckin method
ControllableResource.CheckoutFlag - Class in javax.wvcm
Boolean flags for the doCheckout method
ControllableSymbolicLink - Interface in javax.wvcm
A proxy for a symbolic link resource.
controllableSymbolicLink(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a controllable symbolic link proxy for the given location.
COUNT_ROWS - Static variable in interface CqQuery
An instance of ListOptions that enables the row count option for a query execution.
CQ_MASTER_REPLICA - Static variable in interface CqGroup
The replica that masters this group
CQ_MASTER_REPLICA - Static variable in interface CqQueryFolderItem
The replica that masters this resource.
CQ_MASTER_REPLICA - Static variable in interface CqRecord
The replica that has mastership of this record.
CQ_MASTER_REPLICA - Static variable in interface CqUser
The replica that masters this user
CQ_ONLY_PROVIDER_CLASS - Static variable in interface CqProvider
The name of a CqProvider class whose instances provide access only to ClearQuest objects via a local installation of ClearQuest.
CQ_UCM_INTEGRATION_STATE - Static variable in interface com.ibm.rational.wvcm.stp.StpActivity
This activity's CQ-UCM integration state
CqAction - Interface in com.ibm.rational.wvcm.stp.cq
An object that represents a method to be applied to an CqRecord.
cqAction(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest action resource.
CqAction.Type - Enum in com.ibm.rational.wvcm.stp.cq
The type of an action, which places certain restrictions on its use.
CqAttachment - Interface in com.ibm.rational.wvcm.stp.cq
A proxy for an attachment resource.
cqAttachment(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest attachment resource.
CqAttachmentFolder - Interface in com.ibm.rational.wvcm.stp.cq
A folder that contains the attachments associated with an attachment field of a record and, hence, the value of such a record field.
cqAttachmentFolder(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest attachment folder resource.
CqContextResource - Interface in com.ibm.rational.wvcm.stp.cq
A CqContextResource is a ClearQuest user database resource that may be temporarily held in a change context while it is being modified and before those modifications are committed to the database.
CqDb - Interface in com.ibm.rational.wvcm.stp.cq
An interface for accessing administrative information regarding a login to a ClearQuest database; common to both db-sets and user databases.
CqDbSet - Interface in com.ibm.rational.wvcm.stp.cq
A collection of user database resources.
cqDbSet(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest database set resource.
CqDbSet.AuthenticationAlgorithm - Enum in com.ibm.rational.wvcm.stp.cq
AuthenticationAlgorithm constants specify which authentication search strategy is selected when a Rational ClearQuest user logs on.
CqDynamicChoiceList - Interface in com.ibm.rational.wvcm.stp.cq
A proxy for a ClearQuest dynamic choice list
cqDynamicChoiceList(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest dynamic choice list resource.
CqFieldDefinition - Interface in com.ibm.rational.wvcm.stp.cq
A client proxy for a field definition metadata object.
cqFieldDefinition(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest field definition resource.
CqFieldDefinition.Requiredness - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration of the possible restrictions on assigning a value to a field.
CqFieldValue<T> - Interface in com.ibm.rational.wvcm.stp.cq
The representation for the value of a record field as an extended StpProperty object.
cqFieldValue(PropertyNameList.PropertyName<U>, CqFieldValue.ValueType) - Method in interface CqProvider
Create a new CqFieldValue structure for a field of a given name and type.
CqFieldValue.ValidationStatus - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration indicating the validity of a field value.
CqFieldValue.ValueStatus - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration indicating whether or not a field has a value.
CqFieldValue.ValueType - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration of the possible types of values that can be stored in a record field.
CqGroup - Interface in com.ibm.rational.wvcm.stp.cq
Interface for ClearQuest group resources.
cqGroup(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest group resource.
CqHistoryFieldValue - Interface in com.ibm.rational.wvcm.stp.cq
An extension of the CqFieldValue StpProperty interface representing the value of a ClearQuest record history field.
CqHit - Interface in com.ibm.rational.wvcm.stp.cq
Information about one record matching by a full-text search query.
CqHitSet - Interface in com.ibm.rational.wvcm.stp.cq
The interface to the results of a CqUserDb.doFullTextSearch invocation.
CqHook - Interface in com.ibm.rational.wvcm.stp.cq
A schema-defined script to be executed during the application of an Action to an actionable resource.
cqHook(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest hook resource.
CqProvider - Interface in com.ibm.rational.wvcm.stp.cq
An extension of the StpProvider interface with additions specific to ClearQuest databases.
cqProvider() - Method in interface CqResource
 
cqProvider() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
 
CqProvider.CqProductInfo - Interface in com.ibm.rational.wvcm.stp.cq
An extension of the StpProvider.StpProductInfo interface specifying the additional information available from a ClearQuest repository.
cqQuery(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest query resource.
CqQuery - Interface in com.ibm.rational.wvcm.stp.cq
A proxy interface for ClearQuest query and chart resources.
CqQuery.ChartOptions - Interface in com.ibm.rational.wvcm.stp.cq
An extension of the CommonOptions interface specifying an additional set of parameters applying only to the generation of charts.
CqQuery.ChartOptions.ImageFormat - Enum in com.ibm.rational.wvcm.stp.cq
The possible chart image formats
CqQuery.ChartOptionsClass - Class in com.ibm.rational.wvcm.stp.cq
Instances of this class provide the default values for each attribute specified by the ChartOptions interface, which is the same behavior exhibited when using null for a ChartOptions object.
CqQuery.ChartOptionsClass() - Constructor for class CqQuery.ChartOptionsClass
 
CqQuery.CommonOptions - Interface in com.ibm.rational.wvcm.stp.cq
An interface specifying a set of optional parameters that may be passed to CqQuery.doExecute, CqQuery.doMakeChart, CqRecordType.doQuery, or CqReport.doMakeReport to control the execution of queries and the generation of charts and reports.
CqQuery.DisplayField - Interface in com.ibm.rational.wvcm.stp.cq
The description of a column of the result set generated by a query.
CqQuery.DisplayField.Aggregation - Enum in com.ibm.rational.wvcm.stp.cq
Supported display field aggregate functions.
CqQuery.DisplayField.FieldType - Enum in com.ibm.rational.wvcm.stp.cq
The value types for result set rows
CqQuery.DisplayField.Function - Enum in com.ibm.rational.wvcm.stp.cq
The functions that can be applied to a DisplayField of type DATE_TIME
CqQuery.DisplayField.SortType - Enum in com.ibm.rational.wvcm.stp.cq
Supported DisplayField sort options
CqQuery.FileOptions - Interface in com.ibm.rational.wvcm.stp.cq
An interface through which a client may, optionally, specify values for various attributes that control the behavior of executing a query to a stream.
CqQuery.FileOptionsClass - Class in com.ibm.rational.wvcm.stp.cq
Instances of this class provide the default values for each attribute specified by the FileOptions interface, which is the same behavior exhibited when using null for a FileOptions parameter.
CqQuery.FileOptionsClass() - Constructor for class CqQuery.FileOptionsClass
 
CqQuery.Filter - Interface in com.ibm.rational.wvcm.stp.cq
A query filter expression or a subexpression thereof.
CqQuery.Filter.Operation - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration of the logical operations and comparisons that can be used to combine the operands of a Filter subexpression.
CqQuery.FilterLeaf - Interface in com.ibm.rational.wvcm.stp.cq
A field/value comparison within a query filter expression; the leaf of a query filter expression.
CqQuery.FilterLeaf.TargetType - Enum in com.ibm.rational.wvcm.stp.cq
A code indicating how the target of the comparison is being specified.
CqQuery.FilterNode - Interface in com.ibm.rational.wvcm.stp.cq
The conjunction or disjunction of subexpressions within a query filter expression.
CqQuery.ListOptions - Interface in com.ibm.rational.wvcm.stp.cq
An extension of the CommonOptions interface specifying an additional set of parameters applying only to the generation of query result sets.
CqQuery.ListOptionsClass - Class in com.ibm.rational.wvcm.stp.cq
Instances of this class provide the default values for each attribute specified by the ListOptions interface, which is the same behavior exhibited when using null for a ListOptions object.
CqQuery.ListOptionsClass() - Constructor for class CqQuery.ListOptionsClass
 
CqQuery.QueryType - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration of the possible types of queries.
cqQueryFolder(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest query folder resource.
CqQueryFolder - Interface in com.ibm.rational.wvcm.stp.cq
A proxy for a query folder.
CqQueryFolder.GroupAccessRightsName - Class in com.ibm.rational.wvcm.stp.cq
A PropertyName class for requesting the applied or effective access rights for a specific group on this folder and, optionally, its nested folders
CqQueryFolder.GroupAccessRightsName(String, StpAccessControlEntry.EntryType, boolean) - Constructor for class CqQueryFolder.GroupAccessRightsName
Constructs a PropertyName for requesting the applied or effective access rights for a specific group on this folder and, optionally, its nested folders.
CqQueryFolder.UserAccessRightsName - Class in com.ibm.rational.wvcm.stp.cq
A PropertyName class for requesting the applied or effective access rights for a specific user on this folder and, optionally, its nested folders
CqQueryFolder.UserAccessRightsName(String, StpAccessControlEntry.EntryType, boolean) - Constructor for class CqQueryFolder.UserAccessRightsName
Constructs a PropertyName for requesting the applied or effective access rights for a specific user on this folder and, optionally, its nested folders.
cqQueryFolderItem(StpLocation) - Method in interface CqProvider
Creates a proxy for a resource in a ClearQuest query folder.
CqQueryFolderItem - Interface in com.ibm.rational.wvcm.stp.cq
A specification for an item in a query folder, which may be a query, chart, report, report format, or a nested query folder.
CqQueryFolderItem.OverwriteMode - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration of the values for specifying what doCopy and/or doMove should do when a resource already exists at the targeted destination.
cqRecord(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest record resource.
CqRecord - Interface in com.ibm.rational.wvcm.stp.cq
A CqRecord resource proxy provides access to a record in a database, possibly through its change context.
CqRecord.Class - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration of the possible types of records; state-based or stateless.
CqRecord.FieldName<T> - Class in com.ibm.rational.wvcm.stp.cq
A subclass of PropertyName used for naming the record resource properties that are schema-defined fields of a ClearQuest record.
CqRecord.FieldName(String) - Constructor for class CqRecord.FieldName
Constructs a PropertyName designating the resource property that corresponds to a field of a ClearQuest record.
CqRecordAutoTransitionCallback - Interface in com.ibm.rational.wvcm.stp.cc
Interface to let a CM API application deal with state transitions of ClearQuest records.
cqRecordType(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest record-type resource.
CqRecordType - Interface in com.ibm.rational.wvcm.stp.cq
A proxy for the specification of a record type in a database.
cqReplica(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest replica resource.
CqReplica - Interface in com.ibm.rational.wvcm.stp.cq
A proxy interface for a ClearQuest replica.
cqReport(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest report resource.
CqReport - Interface in com.ibm.rational.wvcm.stp.cq
A proxy interface for a ClearQuest report definition.
cqReportFormat(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest report format resource.
CqReportFormat - Interface in com.ibm.rational.wvcm.stp.cq
An interface specification for the proxy for a ClearQuest report format resource.
CqResource - Interface in com.ibm.rational.wvcm.stp.cq
Properties and methods common to all ClearQuest resources
CqResultSet - Interface in com.ibm.rational.wvcm.stp.cq
An interface specifying the structure returned by CqQuery.doExecute and CqRecordType.doQuery to represent the results of executing a ClearQuest query.
CqRowData - Interface in com.ibm.rational.wvcm.stp.cq
The interface for a row of a result set generated by the execution of a query.
cqUser(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest user resource.
CqUser - Interface in com.ibm.rational.wvcm.stp.cq
The proxy interface for information stored in a DbSet for a single user.
CqUser.AuthenticationMode - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration of the authentication modes available to a user
cqUserDb(StpLocation) - Method in interface CqProvider
Creates a proxy for a ClearQuest user database resource.
CqUserDb - Interface in com.ibm.rational.wvcm.stp.cq
A proxy for a ClearQuest user database In addition to representing the physical database, a CqUserDb object also represents the on-going ClearQuest session between the user and that database.
CqUserDb.DateLimit - Enum in com.ibm.rational.wvcm.stp.cq
A DateLimit SearchKey limits the search to just those objects whose creation or modification time are in a target range.
CqUserDb.FindMode - Enum in com.ibm.rational.wvcm.stp.cq
Enumerates the options for restricting the finding of records based on their record class.
CqUserDb.NamedValueName - Class in com.ibm.rational.wvcm.stp.cq
An extension of the standard PropertyName that may be used by clients to access named values on the ClearQuest server as CM API properties of this database.
CqUserDb.NamedValueName(String) - Constructor for class CqUserDb.NamedValueName
Constructs a PropertyName that denotes the name component of a ClearQuest session name/value pair.
CqUserDb.SearchFilter - Interface in com.ibm.rational.wvcm.stp.cq
A collection of SearchKey/target-value pairs that collectively define the filter for selecting objects for inclusion in a full-text search.
CqUserDb.SearchKey<T> - Interface in com.ibm.rational.wvcm.stp.cq
The interface for an API object that may be used to define a filter for a full-text search of the database.
CqUserDb.SearchLevel - Enum in com.ibm.rational.wvcm.stp.cq
Specifies a simple search string
CqUserDb.VendorType - Enum in com.ibm.rational.wvcm.stp.cq
An enumeration of the types of vendors of supported databases
CqUserDb.WordMode - Enum in com.ibm.rational.wvcm.stp.cq
WordMode SearchKeys limit the search results to just those objects that contain the targeted words associated with the WordMode key in the filter.
CqUserDbMember - Interface in com.ibm.rational.wvcm.stp.cq
The properties supported by all members of a ClearQuest User Database.
CqUserInfo - Interface in com.ibm.rational.wvcm.stp.cq
Read-only information about the currently logged-in user of a user database
createCcDirectory(Feedback) - Method in interface CcDirectory
Create a new view-private directory at the location specified by this resource.
createCcFile(Feedback) - Method in interface CcFile
Create a new view-private file at the location specified by this resource.
createProvider(String, ProviderFactory.Callback) - Static method in class javax.wvcm.ProviderFactory
Create a WVCM provider with the given class name.
createProvider(String, ProviderFactory.Callback, Map<String, String>) - Static method in class javax.wvcm.ProviderFactory
Get a WVCM provider with the given class name, with specified initializers.
CREATION_DATE - Static variable in interface javax.wvcm.Resource
The date and time the resource was created.
CREATOR_DISPLAY_NAME - Static variable in interface javax.wvcm.Resource
This property contains a description of the creator of the resource that is suitable for presentation to a user.
CREATOR_GROUP_NAME - Static variable in interface com.ibm.rational.wvcm.stp.StpResource
The group name of the user that created an object.
CREATOR_LOGIN_NAME - Static variable in interface com.ibm.rational.wvcm.stp.StpResource
The login name of the user that created this object.
CURRENT_ACTIVITY - Static variable in interface javax.wvcm.Workspace
The activity that currently is being performed in this workspace.
CURRENT_REPLICA - Static variable in interface CcVobResource
Replica in which this resource resides.
CURRENT_USER - Static variable in interface CqDb
Returns the CqUser structure in this database that corresponds to the logged-in user identified by the host provider.
CURRENT_WORKSPACE_LIST - Static variable in interface javax.wvcm.Activity
The computed inverse of the Workspace.CURRENT_ACTIVITY and Workspace.STREAM properties (i.e., a workspace is in the {#CURRENT_WORKSPACE_LIST} if it is identified in the Workspace.CURRENT_ACTIVITY or Workspace.STREAM of that workspace.

D

data() - Method in exception com.ibm.rational.wvcm.stp.StpException
 
DATABASE_NAME - Static variable in interface CqUserDb
The name by which the database vendor installation knows this user database.
DB_NAME - Static variable in interface CqFieldDefinition
The column name for this field in the database table for its record
DB_SET - Static variable in interface CqGroup
The database set that contains this resource
DB_SET - Static variable in interface CqReplica
The database set that contains this replica
DB_SET - Static variable in interface CqUser
The database set that contains this user resource
DB_SET - Static variable in interface CqUserDb
The database set that contains this user database
DB_SET - Static variable in interface CqUserDbMember
The database set that contains this resource
decodeSegment(String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Undoes the character encoding performed by the encodeSegment method.
DEFAULT_ACTION - Static variable in interface CqRecord
The default action associated with the current state of this record.
DEFAULT_DELIVER_TARGET - Static variable in interface CcStream
The default target (stream) for this UCM stream's deliver operations.
DEFAULT_RECORD_TYPE - Static variable in interface CqUserDb
The CqRecordType that the schema suggests should be used by default when creating records and when finding records by id.
DELIMITERS - Static variable in interface com.ibm.rational.wvcm.stp.StpLocation
The characters within a selector that syntactically delimit the fields and segments embedded within the selector.
DELIVER - Static variable in interface CqProvider
A distinguished instance of List for use in the various CqContextResource operations that take a delivery order parameter.
DELIVER_ALL - Static variable in interface CqProvider
A distinguished instance of List for use in the various CqContextResource operations that take a delivery order parameter.
DESCRIPTION - Static variable in interface CqAttachment
The description associated with the attachment
DESTINATION_STATE - Static variable in interface CqAction
The name of the state that a record will be in upon successful application of this action to the record.
DetailedFeedback - Class in javax.wvcm
 
DetailedFeedback() - Constructor for class javax.wvcm.DetailedFeedback
 
DetailedFeedback.NestedDetailedFeedback - Class in javax.wvcm
 
DIAG_INFO - Static variable in interface CqDb
 
DISPLAY_FIELDS - Static variable in interface CqQuery
An array containing a DisplayField structure for each column of the result set generated by this query.
DISPLAY_NAME - Static variable in interface CqAttachment
The unique key used to identify the attachment
DISPLAY_NAME - Static variable in interface javax.wvcm.Resource
Contains a description of the resource that is suitable for presentation to a user in a tree display.
DISPLAY_NAME_HEADER - Static variable in interface CqHistoryFieldValue
An array of labels for the sub-fields of an event in the VALUE array.
DISPLAY_NAME_HEADER_FOR_EXPORT - Static variable in interface CqHistoryFieldValue
An array of labels for the sub-fields of an event in the CqHistoryFieldValue.HISTORIES_FOR_EXPORT array.
doAddLabel(String, CcView, Feedback) - Method in interface CcVersion
Add the specified label to the version.
doAddLabel(String, Feedback) - Method in interface javax.wvcm.ControllableResource
Add the specified label to the checked-in version of this controllable resource.
doAddLabel(String, Feedback) - Method in interface javax.wvcm.Version
Add the specified label to this version.
doApplyAttribute(CcFile.AttributeOpFlag[], String, String, String, String, Feedback) - Method in interface CcFile
Apply the specified attribute to the checked-in version of this controllable resource.
doApplyAttribute(CcVobResource.ApplyAttributeFlag[], String, String, String, Feedback) - Method in interface CcVobResource
Apply the specified attribute to this VOB resource.
doApplyLabel(CcFile.ApplyLabelFlag[], String, Feedback) - Method in interface CcFile
Apply the specified label to the checked-in version of this controllable resource.
doBaselineControl(Feedback) - Method in interface javax.wvcm.ControllableFolder
Put this ControllableFolder under baseline control.
doBindActivity(StpActivity, Feedback) - Method in interface CcView
Binds a CcActivity proxy to a CqRecord proxy without making the activity the current one for this view.
doBindChild(String, Resource, Folder.BindFlag[], Feedback) - Method in interface javax.wvcm.Folder
Creates a binding named bindingName in the folder identified by this Folder to the resource identified by resource.
doCcCheckout(CcFile.CcCheckoutFlag[], Feedback) - Method in interface CcFile
Check out this version-controlled file or directory resource.
doCcVersionControl(CcFile.CcVersionControlFlag[], Feedback) - Method in interface CcFile
Enhanced variant of the doVersionControl that provides additional flags which modify the behaviour.
doCheckin(ControllableResource.CheckinFlag[], Feedback) - Method in interface CcFile
Check in this checked out file or directory resource.
doCheckin(ControllableResource.CheckinFlag[], Feedback) - Method in interface javax.wvcm.ControllableResource
Changes the state of the resource identified by this ControllableResource to be checked-in, and synchronizes the persistent state of the resource to be that of the persistent state on the client.
doCheckin(ResourceList<T>, String, ControllableResource.CheckinFlag[], Feedback) - Method in interface javax.wvcm.Workspace
Apply ControllableResource.doCheckin(javax.wvcm.ControllableResource.CheckinFlag[], javax.wvcm.Feedback) to each element of the resourceList.
doCheckinAll(String, ControllableResource.CheckinFlag[], Feedback) - Method in interface javax.wvcm.Workspace
Apply ControllableResource.doCheckin(javax.wvcm.ControllableResource.CheckinFlag[], javax.wvcm.Feedback) to each resource in Workspace.WORKSPACE_CHECKOUT_LIST.
doCheckout(ControllableResource.CheckoutFlag[], Feedback) - Method in interface javax.wvcm.ControllableResource
Checkout this ControllableResource so that its controlled state can be modified.
doClearContext(Feedback) - Method in interface CqUserDb
Removes all modified and moribund resources from the change context of this database; thereby reverting those resources to their previous, unmodified or undeleted state.
doCompareReport(Baseline, Baseline.CompareFlag[], Feedback) - Method in interface javax.wvcm.Baseline
Compare two baselines.
doCompareReport(Stream, Baseline.CompareFlag[], Feedback) - Method in interface javax.wvcm.Baseline
Compare this Baseline with a stream.
doCompareReport(Stream, Baseline.CompareFlag[], Feedback) - Method in interface javax.wvcm.Stream
Compare this Stream with another stream.
doCompareReport(Baseline, Baseline.CompareFlag[], Feedback) - Method in interface javax.wvcm.Stream
Compare this Stream with a baseline.
doCompareReportEx(CcBaseline, CcBaseline.CompareFlagEx[], Resource, Feedback) - Method in interface CcBaseline
Compare two baselines, ClearCase-style.
doCompareReportEx(CcStream, CcBaseline.CompareFlagEx[], Resource, Feedback) - Method in interface CcBaseline
Compare this baseline with the specified stream.
doCompareReportEx(CcStream, CcBaseline.CompareFlagEx[], Resource, Feedback) - Method in interface CcStream
Compare this CcStream with the specified stream.
doCopy(StpLocation, CqQueryFolderItem.OverwriteMode, Feedback, List<CqContextResource>) - Method in interface CqQueryFolderItem
Makes an editable copy of the query folder item named by this proxy at the location specified in the argument list.
doCopy(CqQueryFolder, String, CqQueryFolderItem.OverwriteMode, Feedback, List<CqContextResource>) - Method in interface CqQueryFolderItem
Makes an editable copy of the query folder item named by this proxy at the location specified in the argument list.
doCopy(Location, Resource.CopyFlag[], Feedback) - Method in interface javax.wvcm.Resource
Create a copy of the resource identified by this Resource at the location identified by the destination.
doCreateAttachment(String, Feedback, List<CqContextResource>) - Method in interface CqAttachment
Creates a new attachment at the location specified by this proxy(*) and initializes its content from a named file.
doCreateBaselineControlledFolder(Baseline, Feedback) - Method in interface javax.wvcm.ControllableFolder
Create a baseline-controlled controllable folder at this location, and initialize it with the contents of the specified baseline.
doCreateCcActivity(Feedback) - Method in interface CcActivity
Create a new UCM activity at the location identified by this proxy.
doCreateCcBranchType(CcTypeBase.TypeCreateFlag[], Feedback) - Method in interface CcBranchType
Create a new branch type at the location identified by this proxy.
doCreateCcComponent(Feedback) - Method in interface CcComponent
Create a new UCM component at the location identified by this proxy.
doCreateCcHyperlinkType(CcTypeBase.TypeCreateFlag[], Feedback) - Method in interface CcHyperlinkType
Create a new hyperlink type at the location identified by this proxy.
doCreateCcLabelType(CcTypeBase.TypeCreateFlag[], Feedback) - Method in interface CcLabelType
Create a new label type at the location identified by this proxy.
doCreateCcProject(Feedback) - Method in interface CcProject
Create a new UCM project at the location specified by this proxy.
doCreateCcProjectFolder(Feedback) - Method in interface CcProjectFolder
Create a new UCM project folder at the location specified by this proxy.
doCreateCcStream(Feedback) - Method in interface CcStream
Create a new UCM stream at the location specified by this proxy.
doCreateCcWebView(Feedback) - Method in interface CcView
Create a new ClearCase web view based on this CcView proxy.
doCreateFolder(Feedback) - Method in interface CqQueryFolder
Creates a new folder at the location specified in this proxy.
doCreateFolder(Feedback, List<CqContextResource>) - Method in interface CqQueryFolder
Creates a new folder at the location specified in this proxy.
doCreateGeneratedCcActivity(Feedback) - Method in interface CcActivity
Create a new UCM activity, allowing the provider to choose the new activity's name.
doCreateGeneratedCcStream(Feedback) - Method in interface CcStream
Create a new UCM stream, allowing the provider to choose the new stream's name.
doCreateGeneratedResource(Feedback) - Method in interface javax.wvcm.Activity
Create a new persistent activity, where the provider can allocate the location for the new activity.
doCreateGeneratedResource(Feedback) - Method in interface javax.wvcm.Task
Create a new persistent task, where the provider can allocate the location for the new task.
doCreateGeneratedResource(Feedback) - Method in interface javax.wvcm.Workspace
Create a persistent workspace, where the provider can allocate the location for the new workspace.
doCreateGroup(Feedback) - Method in interface CqGroup
Creates a new group and associates it with the DbSet named by the proxy location.
doCreateMergeArrow(CcVersion, Feedback) - Method in interface CcVersion
Create a Merge hyperlink pointing from this version to the specified destination version.
doCreateQuery(Feedback) - Method in interface CqQuery
Creates a new query at the location specified by this proxy and delivers it to the database.
doCreateQuery(Feedback, List<CqContextResource>) - Method in interface CqQuery
Creates a new query at the location specified by this proxy and delivers it to the database.
doCreateRecord(Feedback) - Method in interface CqRecord
Creates a new record at the location specified by this proxy, initialized with the dirty properties of this proxy.
doCreateRecord(Feedback, List<CqContextResource>) - Method in interface CqRecord
Creates a new record at the location specified by this proxy, initialized with the dirty properties of this proxy.
doCreateReport(Feedback) - Method in interface CqReport
Creates a new report resource at the location specified by this proxy and immediately delivers it to the database.
doCreateReport(Feedback, List<CqContextResource>) - Method in interface CqReport
Creates a new report resource at the location specified by this proxy.
doCreateResource(Feedback) - Method in interface javax.wvcm.Activity
Create a new persistent activity.
doCreateResource(Feedback) - Method in interface javax.wvcm.ControllableResource
Create a new persistent resource at the location identified by this ControllableResource.
doCreateUser(Feedback) - Method in interface CqUser
Creates a new user whose ClearQuest login name will be the same as the Name field of this proxy's location.
doCreateVersionControlledResource(Version, Feedback) - Method in interface javax.wvcm.ControllableResource
Create a new version-controlled resource at the location identified by the proxy.
doDeliver(Feedback) - Method in interface CqContextResource
Attempts to deliver this resource to the database.
doDeliver(Feedback, List<CqContextResource>) - Method in interface CqUserDb
Selectively delivers (commits) modified resources to the database and/or destroys moribund resources from the database and removes them from the change context.
doExecute(long, long, CqQuery.ListOptions, CqQuery.FilterLeaf...) - Method in interface CqQuery
Executes this query on the server and returns rows of the result set as requested.
doExecute(File, Feedback, CqQuery.FileOptions, CqQuery.FilterLeaf...) - Method in interface CqQuery
Executes this query and writes the result set to a text file
doFind(Feedback) - Method in interface javax.wvcm.Resource
Find a persistent resource that "matches" this proxy.
doFindAll(Feedback) - Method in interface javax.wvcm.Resource
Find all persistent resources that "match" this proxy.
doFindRecord(String, CqUserDb.FindMode, Feedback, Location...) - Method in interface CqUserDb
Searches the database for records having a given display name.
doFindRecord(long, CqUserDb.FindMode, Feedback, Location...) - Method in interface CqUserDb
Searches the database for records having a given dbid.
doFindSiteExtendedNames(StpLocation, Feedback) - Method in interface CqUserDb
Returns a list of all the resources in the database whose names differ from a given name only in their site extensions.
doFinishActivity(StpActivity, Feedback) - Method in interface CcView
Transitions the specified activity to the default completed state.
doFireNamedHook(CqHook, String, Feedback, List<CqContextResource>) - Method in interface CqRecord
Executes a hook (record script) named in the NAMED_HOOK_LIST property of this record's RECORD_TYPE resource.
doFireRecordScriptAlias(CqAction, Feedback, List<CqContextResource>) - Method in interface CqRecord
Causes the execution of an action of type CqAction.Type.RECORD_SCRIPT_ALIAS.
doFullTextSearch(CqUserDb.SearchFilter, long...) - Method in interface CqUserDb
Searches the indexed content of the database for objects that match a given filter.
doGetDbSetList(Feedback) - Method in interface CqProvider
Returns a list of database sets accessible from this provider.
doGetDefaultCcRegistryRegion(PropertyRequestItem.PropertyRequest) - Method in interface CcProvider
Get the server's default ClearCase registry region.
doGetDefaultViewTextMode() - Method in interface CcProvider
Get the default text mode for web views.
doGetMore(long) - Method in interface CqHitSet
Requests the server to forward the next set of hits to the client.
doGetPropertyNameList(Feedback) - Method in interface javax.wvcm.Resource
Get the names of standard properties available on the server resource identified by this Resource.
doGetPropertyNameList(String, Feedback) - Method in interface javax.wvcm.Resource
Get the names of properties in a given namespace available on the server resource identified by this Resource.
doGetServerVersionString() - Method in interface CcProvider
 
doIsLabelTypeVisible(String) - Method in interface CcVob
Check to see if a type with the given name is visible in this VOB.
doLatestActivityVersionReport(Activity, Feedback) - Method in interface javax.wvcm.VersionHistory
Get the latest Version for a given activity.
doLoad(Feedback) - Method in interface CcFile
Load this controllable resource into the view's local file area.
doMakeChart(OutputStream, Feedback, CqQuery.ChartOptions, CqQuery.FilterLeaf...) - Method in interface CqQuery
Executes this query and formats the results into a chart.
doMakeReport(OutputStream, long, long, CqQuery.FilterLeaf...) - Method in interface CqReport
Executes the query associated with this report and generates an HTML formatted report from the result set based on the report's designated report format.
doMerge(ResourceList<T>, Workspace.MergeFlag[], Feedback) - Method in interface javax.wvcm.Workspace
Merge the versions specified in the sourceList into the appropriate target in this Workspace.
doMergePreviewReport(ResourceList<T>, Feedback) - Method in interface javax.wvcm.Workspace
Preview a merge.
doMove(StpLocation, CqQueryFolderItem.OverwriteMode, Feedback, List<CqContextResource>) - Method in interface CqQueryFolderItem
Makes an editable copy of the query folder item named by this proxy at the location specified in the argument list and deletes the query folder item at the current proxy location.
doMove(CqQueryFolder, String, CqQueryFolderItem.OverwriteMode, Feedback, List<CqContextResource>) - Method in interface CqQueryFolderItem
Makes an editable copy of the query folder item named by this proxy in the query folder specified in the argument list and deletes the query folder item at the current proxy location.
doQuery(CqQuery.DisplayField[], CqQuery.Filter, long, long, CqQuery.ListOptions) - Method in interface CqRecordType
Returns specified fields from records that are of this record type and match a specified filtering expression.
doQuery(CqQuery.DisplayField[], CqQuery.Filter, File, Feedback, CqQuery.FileOptions) - Method in interface CqRecordType
Returns specified fields from records that are of the type defined by this record type and match a specified filtering expression.
doQuery(String, long, long, CqQuery.ListOptions) - Method in interface CqRecordType
Returns specified fields from records that are of the type defined by this record type and match a specified filtering expression.
doQuery(String, File, Feedback, CqQuery.FileOptions) - Method in interface CqRecordType
Returns specified fields from records that are of the type defined by this record type and match a specified filtering expression.
doReadContent(String, Feedback) - Method in interface CqAttachment
Gets both the content and selected properties of this attachment.
doReadContent(OutputStream, Feedback) - Method in interface javax.wvcm.Resource
Get both the content and selected properties of this resource.
doReadContextProperties(Resource, Feedback) - Method in interface javax.wvcm.ResourceList
Apply Resource.doReadProperties(javax.wvcm.Feedback) to each element of this ResourceList.
doReadLabelledVersionProperties(String, Feedback) - Method in interface javax.wvcm.ControllableResource
Apply Resource.doReadProperties(javax.wvcm.Feedback) to the version selected by label from the version history of this ControllableResource.
doReadMemberList(boolean, Feedback) - Method in interface javax.wvcm.Folder
Get the contents of a folder.
doReadProperties(Resource, Feedback) - Method in interface com.ibm.rational.wvcm.stp.StpResource
Request the properties specified in feedback from the server resource represented by this proxy.
doReadProperties(Feedback) - Method in interface javax.wvcm.Resource
Get a set of properties of this Resource from the server.
doReadProperties(Feedback) - Method in interface javax.wvcm.ResourceList
Apply Resource.doReadProperties(javax.wvcm.Feedback) to each element of this ResourceList.
doRebindAll(String, Resource, Folder.RebindFlag[], Feedback) - Method in interface javax.wvcm.Folder
Removes all binding to the resource identified by source and adds the binding named bindingName to that resource in the folder identified by this Folder.
doRebindChild(String, Folder, String, Folder.RebindFlag[], Feedback) - Method in interface javax.wvcm.Folder
Removes the binding named sourceBindingName to a resource in the folder identified by sourceFolder and adds the binding named bindingName to that resource in the folder identified by this Folder.
doRefresh(CcFile.RefreshFlag[], Feedback) - Method in interface CcFile
Refresh this file or directory.
doRemoveAttribute(CcFile.AttributeOpFlag[], String, String, String, Feedback) - Method in interface CcFile
Remove the specified attribute from the checked-in version of this controllable resource.
doRemoveAttribute(String, String, Feedback) - Method in interface CcVobResource
Remove the specified attribute from this VOB resource.
doRemoveLabel(CcFile.RemoveLabelFlag[], String, Feedback) - Method in interface CcFile
Remove the specified label from the checked-in version of this controllable resource.
doRemoveLabel(String, CcView, Feedback) - Method in interface CcVersion
Remove the specified label from the version.
doRemoveLabel(String, Feedback) - Method in interface javax.wvcm.ControllableResource
Remove the specified lable from the ControllableResource.CHECKED_IN version of this controllable resource.
doRemoveLabel(String, Feedback) - Method in interface javax.wvcm.Version
Remove the specified label from this version.
doRequestForMastership(CcExFileList.RequestForMastershipFlag[], String, Feedback) - Method in interface CcVobResource
Request for local mastership of this VOB resource.
doResolve() - Method in interface CcResource
Construct a new proxy for this resource.
doRestore(CcFile.RefreshFlag[], Feedback) - Method in interface CcFile
Restore this file or directory.
doRevert(Feedback) - Method in interface CqContextResource
Removes the modified or moribund resource referenced by this proxy from the client's change context, thereby revealing at that location the resource, if any, in the database.
doRevert(Feedback, List<CqContextResource>) - Method in interface CqUserDb
Selectively reverts modified or moribund resources in this database's change context to their previous, unmodified/undeleted state.
doSetLabel(String, CcView, Feedback) - Method in interface CcVersion
Set the specified label on the version.
doSetLabel(String, Feedback) - Method in interface javax.wvcm.ControllableResource
Set the specified label on the checked-in version of this controllable resource.
doSetLabel(String, Feedback) - Method in interface javax.wvcm.Version
Set the specified label on this version.
doSynchronizeFileAreaDb(CcView.SynchronizeFileAreaDbFlag[], Feedback) - Method in interface CcView
Synchronize this file area's local databases to accurately reflect the current state of the file area.
doUnbindAll(Feedback) - Method in interface CqAttachment
Deleting an attachment requires that the parent record be opened for update.
doUnbindAll(Feedback, List<CqContextResource>) - Method in interface CqAttachment
Deleting an attachment requires that the parent record be opened for update.
doUnbindAll(Feedback) - Method in interface CqContextResource
Initiates the deletion of this context resource from the database using implicitly CqProvider.AUTO as the delivery order list value.
doUnbindAll(Feedback, List<CqContextResource>) - Method in interface CqContextResource
Initiates the deletion of this context resource from the database.
doUnbindAll(Feedback) - Method in interface javax.wvcm.Resource
Unbinds the resource identified by this Resource from all folders in its Resource.PARENT_LIST.
doUnbindChild(String, Feedback) - Method in interface javax.wvcm.Folder
Removes the binding named bindingName from the folder identified by this Folder.
doUncheckout(CcFile.UncheckoutFlag[], Feedback) - Method in interface CcFile
Cancel the checkout of this version-controlled resource, and restore its content to the state of its CHECKED_IN version.
doUncheckout(Feedback) - Method in interface javax.wvcm.ControllableResource
Cancels the checkout of a version-controlled resource, and restores its controlled state to the state of its ControllableResource.CHECKED_OUT version.
doUnhijack(CcFile.UnhijackFlag[], Feedback) - Method in interface CcFile
Undo a hijack on this hijacked controllable resource.
doUpdate(ResourceList<T>, Feedback) - Method in interface javax.wvcm.Stream
Update the Stream.VERSION_LIST of this stream to contain the versions specified in the sourceList argument.
doUpdate(ResourceList<T>, Feedback) - Method in interface javax.wvcm.Workspace
Update the state of the appropriate target in this Workspace.
doUpgradeDatabases(Feedback) - Method in interface CqUser
Attempts to upgrade the user account information in all the user databases that this user is currently subscribed to.
doUpgradeFileArea(Feedback) - Method in interface CcView
Upgrade this web view's file area.
doUpgradeUsersAndGroups(Feedback) - Method in interface CqUserDb
Upgrades this database's user and group information to match that of its db-set.
doValidateLocation(CqQueryFolderItem, Feedback) - Method in interface CqUserDb
Verifies that a CqQueryFolderItem of a given type can be created at a given location.
doValidateUserCredentials(String, String, Feedback) - Method in interface CqDb
Verifies that the provided login name and password are valid and map to the current user.
doVersionControl(Feedback) - Method in interface CcFile
Places the view-private file specified by this proxy under version control.
doVersionControl(Feedback) - Method in interface javax.wvcm.ControllableResource
Place this resource under version-control.
doVersionControl(ResourceList<T>, Feedback) - Method in interface javax.wvcm.Workspace
Apply ControllableResource.doVersionControl(javax.wvcm.Feedback) to each element of the resourceList.
doWorkOnActivity(StpActivity, Feedback) - Method in interface CcView
Work on the specified activity in this CC view.
doWriteContent(InputStream, String, Feedback) - Method in interface javax.wvcm.Resource
Persists content changes to a resource.
doWriteProperties(Feedback) - Method in interface CqAttachment
Updating an attachment requires that the parent record be opened for update.
doWriteProperties(Feedback, List<CqContextResource>) - Method in interface CqAttachment
Updating an attachment requires that the parent record be opened for update.
doWriteProperties(Feedback) - Method in interface CqContextResource
Writes dirty properties from this proxy to the targeted context resource using implicitly CqProvider.AUTO as the delivery order list value.
doWriteProperties(Feedback, List<CqContextResource>) - Method in interface CqContextResource
Writes dirty properties to the change context-copy of this resource and, optionally, requests that modified or moribund resources in the change context be delivered to or deleted from the database.
doWriteProperties(Feedback) - Method in interface javax.wvcm.Resource
Persists property changes to this Resource.
doWriteProperties(Feedback) - Method in interface javax.wvcm.ResourceList
Apply doWriteProperties to each element of this ResourceList.
DUPLICATES - Static variable in interface CqRecord
The immediate duplicates of this record.
DYNAMIC_CHOICE_LIST - Static variable in interface CqFieldDefinition
Identifies the dynamic choice list used by this field as its choice list Requires SQL-editor permission
DYNAMIC_CHOICE_LISTS - Static variable in interface CqUserDb
A list of the dynamic choice lists that are defined in this database
DYNAMIC_FILTERS - Static variable in interface CqQuery
An array containing a FilterLeaf structure for each of the query's dynamic filters.

E

ECLIPSED_LIST - Static variable in interface CcDirectory
The list of String objects that identify the names of version-controlled resources in this CcDirectory that are eclipsed by non-version-controlled resources.
EFFECTIVE_ACCESS_CONTROL_ENTRIES - Static variable in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
A list of the access control entries in effect on this resource for all principals known to the user.
EFFICIENT_LOCATION - Static variable in interface com.ibm.rational.wvcm.stp.StpResource
The most efficient location available for this resource.
ELEMENT - Static variable in interface CcFile
The CC element resource associated with this file.
ELEMENT - Static variable in interface CcVersion
This version's element.
ELEMENT_TYPE - Static variable in interface CcElement
Get this element's element type.
ELEMENT_TYPE - Static variable in interface CcFile
For version-controlled resources, this resource's element type.
ELEMENT_TYPE_LIST - Static variable in interface CcVob
List of element types in this VOB.
EMAIL - Static variable in interface CqUser
The user's e-mail address.
EMPTY - Static variable in class javax.wvcm.PropertyRequestItem.PropertyRequest
An empty PropertyRequest.
encodeSegment(String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Encodes a plain text string to be a single segment of the object name field of a selector by escaping the segment delimiters, repository field separator, and the escape character within the string.
enumerationError() - Method in exception com.ibm.rational.wvcm.stp.StpPartialResultsException
Returns whether or not the ResourceList of successful resources and the list of nested exceptions account for all the resources that were supposed to be operated on.
enumerationError() - Method in interface com.ibm.rational.wvcm.stp.StpPartialResultsException.PartialResultsData
 
equals(Object) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
 
equals(Object) - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns true iff it can be determined that this proxy references the same resource as the given proxy.
equals(Object) - Method in class javax.wvcm.PropertyNameList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class javax.wvcm.PropertyNameList.PropertyName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class javax.wvcm.PropertyRequestItem.NestedPropertyName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
errorMessage() - Method in exception com.ibm.rational.wvcm.stp.StpErrorMessageException
 
errorMessage() - Method in interface com.ibm.rational.wvcm.stp.StpErrorMessageException.ErrorMessageData
 
ESCAPE_CHAR - Static variable in interface com.ibm.rational.wvcm.stp.StpLocation
If one of the characters of DELIMITERS is to be part of a name segment it must be protected from its syntactic interpretation by preceding it with this escape character.
EVERYONE_GROUP_NAME - Static variable in interface CqDb
The name of the distinguished group to which every user implicitly belongs.
expandedSearchString() - Method in interface CqHitSet
 

F

FAMILY_MEMBERS - Static variable in interface CqRecordType
The record types that are members of this record type family.
fb(Feedback) - Static method in class javax.wvcm.DetailedFeedback
Create a non-null Feedback object.
FEATURE_LEVEL - Static variable in interface CqUserDb
Implements CQSession.GetSessionFeatureLevel
Feedback - Interface in javax.wvcm
Provides feedback on the status of a long-running method.
FIELD - Static variable in interface CqAttachment
The field (within a record) that references this attachment
FIELD - Static variable in interface CqAttachmentFolder
The record field that contains this attachment folder as its value.
FIELD_DEFINITION - Static variable in interface CqFieldValue
The field definition that defines all static properties of this field.
FIELD_DEFINITIONS - Static variable in interface CqRecordType
A list of the field definitions of this record type
FIELD_DELIMITERS - Static variable in interface com.ibm.rational.wvcm.stp.StpLocation
The characters within a location specification that syntactically delimit the fields of the selector.
FIELD_TYPE - Static variable in interface CqFieldDefinition
The data type of the value of the field defined by this field definition.
FIELD_TYPE - Static variable in interface CqFieldValue
The type of this field's VALUE meta-property value.
FIELDS_UPDATED_THIS_ACTION - Static variable in interface CqRecord
A list of the fields that were modified by the on-going action applied to this record.
FIELDS_UPDATED_THIS_ENTIRE_ACTION - Static variable in interface CqRecord
A list of all the fields that were modified by the on-going action applied to this record.
FIELDS_UPDATED_THIS_GROUP - Static variable in interface CqRecord
A list of the fields that were modified under the current action since the last time this property was set.
FIELDS_UPDATED_THIS_SET_VALUE - Static variable in interface CqRecord
The fields that were modified by the last field update.
FILE_AREA_NEEDS_UPGRADE - Static variable in interface CcView
Is this view's local file area schema version older than the version supported by the running CM API file management code?
FILE_AREA_ROOT_DIRECTORY - Static variable in interface CcView
This view's file area root directory on the local machine.
FILE_NAME - Static variable in interface CqAttachment
The file name associated with the attachment
FILE_SIZE - Static variable in interface CqAttachment
The size of the attachment in bytes
filePathLocation(File) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs a PNAME StpLocation for a pathname to a file system object.
filePathLocation(StpProvider.Domain, File) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs a PNAME Location for a pathname to a file system object of a specific domain.
FILTERING - Static variable in interface CqQuery
A Filter node representing the logical expression that is used to filter records to form each row of the result set.
Folder - Interface in javax.wvcm
A proxy for a folder resource.
folder(Location) - Method in interface javax.wvcm.Provider
Construct a folder proxy for the given location.
Folder.BindFlag - Enum in javax.wvcm
Boolean flags for the doBind method
Folder.RebindFlag - Enum in javax.wvcm
Boolean flags for the doRebind method
FolderVersion - Interface in javax.wvcm
A proxy for a folder version resource.
folderVersion(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a folder version proxy for the given location.
forClass(Class<? extends Resource>) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Constructs a location suitable for addressing resources of the type indicated by the supplied proxy class by filling in unspecified fields of this location using provider-defined or resource-type-dependent defaults.
forgetProperty(PropertyNameList.PropertyName<?>) - Method in interface javax.wvcm.Resource
Removes the specified property of this Resource.
FORK_OK - Static variable in class javax.wvcm.ControllableResource.CheckinFlag
Indicates whether to fork even if forking is discouraged.
FORK_OK - Static variable in class javax.wvcm.ControllableResource.CheckoutFlag
Indicates whether to fork even if forking is discouraged.
format(String, Object...) - Method in class javax.wvcm.DetailedFeedback
 
format(String, Object...) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
format(String, Object...) - Method in interface javax.wvcm.Feedback
Format a message, using MessageFormat conventions
format(String, Object...) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
FOUNDATION_BASELINE_LIST - Static variable in interface CcStream
This UCM stream's foundation baselines.
FROM_RESOURCE - Static variable in interface CcHyperlink
The resource at the "from" end of the hyperlink
FROM_TEXT - Static variable in interface CcHyperlink
The text associated with the "from" end of the hyperlink.
fromNamespaceField(String) - Static method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
Finds the Namespace enumerator from the identifier used in the namespace field of a location specification.
fromPropertyType(StpProperty.Type) - Static method in enum CqFieldValue.ValueType
Returns the ValueType that exactly matches a given PropertyType; otherwise UNKNOWN.
fromSymbol(String) - Static method in enum com.ibm.rational.wvcm.stp.StpProvider.Domain
Returns the Domain object that matches a given domain-field symbol
FULL_CONVERSION - Static variable in interface CqQuery.ListOptions
As the value returned by getValueConvertionData(), causes each NULL_IMAGE string to be converted to null and each other string to be converted to the native Java data type specified for the column in CqResultSet.getColumnTypes().
FULL_NAME - Static variable in interface CqUser
The full name of the user

G

get(CqUserDb.SearchKey<U>) - Method in interface CqUserDb.SearchFilter
Returns the target value currently associated with a given SearchKey
get(PropertyNameList.PropertyName<?>) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
getAccessibleDatabases() - Method in interface CqDbSet
Returns the value of the CqDbSet.ACCESSIBLE_DATABASES property as defined by this proxy.
getAccessRights() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
 
getAccessRights() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
Returns the value of the ACCESS_RIGHTS property as defined by this proxy.
getAction() - Method in interface CqAttachment
Returns the value of the ACTION property as defined by this proxy.
getAction() - Method in interface CqRecord
Returns the value of the ACTION property as defined by this proxy.
getActionList() - Method in interface CqRecordType
Returns the value of the ACTION_LIST property as defined by this proxy.
getActionType() - Method in interface CqRecord
Returns the value of the ACTION property as defined by this proxy.
getActivity() - Method in interface javax.wvcm.Baseline.AddedActivity
Return the added activity.
getActivity() - Method in interface javax.wvcm.Baseline.ChangedActivity
Return the changed activity.
getActivity() - Method in interface javax.wvcm.Baseline.DeletedActivity
Return the deleted activity.
getActivity() - Method in interface javax.wvcm.Baseline.PartiallyAddedActivity
Return the partially added activity.
getActivity() - Method in interface javax.wvcm.Baseline.PartiallyDeletedActivity
Return the partially deleted activity.
getActivity() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.ACTIVITY property.
getActivity() - Method in interface javax.wvcm.Version
Get the Version.ACTIVITY property.
getActivityCheckoutList() - Method in interface javax.wvcm.Activity
Get the Activity.ACTIVITY_CHECKOUT_LIST property.
getActivityFolderList() - Method in interface javax.wvcm.Workspace
Get the Workspace.ACTIVITY_FOLDER_LIST property.
getActivityList() - Method in interface CcStream
Get the value of this stream's CcStream.ACTIVITY_LIST property.
getActivityList() - Method in interface javax.wvcm.Task
Get the Task.ACTIVITY_LIST property.
getActivityVersionList() - Method in interface javax.wvcm.Activity
Get the Activity.ACTIVITY_VERSION_LIST property.
getAggregatedCheckoutList() - Method in interface CcDirectory
Get the CcDirectory.AGGREGATED_CHECKOUT_LIST property.
getAggregatedHijackList() - Method in interface CcDirectory
Get the CcDirectory.AGGREGATED_HIJACK_LIST property.
getAggregation() - Method in interface CqQuery.DisplayField
Returns the aggregate function that is applied to the field path of each selected record to compute the value for the result set.
getAll() - Method in interface CqUserDb.SearchFilter
 
getAllCharts() - Method in interface CqUserDb
Returns the value of the ALL_CHARTS property as defined by this proxy.
getAllDatabases() - Method in interface CqGroup
Returns the value of the ALL_DATABASES property as defined by this proxy.
getAllDuplicates() - Method in interface CqRecord
Returns the value of the ALL_DUPLICATES property as defined by this proxy.
getAllFieldValues() - Method in interface CqRecord
Returns the value of the ALL_FIELD_VALUES property as defined by this proxy.
getAllGroups() - Method in interface CqDb
Returns the value of the ALL_GROUPS property as defined by this proxy.
getAllNamedValues() - Method in interface CqUserDb
Returns the value of the ALL_NAMED_VALUES property as defined by this proxy.
getAllProperties() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the properties defined in this proxy.
getAllQueries() - Method in interface CqUserDb
Returns the value of the ALL_QUERIES property as defined by this proxy.
getAllReports() - Method in interface CqUserDb
Returns the value of the ALL_REPORTS property as defined by this proxy.
getAllUsers() - Method in interface CqDb
Returns the value of the ALL_USERS property as defined by this proxy.
getAppliedAccessControlEntries() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
Returns the value of the APPLIED_ACCESS_CONTROL_ENTRIES property as defined by this proxy.
getAppliedResource() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
 
getArePermissionsValid() - Method in interface CcView
Returns the value of this proxy's CcView.ARE_PERMISSIONS_VALID property.
getAttachmentFolders() - Method in interface CqRecord
Returns the value of the ATTACHMENT_FOLDERS property as defined by this proxy.
getAttachmentList() - Method in interface CqAttachmentFolder
Returns the value of the ATTACHMENT_LIST property as defined by this proxy.
getAttributeList() - Method in interface CcVobResource
Get the value of this proxy's CcVobResource.ATTRIBUTE_LIST property.
getAttributeTypeList() - Method in interface CcVob
Get the value of this proxy's CcVob.ATTRIBUTE_TYPE_LIST property.
getAuthentication(StpProvider.Domain, String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns the Authentication object currently associated with a given realm string in a given Domain.
getAuthentication(String, int) - Method in interface javax.wvcm.ProviderFactory.Callback
Get authentication information for the current user.
getAuthenticationAlgorithm() - Method in interface CqDbSet
Returns the value of the AUTHENTICATION_ALGORITHM property as defined by this proxy.
getAuthenticationEx(StpProvider.Domain, String, int, StpProvider, WvcmException) - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpCallback
An extended version of Callback.getAuthentication that provides additional information to the client when being asked for credentials.
getAuthenticationLoginName() - Method in interface CqDb
Returns the value of the AUTHENTICATION_LOGIN_NAME property as defined by this proxy.
getAuthenticationMode() - Method in interface CqUser
Returns the value of the AUTHENTICATION_MODE property as defined by this proxy.
getAuthenticationMode() - Method in interface CqUserInfo
 
getAuthenticationRealm() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the value of the AUTHENTICATION_REALM property as defined by this proxy.
getAuthenticator() - Method in interface CqUser
Returns the value of the AUTHENTICATOR property as defined by this proxy.
getAuthenticator() - Method in interface CqUserInfo
 
getAutoMergeList() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.AUTO_MERGE_LIST property.
getBaselineControlledFolderList() - Method in interface javax.wvcm.Workspace
Get the Workspace.BASELINE_CONTROLLED_FOLDER_LIST property.
getBaselineList() - Method in interface CcStream
Get the value of the this proxy's CcStream.BASELINE_LIST property.
getBaselineNamingTemplate() - Method in interface CcProject
Get the value of this proxy's CcProject.BASELINE_NAMING_TEMPLATE property.
getBoundCcActivity() - Method in interface com.ibm.rational.wvcm.stp.StpActivity
Returns the value of this proxy's StpActivity.BOUND_CC_ACTIVITY property.
getBoundCqRecord() - Method in interface com.ibm.rational.wvcm.stp.StpActivity
Returns the value of this proxy's StpActivity.BOUND_CQ_RECORD property.
getBranch() - Method in interface CcVersion
Get the value of this version's CcVersion.BRANCH property.
getBranchTypeList() - Method in interface CcVob
Get the value of this proxy's CcVob.BRANCH_TYPE_LIST property.
getBuildNumber() - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpProductInfo
 
getCalculatesChoiceListEachAccess() - Method in interface CqFieldDefinition
Returns the value of the CALCULATES_CHOICE_LIST_EACH_ACCESS property as defined by this proxy.
getCanBeSecurityContext() - Method in interface CqFieldDefinition
Returns the value of the CAN_BE_SECURITY_CONTEXT property as defined by this proxy.
getCanBeSecurityContext() - Method in interface CqRecordType
Returns the value of the CAN_BE_SECURITY_CONTEXT property as defined by this proxy.
getCanChangeAccessRights() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
Returns the value of the CAN_CHANGE_ACCESS_RIGHTS property as defined by this proxy.
getCanonicalPath() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Interprets this StpLocation as a file-path-scheme location and returns the canonical pathname for the file.
getCanUpdateOrDelete() - Method in interface CqQueryFolderItem
Returns the value of the CAN_UPDATE_OR_DELETE property as defined by this proxy.
getCheckedIn() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.CHECKED_IN property.
getCheckedOut() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.CHECKED_OUT property.
getCheckinFork() - Method in interface javax.wvcm.Version
Get the Version.CHECKIN_FORK property.
getCheckoutFork() - Method in interface javax.wvcm.Version
Get the Version.CHECKOUT_FORK property.
getCheckoutList() - Method in interface javax.wvcm.Version
Get the Version.CHECKOUT_LIST property.
getCheckTimeoutInterval() - Method in interface CqUserDb
Returns the value of the CHECK_TIME OUT_INTERVAL property as defined by this proxy.
getChildList() - Method in interface javax.wvcm.Folder
Get the Folder.CHILD_LIST property.
getChildMap() - Method in interface javax.wvcm.Folder
Get the Folder.CHILD_MAP property.
getChoiceList() - Method in interface CqFieldDefinition
Returns the value of the CHOICE_LIST property as defined by this proxy.
getChoiceList() - Method in interface CqFieldValue
Returns the value of the CHOICE_LIST metadata component as defined by this Property instance.
getClearQuestEnabledState() - Method in interface CcProject
Get the value of this proxy's CcProject.CLEARQUEST_ENABLED_STATE property.
getClearQuestUserDb() - Method in interface CcProject
Get the value of this proxy's CcProject.CLEARQUEST_USER_DB property.
getClientPath() - Method in interface CcFile
Returns the value of this proxy's CcFile.CLIENT_PATH property.
getClientViewList(PropertyRequestItem.PropertyRequest) - Method in interface CcProvider
Get the list of web views belonging to the current user, and whose file areas reside on the local machine.
getColumnLabels() - Method in interface CqResultSet
 
getColumnTypes() - Method in interface CqResultSet
 
getComment() - Method in interface CqAttachment
Returns the attachment DESCRIPTION
getComment() - Method in interface CqResource
Most ClearQuest resources do not support the COMMENT property
getComment() - Method in interface javax.wvcm.Resource
Get the Resource.COMMENT property.
getCommonAncestor() - Method in interface javax.wvcm.Workspace.MergePreviewReport
Get the common ancestor for the merges.
getCompanyEmailAddress() - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpProductInfo
 
getCompanyFullName() - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpProductInfo
 
getCompanyName() - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpProductInfo
 
getCompanyWebAddress() - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpProductInfo
 
getComponent() - Method in interface CcBaseline
Get the the CcBaseline.COMPONENT property of this baseline.
getComponentList() - Method in interface CcVob
Get the value of this proxy's CcVob.COMPONENT_LIST property.
getConfigSpec() - Method in interface CcView
Get the value of this view's CcView.CONFIG_SPEC property.
getConfiguration() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.CONFIGURATION property.
getConfigurationRootFolderHome() - Method in interface javax.wvcm.Workspace
Get the Workspace.CONFIGURATION_ROOT_FOLDER_HOME property.
getConnectOptions() - Method in interface CqUserDb
Returns the value of the CONNECT_OPTIONS property as defined by this proxy.
getContentCharacterSet() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CONTENT_CHARACTER_SET property
getContentCharacterSet() - Method in interface javax.wvcm.Resource
Get the Resource.CONTENT_CHARACTER_SET property.
getContentIdentifier() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CONTENT_IDENTIFIER property
getContentIdentifier() - Method in interface javax.wvcm.Resource
Get the Resource.CONTENT_IDENTIFIER property.
getContentLanguage() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CONTENT_LANGUAGE property
getContentLanguage() - Method in interface javax.wvcm.Resource
Get the Resource.CONTENT_LANGUAGE property.
getContentLength() - Method in interface CqAttachment
Returns the attachment FILE_SIZE
getContentLength() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CONTENT_LENGTH property
getContentLength() - Method in interface javax.wvcm.Resource
Get the Resource.CONTENT_LENGTH property.
getContentType() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CONTENT_TYPE property
getContentType() - Method in interface javax.wvcm.Resource
Get the Resource.CONTENT_TYPE property.
getContextIsEmpty() - Method in interface CqUserDb
Returns the value of the CONTEXT_IS_EMPTY property as defined by this proxy.
getControllableResourceHome() - Method in interface javax.wvcm.Workspace
Get the Workspace.CONTROLLABLE_RESOURCE_HOME property.
getControlledResource() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
 
getCqMasterReplica() - Method in interface CqGroup
Returns the value of the CQ_MASTER_REPLICA property as defined by this proxy.
getCqMasterReplica() - Method in interface CqQueryFolderItem
Returns the value of the CQ_MASTER_REPLICA property as defined by this proxy.
getCqMasterReplica() - Method in interface CqRecord
Returns the value of the CQ_MASTER_REPLICA property as defined by this proxy.
getCqMasterReplica() - Method in interface CqUser
Returns the value of the CQ_MASTER_REPLICA property as defined by this proxy.
getCqUcmIntegrationState() - Method in interface com.ibm.rational.wvcm.stp.StpActivity
Returns the value of this proxy's StpActivity.CQ_UCM_INTEGRATION_STATE property.
getCreatedEvent() - Method in interface CcViewAccessInfo
Get the view "created" event info.
getCreationDate() - Method in interface CcFileAreaLockedCallback.CcFileAreaLockInfo
Get the date object was locked.
getCreationDate() - Method in interface CqRecord
Returns the date of the submit action in the record history field.
getCreationDate() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CREATION_DATE property
getCreationDate() - Method in interface javax.wvcm.Resource
Get the Resource.CREATION_DATE property.
getCreatorDisplayName() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CREATOR_DISPLAY_NAME property
getCreatorDisplayName() - Method in interface javax.wvcm.Resource
Get the Resource.CREATOR_DISPLAY_NAME property.
getCreatorGroupName() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CREATOR_GROUP_NAME property
getCreatorGroupName() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the value of the StpResource.CREATOR_GROUP_NAME property as defined by this proxy.
getCreatorLoginName() - Method in interface CqRecord
Returns the login name of the user who submitted the record
getCreatorLoginName() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CREATOR_LOGIN_NAME property
getCreatorLoginName() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the value of the StpResource.CREATOR_LOGIN_NAME property as defined by this proxy.
getCurrentActivity() - Method in interface javax.wvcm.Workspace
Get the Workspace.CURRENT_ACTIVITY property.
getCurrentReplica() - Method in interface CcVobResource
Returns the value of this proxy's CcVobResource.CURRENT_REPLICA property.
getCurrentUser() - Method in interface CqDb
Returns the value of the CURRENT_USER property as defined by this proxy.
getCurrentWorkspaceList() - Method in interface javax.wvcm.Activity
Get the Activity.CURRENT_WORKSPACE_LIST property.
getCustomProperties() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the custom properties recorded in this proxy.
getDatabaseName() - Method in interface CqUserDb
Returns the value of the DATABASE_NAME property as defined by this proxy.
getDate() - Method in interface CcViewAccessInfo.EventInfo
Get the date on which the event represented by this EventInfo object occurred.
getDateFilters() - Method in interface CqUserDb.SearchFilter
 
getDbName() - Method in interface CqFieldDefinition
Returns the value of the DB_NAME property as defined by this proxy.
getDbSet() - Method in interface CqGroup
Returns the value of the DB_SET property as defined by this proxy.
getDbSet() - Method in interface CqReplica
Returns the value of the DB_SET property as defined by this proxy.
getDbSet() - Method in interface CqUser
Returns the value of the DB_SET property as defined by this proxy.
getDbSet() - Method in interface CqUserDb
Returns the value of the DB_SET property as defined by this proxy.
getDbSet() - Method in interface CqUserDbMember
Returns the value of the DB_SET property as defined by this proxy.
getDefaultAction() - Method in interface CqRecord
Returns the value of the DEFAULT_ACTION property as defined by this proxy.
getDefaultDbSetName() - Method in interface CqProvider.CqProductInfo
 
getDefaultDeliverTarget() - Method in interface CcStream
Get the value of this stream's CcStream.DEFAULT_DELIVER_TARGET property.
getDefaultDomain() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
The domain to use if the domain field is omitted from location specifications.
getDefaultRecordType() - Method in interface CqUserDb
Returns the value of the DEFAULT_RECORD_TYPE property as defined by this proxy.
getDefaultRepository() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns the default repository associated with this provider.
getDefaultRepository(StpProvider.Domain) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns the default repository of a specified domain associated with this provider.
getDelimiter() - Method in interface CqQuery.FileOptions
 
getDelimiter() - Method in class CqQuery.FileOptionsClass
 
getDescription() - Method in interface CqAttachment
Returns the value of the DESCRIPTION property as defined by this proxy.
getDescription() - Method in interface CqQuery.DisplayField
Returns the description of the field from the schema.
getDestinationState() - Method in interface CqAction
Returns the value of the DESTINATION_STATE property as defined by this proxy.
getDiagInfo() - Method in interface CqDb
Returns the value of the DIAG_INFO property as defined by this proxy.
getDisplayFields() - Method in interface CqQuery
Returns the value of the DISPLAY_FIELDS property as defined by this proxy.
getDisplayName() - Method in interface CqAttachment
Returns the value of the DISPLAY_NAME property as defined by this proxy.
getDisplayName() - Method in interface javax.wvcm.Resource
Get the Resource.DISPLAY_NAME property.
getDisplayNameHeader() - Method in interface CqHistoryFieldValue
Returns the value of the DISPLAY_NAME_HEADER property as defined by this proxy.
getDisplayNameHeaderForExport() - Method in interface CqHistoryFieldValue
Returns the value of the DISPLAY_NAME_HEADER_FOR_EXPORT property as defined by this proxy.
getDomain() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns the domain specified or implied by the selector.
getDuplicates() - Method in interface CqRecord
Returns the value of the DUPLICATES property as defined by this proxy.
getDynamicChoiceList() - Method in interface CqFieldDefinition
Returns the value of the DYNAMIC_CHOICE_LIST property as defined by this proxy.
getDynamicChoiceLists() - Method in interface CqUserDb
Returns the value of the CqUserDb.DYNAMIC_CHOICE_LISTS property as defined by this proxy.
getDynamicFilters() - Method in interface CqQuery
Returns the value of the DYNAMIC_FILTERS property as defined by this proxy.
getEclipsedList() - Method in interface CcDirectory
Get the CcDirectory.ECLIPSED_LIST property.
getEffectiveAccessControlEntries() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
Returns the value of the EFFECTIVE_ACCESS_CONTROL_ENTRIES property as defined by this proxy.
getEfficientLocation() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the value of the EFFICIENT_LOCATION property as defined by this proxy.
getElement() - Method in interface CcFile
Get the value of this resource's CcFile.ELEMENT property.
getElement() - Method in interface CcVersion
Get the value of this version's CcVersion.ELEMENT property.
getElementRules() - Method in interface CcConfigSpec
Returns the "Element Rules" section (everything except the load rules) of the configuration specification.
getElementType() - Method in interface CcElement
Get the value of this element's CcElement.ELEMENT_TYPE property.
getElementType() - Method in interface CcFile
Returns the value of this proxy's CcFile.ELEMENT_TYPE property.
getElementTypeList() - Method in interface CcVob
Get the value of this proxy's CcVob.ELEMENT_TYPE_LIST property.
getEmail() - Method in interface CqUser
Returns the value of the EMAIL property as defined by this proxy.
getEmail() - Method in interface CqUserInfo
 
getEnableRowCount() - Method in interface CqQuery.ListOptions
If TRUE, the total number of rows generated by the query will be computed by the sever and returned as the value of CqResultSet.getRowCount().
getEnableRowCount() - Method in class CqQuery.ListOptionsClass
 
getEntries(Class<U>) - Method in interface CqUserDb.SearchFilter
Retrieves SearchKey/target-value pairs of a given target-value type
getEntriesByKey(Class<V>) - Method in interface CqUserDb.SearchFilter
Retrieves SearchKey/target-value pairs by SearchKey type
getEntryType() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
 
getEveryoneGroupName() - Method in interface CqDb
Returns the value of the EVERYONE_GROUP_NAME property as defined by this proxy.
getExcludedUserList() - Method in interface CcLockInfo
Get list of excluded users.
getExecute() - Method in interface CcPermissions.Permissions
Gets execute permission
getExtendedNamespace() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns an ExtendedNamespace object that, for some namespaces, contains additional information about the namespace field beyond its Namespace value.
getFamilyMembers() - Method in interface CqRecordType
Returns the value of the CqRecordType.FAMILY_MEMBERS property as defined by this proxy
getFeatureLevel() - Method in interface CqUserDb
Returns the value of the FEATURE_LEVEL property as defined by this proxy.
getField() - Method in interface CqAttachment
Returns the value of the FIELD property as defined by this proxy.
getField() - Method in interface CqAttachmentFolder
Returns the value of the FIELD property as defined by this proxy.
getField(String) - Method in interface CqRecord
Retrieves the value of a field previously requested by an instance of FieldName having the same fieldName parameter as this method.
getFieldDefinition() - Method in interface CqFieldValue
Returns the value of the FIELD_DEFINITION metadata component as defined by this Property instance.
getFieldDefinitions() - Method in interface CqRecordType
Returns the value of the FIELD_DEFINITIONS property as defined by this proxy.
getFieldFilters() - Method in interface CqUserDb.SearchFilter
 
getFieldInfo(CqRecord.FieldName<T>) - Method in interface CqRecord
Returns the meta-property bundle of a record field defined by this proxy.
getFieldName() - Method in interface CqFieldValue
 
getFieldsUpdatedThisAction() - Method in interface CqRecord
Returns the value of the FIELDS_UPDATED_THIS_ACTION property as defined by this proxy.
getFieldsUpdatedThisEntireAction() - Method in interface CqRecord
Returns the value of the FIELDS_UPDATED_THIS_ENTIRE_ACTION property as defined by this proxy.
getFieldsUpdatedThisGroup() - Method in interface CqRecord
Returns the value of the FIELDS_UPDATED_THIS_GROUP property as defined by this proxy.
getFieldsUpdatedThisSetValue() - Method in interface CqRecord
Returns the value of the FIELDS_UPDATED_THIS_SET_VALUE property as defined by this proxy.
getFieldType() - Method in interface CqFieldDefinition
Returns the value of the CqFieldDefinition.FIELD_TYPE property as defined by this proxy.
getFieldType() - Method in interface CqFieldValue
Returns the value of the FIELD_TYPE meta-property as defined by this CqFieldValue instance.
getFieldType() - Method in interface CqQuery.DisplayField
Returns the FieldType of the display field.
getFile() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns a File object that references the path defined by this StpLocation.
getFileAreaNeedsUpgrade() - Method in interface CcView
Get the value of this view's CcView.FILE_AREA_NEEDS_UPGRADE property.
getFileAreaRootDirectory() - Method in interface CcView
Returns the value of the CcView.FILE_AREA_ROOT_DIRECTORY property.
getFileName() - Method in interface CqAttachment
Returns the value of the FILE_NAME property as defined by this proxy.
getFileSize() - Method in interface CqAttachment
Returns the value of the FILE_SIZE property as defined by this proxy.
getFiltering() - Method in interface CqQuery
Returns the value of the FILTERING property as defined by this proxy.
getFoundationBaselineList() - Method in interface CcStream
Get the value of this stream's CcStream.FOUNDATION_BASELINE_LIST property.
getFromResource() - Method in interface CcHyperlink
Get the value of this hyperlink instance's CcHyperlink.FROM_RESOURCE property.
getFromText() - Method in interface CcHyperlink
Get the value of this hyperlink instance's CcHyperlink.FROM_TEXT property.
getFullName() - Method in interface CqUser
Returns the value of the FULL_NAME property as defined by this proxy.
getFullName() - Method in interface CqUserInfo
 
getFullProductVersion() - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpProductInfo
 
getFunction() - Method in interface CqQuery.DisplayField
Returns the simple scalar function that is to be applied to this DisplayField (e.g.
getGlobalPath() - Method in interface CcVobTag
Returns the value of this proxy's CcVobTag.GLOBAL_PATH property.
getGroupAccessRights(String, StpAccessControlEntry.EntryType, boolean) - Method in interface CqQueryFolder
Retrieves from this proxy, the StpAccessControlEntry list returned as the value of a requested property named by a GroupAccessRightsName having the same parameters as this method.
getGroupList() - Method in interface CcProvider.CcAuthentication
ClearCase checks the user's group list (the list of OS groups to which the user belongs) to determine whether the user can peform certain operations in a given VOB.
getGroupName() - Method in interface CcPermissions
Gets the group name.
getGroupName() - Method in interface CcViewAccessInfo.EventInfo
Get the group of the user associated with the event represented by this EventInfo object.
getGroupNames() - Method in interface CqUserInfo
 
getGroupPermissions() - Method in interface CcPermissions
Gets the permissions for group.
getGroups() - Method in interface CqGroup
Returns the value of the GROUPS property as defined by this proxy.
getGroups() - Method in interface CqUser
Returns the value of the GROUPS property as defined by this proxy.
getHasCheckouts() - Method in interface CcActivity
Get the value of this proxy's CcActivity.HAS_CHECKOUTS proerty.
getHasDescendantCheckouts() - Method in interface CcDirectory
Get the CcDirectory.HAS_DESCENDANT_CHECKOUTS property.
getHasDescendantHijacks() - Method in interface CcDirectory
Get the CcDirectory.HAS_DESCENDANT_HIJACKS property.
getHasDuplicates() - Method in interface CqRecord
Returns the value of the HAS_DUPLICATES property as defined by this proxy.
getHasLocalMastership() - Method in interface CcVobResource
Get the value of this proxy's CcVobResource.HAS_LOCAL_MASTERSHIP property.
getHasOpenChoiceList() - Method in interface CqFieldDefinition
Returns the value of the HAS_OPEN_CHOICE_LIST property as defined by this proxy.
getHasPostedDeliveryInProgress() - Method in interface CcStream
Get the value of this proxy's CcStream.HAS_POSTED_DELIVERY_IN_PROGRESS property.
getHasRootDirectoryElement() - Method in interface CcComponent
Get the CcComponent.HAS_ROOT_DIRECTORY_ELEMENT property of this component.
getHasScriptedChoiceList() - Method in interface CqFieldDefinition
Returns the value of the HAS_SCRIPTED_CHOICE_LIST property as defined by this proxy.
getHasSharedMastership() - Method in interface CcTypeBase
Get the value of this proxy's CcTypeBase.HAS_SHARED_MASTERSHIP property.
getHeadline() - Method in interface com.ibm.rational.wvcm.stp.StpActivity
Returns the value of this proxy's StpActivity.HEADLINE property.
getHeight() - Method in interface CqQuery.ChartOptions
Returns the requested height of the chart image in pixels.
getHeight() - Method in class CqQuery.ChartOptionsClass
 
getHelpText() - Method in interface CqFieldDefinition
Returns the value of the HELP_TEXT property as defined by this proxy.
getHistoriesForExport() - Method in interface CqHistoryFieldValue
Returns the value of the HISTORIES_FOR_EXPORT property as defined by this proxy.
getHistoryFields() - Method in interface CqRecord
Returns the value of the HISTORY_FIELDS property as defined by this proxy.
getHostName() - Method in interface CcFileAreaLockedCallback.CcFileAreaLockInfo
Get the hostname of the user who set the lock.
getHostName() - Method in interface CcViewAccessInfo.EventInfo
Get the host name associated with the event represented by this EventInfo object.
getHostName() - Method in interface CcVobTag
Returns the value of this proxy's CcVobTag.HOST_NAME property.
getHostPath() - Method in interface CcVobTag
Returns the value of this proxy's CcVobTag.HOST_PATH property.
getHttpProxyHost() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
 
getHttpProxyPort() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
 
getHyperlinkList() - Method in interface CcVobResource
Get the value of this proxy's CcVobResource.HYPERLINK_LIST property.
getHyperlinkTypeList() - Method in interface CcVob
Get the value of this proxy's CcVob.HYPERLINK_TYPE_LIST property.
getIdSelector() - Method in interface com.ibm.rational.wvcm.stp.StpActivity
Returns the value of this proxy's StpActivity.ID_SELECTOR property.
getImageFormat() - Method in interface CqQuery.ChartOptions
Returns the compression format requested for the chart image.
getImageFormat() - Method in class CqQuery.ChartOptionsClass
 
getInBaselineList() - Method in interface javax.wvcm.Version
Get the Version.IN_BASELINE_LIST property.
getIndexedRecordTypes() - Method in interface CqUserDb
Returns the value of the INDEXED_RECORD_TYPES property as defined by this proxy.
getIndexedVersion() - Method in interface CqHit
 
getInitialBaseline() - Method in interface CcComponent
Get the the CcComponent.INITIAL_BASELINE property of this component.
getInstanceConstraint() - Method in interface CcTypeBase
Get the value of this proxy's CcTypeBase.INSTANCE_CONSTRAINT property.
getInstantiationErrors() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns information about the failures, if any, to instantiate providers for specific product domains.
getIntegerValue() - Method in interface CcAttribute
If the attribute's value type is INTEGER, retrieve it as such.
getIntegrationStream() - Method in interface CcProject
Get the value of this proxy's CcProject.INTEGRATION_STREAM property.
getInvalidFields() - Method in interface CqRecord
Returns the value of the INVALID_FIELDS property as defined by this proxy.
getInvalidProperties() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the value of the INVALID_PROPERTIES property as defined by this proxy.
getInWorkspaceList() - Method in interface javax.wvcm.Version
Get the Version.IN_WORKSPACE_LIST property.
getIsActive() - Method in interface CqGroup
Returns the value of the IS_ACTIVE property as defined by this proxy.
getIsActive() - Method in interface CqUser
Returns the value of the IS_ACTIVE property as defined by this proxy.
getIsAggregated() - Method in interface CqQuery
Returns the value of the IS_AGGREGATED property as defined by this proxy.
getIsAllUsersVisible() - Method in interface CqUser
Returns the value of the IS_ALL_USERS_VISIBLE property as defined by this proxy.
getIsAppBuilder() - Method in interface CqUser
Returns the value of the IS_APP_BUILDER property as defined by this proxy.
getIsAtomicCheckinEnabled() - Method in interface CcVob
Returns the value of this proxy's CcVob.IS_ATOMIC_CHECKIN_ENABLED property.
getIsAvailableForQueries() - Method in interface CqFieldDefinition
Returns the value of the IS_AVAILABLE_FOR_QUERIES property as defined by this proxy.
getIsBaselineControllable() - Method in interface javax.wvcm.ControllableFolder
Get the ControllableFolder.IS_BASELINE_CONTROLLABLE property.
getIsBaselineControlled() - Method in interface javax.wvcm.ControllableFolder
Get the ControllableFolder.IS_BASELINE_CONTROLLED property.
getIsBuiltInSystemOwned() - Method in interface CqRecordType
Returns the value of the IS_BUILD_IN_SYSTEM_OWNED property as defined by this proxy.
getIsChartingEnabled() - Method in interface CqUserDb
Returns the value of the IS_CHARTING_ENABLED property as defined by this proxy.
getIsCheckedOut() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.IS_CHECKED_OUT property.
getIsCompressionOptimized() - Method in interface CqQuery.ChartOptions
Returns whether or not the compression of the image should be optimized.
getIsCompressionOptimized() - Method in class CqQuery.ChartOptionsClass
 
getIsDbFile() - Method in interface CcFile
Get the value of this files CcFile.IS_DB_FILE property.
getIsDisconnected() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns an indication of whether or not this provider is permitted to communicate with a server.
getIsDuplicate() - Method in interface CqRecord
Returns the value of the IS_DUPLICATE property as defined by this proxy.
getIsDynamicListAdmin() - Method in interface CqUser
Returns the value of the IS_DYNAMIC_LIST_ADMIN property as defined by this proxy.
getIsEmpty() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the IS_EMPTY meta-property as defined by this StpProperty instance.
getIsExecutable() - Method in interface CqResource
No ClearQuest resources is executable
getIsExecutable() - Method in interface javax.wvcm.Resource
Get the Resource.IS_EXECUTABLE property.
getIsExpress() - Method in interface CcView
Returns the value of this proxy's CcView.IS_EXPRESS property.
getIsFamily() - Method in interface CqRecordType
Returns the value of the IS_FAMILY property as defined by this proxy.
getIsFullTextSearchEnabled() - Method in interface CqUserDb
Returns the value of the IS_FULL_TEXT_SEARCH_ENABLED property as defined by this proxy.
getIsGreyScale() - Method in interface CqQuery.ChartOptions
Returns whether the chart image is to be rendered in grey scale or color.
getIsGreyScale() - Method in class CqQuery.ChartOptionsClass
 
getIsGroupBy() - Method in interface CqQuery.DisplayField
Returns whether or not the field is in a group-by clause.
getIsHijacked() - Method in interface CcFile
Get the value of this file's CcFile.IS_HIJACKED property.
getIsImport() - Method in interface CcBaseline
Get the CcBaseline.IS_IMPORT property of this baseline.
getIsInitial() - Method in interface CcBaseline
Get the CcBaseline.IS_INITIAL property of this baseline.
getIsIntegrationActivity() - Method in interface CcActivity
Get the value of this proxy's CcActivity.IS_INTEGRATION_ACTIVITY property.
getIsIntegrationStream() - Method in interface CcStream
Get the value of this stream's CcStream.IS_INTEGRATION_STREAM property.
getIsInterlaced() - Method in interface CqQuery.ChartOptions
Returns whether or not a PNG image should be interlaced.
getIsInterlaced() - Method in class CqQuery.ChartOptionsClass
 
getIsLegalForFilter() - Method in interface CqQuery.DisplayField
Returns whether or not this field can be used in a query filter.
getIsModified() - Method in interface CqContextResource
Returns the value of the IS_MODIFIED property as defined by this proxy.
getIsMultisiteActivated() - Method in interface CqUserDb
Returns the value of the IS_MULTISITE_ACTIVATED property as defined by this proxy.
getIsMultiSiteAdmin() - Method in interface CqUser
Returns the value of the IS_MULTI_SITE_ADMIN property as defined by this proxy.
getIsMultitype() - Method in interface CqQuery
Returns the value of the IS_MULTITYPE property as defined by this proxy.
getIsolatedTarget() - Method in interface javax.wvcm.Workspace
Get the Workspace.ISOLATED_TARGET property.
getIsOriginal() - Method in interface CqRecord
Returns the value of the IS_ORIGINAL property as defined by this proxy.
getIsProgressive() - Method in interface CqQuery.ChartOptions
Returns whether or not a JPEG image is to use progressive compression.
getIsProgressive() - Method in class CqQuery.ChartOptionsClass
 
getIsProjectVob() - Method in interface CcVob
Returns the value of this proxy's CcVob.IS_PROJECT_VOB property.
getIsProjectVob() - Method in interface CcVobTag
Returns the value of this proxy's CcVobTag.IS_PROJECT_VOB property.
getIsPublic() - Method in interface CcVobTag
Returns the value of this proxy's CcVobTag.IS_PUBLIC property.
getIsPublicFolderAdmin() - Method in interface CqUser
Returns the value of the IS_PUBLIC_FOLDER_ADMIN property as defined by this proxy.
getIsRawSqlWriter() - Method in interface CqUser
Returns the value of the IS_RAW_SQL_WRITER property as defined by this proxy.
getIsReadable() - Method in interface CqQueryFolder
Returns the value of the IS_READABLE property as defined by this proxy.
getIsReadOnly() - Method in interface CcStream
Get the value of this stream's CcStream.IS_READ_ONLY property.
getIsReadOnly() - Method in interface CcView
Returns the value of this proxy's CcView.IS_READ_ONLY property.
getIsReplicated() - Method in interface CcVob
Returns the value of this proxy's CcVob.IS_REPLICATED property.
getIsReportingEnabled() - Method in interface CqUserDb
Returns the value of the IS_REPORTING_ENABLED property as defined by this proxy.
getIsRequisiteProEnabled() - Method in interface CqUserDb
Returns the value of the IS_REQUISITE_PRO_ENABLED property as defined by this proxy.
getIsRestrictedUser() - Method in interface CqUserDb
Returns the value of the IS_RESTRICTED_USER property as defined by this proxy.
getIsRoot() - Method in interface CcProjectFolder
Get the value of this proxy's CcProjectFolder.IS_ROOT property.
getIsSecurityAdmin() - Method in interface CqUser
Returns the value of the IS_SECURITY_ADMIN property as defined by this proxy.
getIsSecurityContext() - Method in interface CqFieldDefinition
Returns the value of the IS_SECURITY_CONTEXT property as defined by this proxy.
getIsSecurityContext() - Method in interface CqRecordType
Returns the value of the IS_SECURITY_CONTEXT property as defined by this proxy.
getIsSingleStream() - Method in interface CcProject
Get the value of this proxy's CcProject.IS_SINGLE_STREAM property.
getIsSiteExtendedNameRequired() - Method in interface CqQueryFolderItem
Returns the value of the IS_SITE_EXTENDED_NAME_REQUIRED property as defined by this proxy.
getIsSqlGenerated() - Method in interface CqQuery
Returns the value of the IS_SQL_GENERATED property as defined by this proxy.
getIsStateless() - Method in interface CqRecordType
Returns the value of the IS_STATELESS property as defined by this proxy.
getIsSubmittable() - Method in interface CqRecordType
Returns the value of the IS_SUBMITTABLE property as defined by this proxy.
getIsSubscribedToAllDatabases() - Method in interface CqGroup
Returns the value of the IS_SUBSCRIBED_TO_ALL_DATABASES property as defined by this proxy.
getIsSubscribedToAllDatabases() - Method in interface CqUser
Returns the value of the IS_SUBSCRIBED_TO_ALL_DATABASES property as defined by this proxy.
getIsSuperUser() - Method in interface CqUser
Returns the value of the IS_SUPER_USER property as defined by this proxy.
getIsSymlink() - Method in interface CcFile
Get the value of the CcFile.IS_SYMLINK property.
getIsSystemOwned() - Method in interface CqFieldDefinition
Returns the value of the IS_SYSTEM_OWNED property as defined by this proxy.
getIsTestDatabase() - Method in interface CqUserDb
Returns the value of the IS_TEST_DATABASE property as defined by this proxy.
getIsUcmEnabled() - Method in interface CqRecordType
Returns the value of the IS_UCM_ENABLED property as defined by this proxy.
getIsUcmView() - Method in interface CcView
Get the value of this view's CcView.IS_UCM_VIEW property.
getIsUcmView() - Method in interface CcViewTag
Returns the value of this proxy's CcViewTag.IS_UCM_VIEW property.
getIsUserAdminEnabled() - Method in interface CqDbSet
Returns the value of the IS_USER_ADMIN_ENABLED property as defined by this proxy.
getIsUserMaintainer() - Method in interface CqUser
Returns the value of the IS_USER_MAINTAINER property as defined by this proxy.
getIsValid() - Method in interface CqReport
Returns the value of the IS_VALID property as defined by this proxy.
getIsVersionControllable() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.IS_VERSION_CONTROLLABLE property.
getIsVersionControlled() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.IS_VERSION_CONTROLLED property.
getIsVisible() - Method in interface CqQuery.DisplayField
Returns whether or not this display field occupies a column in the result set.
getIsVobRoot() - Method in interface CcDirectory
Returns the value of this proxy's CcDirectory.IS_VOB_ROOT property.
getIsWritable() - Method in interface CqQueryFolder
Returns the value of the IS_WRITABLE property as defined by this proxy.
getKeyFields() - Method in interface CqRecordType
Returns the value of the KEY_FIELDS property as defined by this proxy.
getLabel() - Method in interface CqQuery.DisplayField
Returns the label for the column of the result set that contains values from this display field.
getLabelingStatus() - Method in interface CcBaseline
Get the CcBaseline.LABELING_STATUS property of this baseline.
getLabelNameList() - Method in interface javax.wvcm.Version
Get the Version.LABEL_NAME_LIST property.
getLabelTypeList() - Method in interface CcVob
Get the value of this proxy's CcVob.LABEL_TYPE_LIST property.
getLastAccessedEvent() - Method in interface CcViewAccessInfo
Get the view "last accessed" event info.
getLastConfigSpecUpdateEvent() - Method in interface CcViewAccessInfo
Get the view "last config spec update" event info.
getLastModified() - Method in interface CqRecord
Returns the date of the last action applied to the record from its history
getLastModified() - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the LAST_MODIFIED property
getLastModified() - Method in interface javax.wvcm.Resource
Get the Resource.LAST_MODIFIED property.
getLastModifiedEvent() - Method in interface CcViewAccessInfo
Get the view "last modified" event info.
getLastPrivateDataReadEvent() - Method in interface CcViewAccessInfo
Get the view "last private data read" event info.
getLastPrivateDataUpdateEvent() - Method in interface CcViewAccessInfo
Get the view "last private data update" event info.
getLatestBaselineList() - Method in interface CcStream
Get the value of the this proxy's CcStream.LATEST_BASELINE_LIST property.
getLatestVersionList() - Method in interface CcActivity
Get the value of this proxy's CcActivity.LATEST_VERSION_LIST property.
getLatestVersionList() - Method in interface javax.wvcm.Activity
Get the Activity.LATEST_VERSION_LIST property.
getLatestVersionOnBranch() - Method in interface CcFile
Get the value of this resource's CcFile.LATEST_VERSION_ON_BRANCH property.
getLDAPProperty() - Method in interface CqDb
Returns the value of the LDAP_PROPERTY property as defined by this proxy.
getLegalAccessibleActions() - Method in interface CqRecord
Returns the value of the LEGAL_ACCESSIBLE_ACTIONS property as defined by this proxy.
getLegalActions() - Method in interface CqRecord
Returns the value of the LEGAL_ACTIONS property as defined by this proxy.
getLegalCompOps() - Method in interface CqFieldDefinition
Returns the value of the LEGAL_COMP_OPS property as defined by this proxy.
getLinkTarget() - Method in interface javax.wvcm.ControllableSymbolicLink
Get the ControllableSymbolicLink.LINK_TARGET property.
getLinkTarget() - Method in interface javax.wvcm.SymbolicLinkVersion
Get the SymbolicLinkVersion.LINK_TARGET property.
getLoadedChildMap() - Method in interface CcView
Get the value of this proxy's CcView.LOADED_CHILD_MAP property.
getLoadRules() - Method in interface CcConfigSpec
Returns the load-rules section of a configuration specification.
getLoadState() - Method in interface CcFile
Get the value of this resource's CcFile.LOAD_STATE property.
getLocalReplica() - Method in interface CqDb
Returns the value of the LOCAL_REPLICA property as defined by this proxy.
getLockDescription() - Method in interface CcLockInfo
Get the description of the lock.
getLockedByUser() - Method in interface CcLockInfo
Get the name of the user who set the lock.
getLockedOnDate() - Method in interface CcLockInfo
Get the date object was locked.
getLockInfo() - Method in interface CcVobResource
Returns the value of this proxy's CcVobResource.LOCK_INFO property.
getLockOwner() - Method in interface CqRecord
Returns the value of the LOCK_OWNER property as defined by this proxy.
getLoginName() - Method in interface CqUser
Returns the value of the LOGIN_NAME property as defined by this proxy.
getLoginName() - Method in interface CqUserInfo
 
getMasterReplica() - Method in interface CcVobResource
Returns the value of this proxy's CcVobResource.CC_MASTER_REPLICA property.
getMaxCompatibleFeatureLevel() - Method in interface CqUserDb
Returns the value of the MAX_COMPATIBLE_FEATURE_LEVEL property as defined by this proxy.
getMaximumStringLength() - Method in interface CqFieldDefinition
Returns the value of the MAXIMUM_STRING_LENGTH property as defined by this proxy.
getMaxMultiLineTextLength() - Method in interface CqQuery.FileOptions
 
getMaxMultiLineTextLength() - Method in class CqQuery.FileOptionsClass
 
getMaxMultiLineTextLength() - Method in interface CqQuery.ListOptions
 
getMaxMultiLineTextLength() - Method in class CqQuery.ListOptionsClass
 
getMemberList() - Method in interface CqDynamicChoiceList
Returns the value of the MEMBER_LIST property as defined by this proxy.
getMergeContributorList() - Method in interface CcVersion
Get the value of this version's CcVersion.MERGE_CONTRIBUTOR_LIST property.
getMergeList() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.MERGE_LIST property.
getMergeType() - Method in interface CcElementType
Get the value of this proxy's CcElementType.MERGE_TYPE property.
getMessage() - Method in interface com.ibm.rational.wvcm.stp.StpException.Data
 
getMessage() - Method in exception com.ibm.rational.wvcm.stp.StpException
Localizes the message contained within this exception and returns it.
getMessageText() - Method in interface CqFieldValue
Returns the value of the MESSAGE_TEXT metadata component as defined by this Property instance.
getMetaProperties(PropertyNameList.PropertyName<T>) - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the collection of metadata components defined in this proxy for a given PropertyName.
getMetaProperty(StpProperty.MetaPropertyName<U>) - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the given meta-property defined by this StpProperty instance.
getMetaPropertyNames() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the META_PROPERTY_NAMES meta-property as defined by this StpProperty instance.
getMinCompatibleFeatureLevel() - Method in interface CqUserDb
Returns the value of the MIN_COMPATIBLE_FEATURE_LEVEL property as defined by this proxy.
getMiscellaneousInformation() - Method in interface CqUser
Returns the value of the MISCELLANEOUS_INFORMATION property as defined by this proxy.
getMiscellaneousInformation() - Method in interface CqUserInfo
 
getModifiableComponentList() - Method in interface CcProject
Get the value of this proxy's CcProject.MODIFIABLE_COMPONENT_LIST property.
getModifiedResourcesList() - Method in interface CqUserDb
Returns the value of the MODIFIED_RESOURCES_LIST property as defined by this proxy.
getMoribundResourcesList() - Method in interface CqUserDb
Returns the value of the MORIBUND_RESOURCES_LIST property as defined by this proxy.
getMountOptions() - Method in interface CcVobTag
Returns the value of this proxy's CcVobTag.MOUNT_OPTIONS property.
getMyActivityList() - Method in interface CcStream
Get the value of this stream's CcStream.MY_ACTIVITY_LIST property.
getName() - Method in interface CcAttribute
Get the attribute's name.
getName() - Method in interface CqUserDb
Returns the value of the NAME property as defined by this proxy.
getName() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns the object name field specified for this location.
getName() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the NAME meta-property as defined by this StpProperty instance.
getName() - Method in class javax.wvcm.PropertyNameList.PropertyName
Get the property name.
getNamedHookList() - Method in interface CqRecordType
Returns the value of the NAMED_HOOK_LIST property as defined by this proxy.
getNamedValue(String) - Method in interface CqUserDb
Retrieves the value of a previously requested property named by an instance of NamedValueName having the same parameters as this method.
getNameResolverView() - Method in interface CcActivity
Get the value of this proxy's CcActivity.NAME_RESOLVER_VIEW property.
getNameSegmentCount() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
The number of segments in the object name.
getNameSegments(int) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns the first N segments of the name field of this location specification.
getNameSegments(int, int) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns contiguous segments of the name field of this selector.
getNamespace() - Method in interface com.ibm.rational.wvcm.stp.StpLocation.ExtendedNamespace
 
getNamespace() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns the StpLocation.Namespace of this selector.
getNamespace() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the NAMESPACE meta-property as defined by this StpProperty instance.
getNamespace() - Method in class javax.wvcm.PropertyNameList.PropertyName
Get the namespace of the property name.
getNested() - Method in class javax.wvcm.PropertyRequestItem.NestedPropertyName
 
getNestedExceptions() - Method in exception javax.wvcm.WvcmException
Get any nested exceptions that further explain the cause of the error.
getNewVersion() - Method in interface javax.wvcm.Baseline.ChangedVersion
Return the version from the new baseline.
getObjectModelVersionMajor() - Method in interface CqProvider.CqProductInfo
 
getObjectModelVersionMinor() - Method in interface CqProvider.CqProductInfo
 
getObsolete() - Method in interface CcLockInfo
Check if this is an obsolete lock (should be hidden from most operations).
getOldVersion() - Method in interface javax.wvcm.Baseline.ChangedVersion
Return the version from the old baseline.
getOpaqueValue() - Method in interface CcAttribute
If the attribute's value type is OPAQUE, retrieve it as such.
getOperand(int) - Method in interface CqQuery.FilterNode
Returns the n-th operand of the conjunction or disjunction.
getOperand() - Method in interface CqQuery.FilterNode
Returns the first operand of this FilterNode.
getOperandCount() - Method in interface CqQuery.FilterNode
Returns the number of operands in this node.
getOperands() - Method in interface CqQuery.FilterNode
Returns all operands of the conjunction or disjunction represented by this node.
getOperation() - Method in interface CqQuery.Filter
Returns the logical operation that is to be used to combine the operands of this subexpression.
getOptions() - Method in interface CqQuery.FileOptions
 
getOptions() - Method in class CqQuery.FileOptionsClass
 
getOrderedAdminVobList() - Method in interface CcVob
Get the value of this proxy's CcVob.ORDERED_ADMIN_VOB_LIST property.
getOriginal() - Method in interface CqRecord
Returns the value of the ORIGINAL property as defined by this proxy.
getOriginalId() - Method in interface CqRecord
Returns the value of the ORIGINAL_ID property as defined by this proxy.
getOriginalValue() - Method in interface CqFieldValue
Returns the value of the ORIGINAL_VALUE metadata component as defined by this Property instance.
getOriginalValueStatus() - Method in interface CqFieldValue
Returns the value of the ORIGINAL_VALUE_STATUS metadata component as defined by this Property instance.
getOslclinksEnabledRecordTypes() - Method in interface CqUserDb
Returns the value of the INDEXED_RECORD_TYPES property as defined by this proxy.
getOtherPermissions() - Method in interface CcPermissions
Gets the permissions for other.
getParent() - Method in interface CcFile
Get the value of the CcFile.PARENT property.
getParentFamilies() - Method in interface CqRecordType
Returns the value of the CqRecordType.PARENT_FAMILIES property as defined by this proxy
getParentFolder() - Method in interface CcProjectFolder
Get the value of this proxy's CcProjectFolder.PARENT_FOLDER property.
getParentList() - Method in interface javax.wvcm.Resource
Get the Resource.PARENT_LIST property.
getParentProject() - Method in interface CcStream
Get the value of this stream's CcStream.PARENT_PROJECT property.
getParentStream() - Method in interface CcStream
Get the value of this stream's CcStream.PARENT_STREAM property.
getPatchVersion() - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpProductInfo
 
getPath() - Method in interface CqQuery.DisplayField
Returns the field path that describes the data source for this display field.
getPathName() - Method in interface CqQuery.DisplayField
Returns the character image of the field path that is the data source for this display field.
getPathnameLocation() - Method in interface javax.wvcm.Resource
Get the Resource.PATHNAME_LOCATION property.
getPermissions() - Method in interface CcView
Returns the value of this proxy's CcView.PERMISSIONS property.
getPermissions() - Method in interface CcVobResource
Get the value of this resource's CcVobResource.PERMISSIONS property.
getPersonalCharts() - Method in interface CqUserDb
Returns the value of the PERSONAL_CHARTS property as defined by this proxy.
getPersonalFolder() - Method in interface CqUserDb
Returns the value of the PERSONAL_FOLDER property as defined by this proxy.
getPersonalQueries() - Method in interface CqUserDb
Returns the value of the PERSONAL_QUERIES property as defined by this proxy.
getPersonalReports() - Method in interface CqUserDb
Returns the value of the PERSONAL_REPORTS property as defined by this proxy.
getPhone() - Method in interface CqUser
Returns the value of the PHONE property as defined by this proxy.
getPhone() - Method in interface CqUserInfo
 
getPossibleAccessRights() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
Returns the value of the POSSIBLE_ACCESS_RIGHTS property as defined by this proxy.
getPostedDeliveryList() - Method in interface CcProject
Get the value of this proxy's CcProject.POSTED_DELIVERY_LIST property.
getPostedDeliveryList() - Method in interface CcStream
Get the value of this proxy's CcStream.POSTED_DELIVERY_LIST property.
getPredecessor() - Method in interface CcVersion
Get the value of this version's CcVersion.PREDECESSOR property.
getPredecessorList() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.PREDECESSOR_LIST property.
getPredecessorList() - Method in interface javax.wvcm.Version
Get the Version.PREDECESSOR_LIST property.
getPrimaryGroupName() - Method in interface CcProvider.CcAuthentication
ClearCase checks the user's "primary group" to determine whether the user can peform certain operations in a given VOB, such as creating a new CC element.
getPrimaryRecordType() - Method in interface CqQuery
Returns the value of the PRIMARY_RECORD_TYPE property as defined by this proxy.
getPrimaryRecordType() - Method in interface CqReport
Returns the value of the PRIMARY_RECORD_TYPE property as defined by this proxy.
getPrincipal() - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
 
getProductInfo() - Method in interface com.ibm.rational.wvcm.stp.StpRepository
 
getProductVersion() - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpProductInfo
 
getProjectFolder() - Method in interface CcProject
Get the value of this proxy's CcProject.PROJECT_FOLDER property.
getProjectList() - Method in interface CcProjectFolder
Get the value of this proxy's CcProjectFolder.PROJECT_LIST property.
getPromotionLevel() - Method in interface CcBaseline
Get the CcBaseline.PROMOTION_LEVEL property of this baseline.
getProperty(PropertyNameList.PropertyName<T>) - Method in interface CqRecord
Returns the value defined by this proxy for the property specified by the given PropertyName.
getProperty(PropertyNameList.PropertyName<T>) - Method in interface javax.wvcm.Resource
Get the value of the specified property of this Resource.
getPropertyException(PropertyNameList.PropertyName<?>) - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the StpPropertyException that would be thrown by getProperty if it were called with the given PropertyName.
getPropertyName() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the PROPERTY_NAME meta-property as defined by this StpProperty instance.
getPropertyName() - Method in exception com.ibm.rational.wvcm.stp.StpPropertyException
Returns the name of the property with which this exception is associated.
getPropertyName() - Method in interface com.ibm.rational.wvcm.stp.StpPropertyException.PropertyData
 
getPropertyNameList() - Method in class com.ibm.rational.wvcm.stp.StpProperty.List
Returns the names of the properties in the list
getPropertyNames() - Method in interface CqHit
 
getPropertyNames() - Method in class javax.wvcm.PropertyNameList
Get an array of property names from a property name list.
getPropertyRequestForModified() - Method in class javax.wvcm.DetailedFeedback
 
getPropertyRequestForModified() - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
getPropertyRequestForModified() - Method in interface javax.wvcm.Feedback
Called by the method to determine what properties to include in the argument to Feedback.notifyIsModified(javax.wvcm.Resource).
getPropertyRequestForModified() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
getPropertyRequestForResult() - Method in class javax.wvcm.DetailedFeedback
 
getPropertyRequestForResult() - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
getPropertyRequestForResult() - Method in interface javax.wvcm.Feedback
Called by the method to determine what properties to include in the result of the operation.
getPropertyRequestForResult() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
getPropertyValueClass(PropertyNameList.PropertyName<T>) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns the Class object for the value type of a property identified by a PropertyName.
getPropertyValues() - Method in interface CqHit
 
getProviderList() - Method in interface CqResource
 
getProviderList() - Method in interface javax.wvcm.Resource
Get the Resource.PROVIDER_LIST property.
getPublicCharts() - Method in interface CqUserDb
Returns the value of the PUBLIC_CHARTS property as defined by this proxy.
getPublicFolder() - Method in interface CqUserDb
Returns the value of the PUBLIC_FOLDER property as defined by this proxy.
getPublicQueries() - Method in interface CqUserDb
Returns the value of the PUBLIC_QUERIES property as defined by this proxy.
getPublicReports() - Method in interface CqUserDb
Returns the value of the PUBLIC_REPORTS property as defined by this proxy.
getQuality() - Method in interface CqQuery.ChartOptions
Returns the requested quality of JPEG compression, expressed as an integer between 1 (maximum compression) and 100 (maximum fidelity).
getQuality() - Method in class CqQuery.ChartOptionsClass
 
getQuery() - Method in interface CqReport
Returns the value of the QUERY property as defined by this proxy.
getQuery() - Method in interface CqResultSet
Returns a CqQuery proxy for the query that was executed to generate this result set.
getQueryFolder() - Method in interface CqQueryFolderItem
Returns the value of the QUERY_FOLDER property as defined by this proxy.
getQueryFolderItems() - Method in interface CqQueryFolder
Returns the value of the QUERY_FOLDER_ITEMS property as defined by this proxy.
getQueryFolderItems() - Method in interface CqUserDb
Returns the value of the QUERY_FOLDER_ITEMS property as defined by this proxy.
getQueryPropertyRequest() - Method in class CqQuery.ChartOptionsClass
 
getQueryPropertyRequest() - Method in interface CqQuery.CommonOptions
 
getQueryPropertyRequest() - Method in class CqQuery.ListOptionsClass
 
getQueryType() - Method in interface CqQuery
Returns the value of the QUERY_TYPE property as defined by this proxy.
getRead() - Method in interface CcPermissions.Permissions
Gets read permission
getRealValue() - Method in interface CcAttribute
If the attribute's value type is REAL, retrieve it as such.
getReasonCode() - Method in exception javax.wvcm.WvcmException
Get the reason code that describes the nature of the error.
getReasonCodeForRFC3253Condition(String) - Static method in enum javax.wvcm.WvcmException.ReasonCode
The ReasonCode for an RFC 3253 pre- or post-condition.
getRecommendedBaselineList() - Method in interface CcStream
Get the value of the this proxy's CcStream.RECOMMENDED_BASELINE_LIST property.
getRecord() - Method in interface CqAttachmentFolder
Returns the value of the RECORD property as defined by this proxy.
getRecord() - Method in interface CqFieldValue
Returns the value of the RECORD metadata component as defined by this Property instance.
getRecord() - Method in interface CqRowData
Returns a proxy for the resource from which the fields of this row were generated.
getRecordClass() - Method in interface CqRecord
Returns the value of the RECORD_CLASS property as defined by this proxy.
getRecordType() - Method in interface CqAction
Returns the value of the RECORD_TYPE property as defined by this proxy.
getRecordType() - Method in interface CqAttachmentFolder
A CqRecordType proxy for the record-type resource that defines what kind of record this is.
getRecordType() - Method in interface CqFieldDefinition
Returns the value of the RECORD_TYPE property as defined by this proxy.
getRecordType() - Method in interface CqRecord
A CqRecordType proxy for the record-type resource that defines what kind of record this is.
getRecordType() - Method in interface CqReportFormat
Returns the value of the RECORD_TYPE property as defined by this proxy.
getRecordTypeFilters() - Method in interface CqUserDb.SearchFilter
 
getRecordTypeSet() - Method in interface CqUserDb
Returns the value of the RECORD_TYPE_SET property as defined by this proxy.
getReferencedRecordType() - Method in interface CqFieldDefinition
Returns the value of the REFERENCED_RECORD_TYPE property as defined by this proxy.
getRegistryRegion() - Method in interface CcViewTag
Returns the value of this proxy's CcViewTag.REGISTRY_REGION property.
getRegistryRegion() - Method in interface CcVobTag
Returns the value of this proxy's CcVobTag.REGISTRY_REGION property.
getReplicaList() - Method in interface CcVob
Returns the value of this proxy's CcVob.REPLICA_LIST property.
getRepo() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns the repository field of this location specification.
getReportFormat() - Method in interface CqReport
Returns the value of the REPORT_FORMAT property as defined by this proxy.
getReportFormats() - Method in interface CqUserDb
Returns the value of the REPORT_FORMATS property as defined by this proxy.
getRepoSegmentCount() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
The number of segments in the repository name.
getRepoSegments(int) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns the first N segments of the repository field of this location.
getRepoSegments(int, int) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns contiguous segments of the repository name of this location.
getRepository() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the value of the StpResource.REPOSITORY property as defined by this proxy.
getRequiredness() - Method in interface CqFieldValue
Returns the value of the REQUIREDNESS metadata component as defined by this Property instance.
getRequirednessByState() - Method in interface CqFieldDefinition
Returns the value of the REQUIREDNESS_BY_STATE property as defined by this proxy.
getReserved() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.RESERVED property.
getResource() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the RESOURCE meta-property as defined by this StpProperty instance.
getResource() - Method in exception javax.wvcm.WvcmException
Get the resource causing the exception.
getResourceError() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the value of the resource error attribute associated with this proxy.
getResourceIdentifier() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Note: the Resource.RESOURCE_IDENTIFIER property is defined only for server resources (it's undefined for uncontrolled controllable resources) and it's value is not available locally via ControllableResource.readProperties().
getResourceIdentifier() - Method in interface javax.wvcm.Resource
Get the Resource.RESOURCE_IDENTIFIER property.
getResourceType() - Method in interface com.ibm.rational.wvcm.stp.StpLocation.ExtendedNamespace
 
getResourceType() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns the resource type field of a location specification if it used a compound namespace.
getRoot() - Method in class javax.wvcm.PropertyRequestItem.NestedPropertyName
 
getRootDirectoryElement() - Method in interface CcComponent
Get the CcComponent.ROOT_DIRECTORY_ELEMENT property of this component.
getRootFolder() - Method in interface javax.wvcm.Configuration
Get the Configuration.ROOT_FOLDER property.
getRootFolderOf() - Method in interface javax.wvcm.ControllableFolder
Get the ControllableFolder.ROOT_FOLDER_OF property.
getRootProjectFolder() - Method in interface CcVob
Returns the value of this proxy's CcVob.ROOT_PROJECT_FOLDER property.
getRootVersion() - Method in interface javax.wvcm.VersionHistory
Get the VersionHistory.ROOT_VERSION property.
getRowCount() - Method in interface CqResultSet
The total number of rows found by the query in the database.
getRowNumber() - Method in interface CqRowData
Returns the ordinal position of this row in the result set.
getRowNumberHardLimit() - Method in interface CqResultSet
 
getRowNumberLimit() - Method in class CqQuery.ChartOptionsClass
 
getRowNumberLimit() - Method in interface CqQuery.CommonOptions
 
getRowNumberLimit() - Method in class CqQuery.ListOptionsClass
 
getRowNumberSoftLimit() - Method in interface CqResultSet
 
getSchemaRev() - Method in interface CqUserDb
Returns the value of the SCHEMA_REV property as defined by this proxy.
getSchemaVersion() - Method in interface CcVob
Get the value of this proxy's CcVob.SCHEMA_VERSION property.
getScope() - Method in interface CcTypeBase
Get the value of this proxy's CcTypeBase.SCOPE property.
getScore() - Method in interface CqHit
 
getSelectionRule() - Method in interface CcFile
Get the value of this resource's CcFile.SELECTION_RULE property.
getServer() - Method in interface CqUserDb
Returns the value of the SERVER property as defined by this proxy.
getServerUrl() - Method in interface CcView
Get the value of this proxy's CcView.SERVER_URL property.
getServerUrl() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns the server URL for this provider, as set by an initialization argument or a previous call to setServerUrl().
getSetgid() - Method in interface CcPermissions
Gets the setgid setting.
getSetuid() - Method in interface CcPermissions
Gets the setuid setting.
getSiteExtendedName() - Method in interface CqQueryFolderItem
Returns the value of the SITE_EXTENDED_NAME property as defined by this proxy.
getSiteExtendedNames() - Method in interface CqQueryFolderItem
Returns the value of the SITE_EXTENDED_NAMES property as defined by this proxy.
getSiteExtendedNames() - Method in interface CqRecord
Returns the value of the SITE_EXTENDED_NAMES property as defined by this proxy.
getSiteExtension() - Method in interface CqRecord
Returns the value of the SITE_EXTENSION property as defined by this proxy.
getSize() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the SIZE meta-property as defined by this StpProperty instance.
getSkewedPropertyList() - Method in interface CcFile
Get the value of this file's CcFile.SKEWED_PROPERTY_LIST property.
getSortOrder() - Method in interface CqQuery.DisplayField
Returns the sort order for fields participating in the sort (SortType not equal NO_SORT).
getSortType() - Method in interface CqQuery.DisplayField
Returns a code indicating how this field path participates in the sorting of result set records: ascending, descending or not at all.
getSource() - Method in interface CqQuery.FilterLeaf
Returns the field path designating the source of the comparison.
getSourceList() - Method in interface javax.wvcm.Stream
Get the Stream.SOURCE_LIST property.
getSourceList() - Method in interface javax.wvcm.Workspace
Get the Workspace.SOURCE_LIST property.
getSourceName() - Method in interface CqQuery.FilterLeaf
Returns the character image of the field path designating the source of the comparison
getSourceStateList() - Method in interface CqAction
Returns the value of the SOURCE_STATE_LIST property as defined by this proxy.
getSql() - Method in interface CqQuery
Returns the value of the SQL property as defined by this proxy.
getSql() - Method in interface CqResultSet
 
getStableLocation() - Method in interface CqHit
 
getStableLocation() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the value of the STABLE_LOCATION property as defined by this proxy.
getStageLabel() - Method in interface com.ibm.rational.wvcm.stp.StpProvider.StpProductInfo
 
getStateName() - Method in interface CqRecord
Returns the value of the STATE property as defined by this proxy.
getStateNameList() - Method in interface CqRecordType
Returns the value of the STATE_NAME_LIST property as defined by this proxy.
getStpReasonCode() - Method in interface com.ibm.rational.wvcm.stp.StpException.Data
 
getStpReasonCode() - Method in exception com.ibm.rational.wvcm.stp.StpException
 
getStream() - Method in interface CcActivity
Get the value of this proxy's CcActivity.STREAM property.
getStream() - Method in interface CcBaseline
Get the the CcBaseline.STREAM property of this baseline.
getStream() - Method in interface javax.wvcm.Workspace
Get the Workspace.STREAM property.
getStreamList() - Method in interface CcProject
Get the value of this proxy's CcProject.STREAM_LIST property.
getStringFilter() - Method in interface CqUserDb.SearchFilter
 
getStrings() - Method in interface CqRowData
Returns the raw data for the row in column order as string images.
getStringValue() - Method in interface CcAttribute
If the attribute's value type is STRING, retrieve it as such.
getSubbaselineList() - Method in interface CcBaseline
Get the CcBaseline.SUBBASELINE_LIST property.
getSubfolderList() - Method in interface CcProjectFolder
Get the value of this proxy's CcProjectFolder.SUBFOLDER_LISTproperty.
getSubscribedDatabases() - Method in interface CqGroup
Returns the value of the SUBSCRIBED_DATABASES property as defined by this proxy.
getSubscribedDatabases() - Method in interface CqUser
Returns the value of the SUBSCRIBED_DATABASES property as defined by this proxy.
getSubscribedGroups() - Method in interface CqUserDb
Returns the value of the SUBSCRIBED_GROUPS property as defined by this proxy.
getSubscribedUsers() - Method in interface CqUserDb
Returns the value of the SUBSCRIBED_USERS property as defined by this proxy.
getSubstreamList() - Method in interface CcStream
Get the value of this stream's CcStream.SUBSTREAM_LIST property.
getSuccessorList() - Method in interface javax.wvcm.Version
Get the Version.SUCCESSOR_LIST property.
getSymlinkTargetPath() - Method in interface CcFile
Get the value of this resource's CcFile.SYMLINK_TARGET_PATH property.
getTarget(int) - Method in interface CqQuery.FilterLeaf
Returns the n-th target value of the comparison.
getTarget() - Method in interface CqQuery.FilterLeaf
Returns the first target of the comparison.
getTarget() - Method in interface javax.wvcm.Stream
Get the Stream.TARGET property.
getTarget() - Method in interface javax.wvcm.Workspace
Get the Workspace.TARGET property.
getTarget() - Method in interface javax.wvcm.Workspace.MergePreviewReport
Get the merge target resource.
getTargetCount() - Method in interface CqQuery.FilterLeaf
Returns the number of targets in this comparison expression Each comparison operation requires a different number of targets ranging from none (IS_NULL, IS_NOT_NULL) to many (IS_IN_SET, IS_NOT_IN_SET).
getTargets() - Method in interface CqQuery.FilterLeaf
Returns a list of all the target values for the comparison.
getTargetType(int) - Method in interface CqQuery.FilterLeaf
Returns the target type code for the n-th target of the comparison.
getTargetType() - Method in interface CqQuery.FilterLeaf
Returns the target type code for the first target.
getTargetTypes() - Method in interface CqQuery.FilterLeaf
Returns an array of all the target types for the comparison corresponding to the vector of values returned by FilterLeaf.getTargets().
getTaskList() - Method in interface javax.wvcm.Activity
Get the Activity.TASK_LIST property.
getTextMode() - Method in interface CcView
Get the value of this view's CcView.TEXT_MODE property.
getTimeoutInterval() - Method in interface CqUserDb
Returns the value of the TIMEOUT_INTERVAL property as defined by this proxy.
getTimeValue() - Method in interface CcAttribute
If the attribute's value type is TIME, retrieve it as such.
getToResource() - Method in interface CcHyperlink
Get the value of this hyperlink instance's CcHyperlink.TO_RESOURCE property.
getToText() - Method in interface CcHyperlink
Get the value of this hyperlink instance's CcHyperlink.TO_TEXT property.
getTriggerTypeList() - Method in interface CcVob
Get the value of this proxy's CcVob.TRIGGER_TYPE_LIST property.
getType() - Method in interface CcBranch
Get the value of this branch instance's CcBranch.TYPE property.
getType() - Method in interface CcHyperlink
Get the value of this hyperlink instance's CcHyperlink.TYPE property.
getType() - Method in interface CqAction
Returns the value of the TYPE property as defined by this proxy.
getType() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the TYPE meta-property as defined by this StpProperty instance.
getTypeManager() - Method in interface CcElementType
Get the value of this proxy's CcElementType.TYPE_MANAGER property.
getUcmElementRules() - Method in interface CcConfigSpec
Returns the automatically-generated UCM section of the configuration specification.
getUcmEnabledCqRecordTypeList() - Method in interface CcProject
Get the value of this proxy's CcProject.UCM_ENABLED_CQ_RECORD_TYPE_LIST property.
getUserAccessRights(String, StpAccessControlEntry.EntryType, boolean) - Method in interface CqQueryFolder
Retrieves from this proxy, the StpAccessControlEntry list returned as the value of a requested property named by a UserAccessRightsName having the same parameters as this method.
getUserDatabases() - Method in interface CqDbSet
Returns the value of the CqDbSet.USER_DATABASES property as defined by this proxy.
getUserDb() - Method in interface CqUserDbMember
Returns the value of the USER_DB property as defined by this proxy.
getUserFriendlyLocation() - Method in interface CqHit
 
getUserFriendlyLocation() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the value of the USER_FRIENDLY_LOCATION property as defined by this proxy.
getUserInfo() - Method in interface CqUserDb
Returns the value of the USER_INFO property as defined by this proxy.
getUserLocale() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns the Locale that is being used by this provider and is being passed to the server to identify the locale to use when performing locale-dependent operations for this provider.
getUserName() - Method in interface CcPermissions
Gets the user name.
getUserName() - Method in interface CcViewAccessInfo.EventInfo
Get the name of the user associated with the event represented by this EventInfo object.
getUserPermissions() - Method in interface CcPermissions
Gets the permissions for user.
getUserPrivileges() - Method in interface CqUser
Returns the value of the USER_PRIVILEGES property as defined by this proxy.
getUsers() - Method in interface CqGroup
Returns the value of the USERS property as defined by this proxy.
getUserTimeZone() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns the TimeZone that is being used by this provider and is being passed to the server to identify the time zone of the user.
getValidationError() - Method in interface CqRecord
Returns the value of the VALIDATION_ERROR property as defined by this proxy.
getValidationStatus() - Method in interface CqFieldValue
Returns the value of the VALIDATION_STATUS metadata component as defined by this Property instance.
getValidityChangedThisAction() - Method in interface CqFieldValue
Returns the value of the VALIDITY_CHANGED_THIS_ACTION metadata component as defined by this Property instance.
getValidityChangedThisGroup() - Method in interface CqFieldValue
Returns the value of the VALIDITY_CHANGED_THIS_GROUP metadata component as defined by this Property instance.
getValidityChangedThisSetValue() - Method in interface CqFieldValue
Returns the value of the VALIDITY_CHANGED_THIS_SET_VALUE metadata component as defined by this Property instance.
getValue() - Method in interface CcAttribute
Get the attribute's value.
getValue() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the value of the VALUE meta-property as defined by this StpProperty instance.
getValueChangedThisAction() - Method in interface CqFieldValue
Returns the value of the VALUE_CHANGED_THIS_ACTION metadata component as defined by this Property instance.
getValueChangedThisGroup() - Method in interface CqFieldValue
Returns the value of the VALUE_CHANGED_THIS_GROUP metadata component as defined by this Property instance.
getValueChangedThisSetValue() - Method in interface CqFieldValue
Returns the value of the VALUE_CHANGED_THIS_SET_VALUE metadata component as defined by this Property instance.
getValueConversionData() - Method in interface CqQuery.ListOptions
Specifies how CqRowData is to interpret the string data for a row when computing the Object[] returned by CqRowData.getValues().
getValueConversionData() - Method in class CqQuery.ListOptionsClass
 
getValues() - Method in interface CqRowData
Returns the data for the row as native Java objects in column order.
getValueStatus() - Method in interface CqFieldValue
Returns the value of the VALUE_STATUS metadata component as defined by this Property instance.
getValueType() - Method in interface CcAttribute
Get the type of the attribute's value data.
getValueType() - Method in interface CqFieldDefinition
Returns the value of the CqFieldDefinition.VALUE_TYPE property as defined by this proxy.
getVendor() - Method in interface CqUserDb
Returns the value of the VENDOR property as defined by this proxy.
getVersion() - Method in interface CcFile
Get the value of this resource's CcFile.VERSION property.
getVersion() - Method in interface CqHit
 
getVersion() - Method in interface javax.wvcm.Baseline.AddedVersion
Return the added version.
getVersion() - Method in interface javax.wvcm.Baseline.DeletedVersion
Return the deleted version.
getVersionHistory() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.VERSION_HISTORY property.
getVersionHistory() - Method in interface javax.wvcm.Version
Get the Version.VERSION_HISTORY property.
getVersionHistoryFolderList() - Method in interface javax.wvcm.Workspace
Get the Workspace.VERSION_HISTORY_FOLDER_LIST property.
getVersionList() - Method in interface javax.wvcm.Baseline
Get the Baseline.VERSION_LIST property.
getVersionList() - Method in interface javax.wvcm.Stream
Get the Stream.VERSION_LIST property.
getVersionList() - Method in interface javax.wvcm.Workspace.MergePreviewReport
Get the list of versions whose controlled state is to be merged with the target.
getVersionName() - Method in interface javax.wvcm.Version
Get the Version.VERSION_NAME property.
getVersionOid() - Method in interface CcFile
Get the value of this resource's CcFile.VERSION_OID property.
getVersions() - Method in interface CcBaseline.AddedActivityEx
Get the list of versions in the added activity.
getVersions() - Method in interface CcBaseline.DeletedActivityEx
Get the list of versions in the deleted activity.
getVersions() - Method in interface CcBaseline.PartiallyAddedActivityEx
Get the list of versions in the partially added activity.
getVersions() - Method in interface CcBaseline.PartiallyDeletedActivityEx
Get the list of versions in the partially deleted activity.
getView() - Method in interface CcFileAreaLockedCallback.CcFileAreaLockInfo
Get the locked view.
getView() - Method in interface CcViewTag
Returns the value of this proxy's CcViewTag.VIEW property.
getViewAccessInfo() - Method in interface CcView
Returns the value of this proxy's CcView.VIEW_ACCESS_INFO property.
getViewList() - Method in interface CcStream
Get the value of this stream's CcStream.VIEW_LIST property.
getViewRelativePath() - Method in interface CcElement
Get the value of this element's CcElement.VIEW_RELATIVE_PATH property.
getViewRelativePath() - Method in interface CcFile
Get the value of this resource's CcFile.VIEW_RELATIVE_PATH property.
getViewRelativePath() - Method in interface CcVersion
Get the value of this version's CcVersion.VIEW_RELATIVE_PATH property.
getViewTag() - Method in interface CcView
Get the value of this proxy's CcView.VIEW_TAG property.
getViewTagList() - Method in interface CcRegistryRegion
Returns the value of this proxy's CcRegistryRegion.VIEW_TAG_LIST property.
getViewTagString() - Method in interface CcView
Get the value of this proxy's CcView.VIEW_TAG_STRING property.
getViewType() - Method in interface CcViewTag
Returns the value of this proxy's CcViewTag.VIEW_TYPE property.
getVob() - Method in interface CcVobResource
Get the value of this proxy's CcVobResource.VOB property.
getVob() - Method in interface CcVobTag
Returns the value of this proxy's CcVobTag.VOB property.
getVobTag() - Method in interface CcFile
Get the value of this resource's CcFile.VOB_TAG property.
getVobTag() - Method in interface CcVob
Returns the value of this proxy's CcVob.VOB_TAG property.
getVobTagList() - Method in interface CcRegistryRegion
Returns the value of this proxy's CcRegistryRegion.VOB_TAG_LIST property.
getVobTagString() - Method in interface CcVob
Returns the value of this proxy's CcVob.VOB_TAG_STRING property.
getWidth() - Method in interface CqQuery.ChartOptions
Returns the requested width of the chart image.
getWidth() - Method in class CqQuery.ChartOptionsClass
 
getWordFilters() - Method in interface CqUserDb.SearchFilter
 
getWorkspace() - Method in interface javax.wvcm.ControllableResource
Get the ControllableResource.WORKSPACE property.
getWorkspace() - Method in interface javax.wvcm.Stream
Get the Stream.WORKSPACE property.
getWorkspaceCheckoutList() - Method in interface javax.wvcm.Workspace
Get the Workspace.WORKSPACE_CHECKOUT_LIST property.
getWorkspaceFolderList() - Method in interface CqResource
ClearQuest resources do not use workspaces.
getWorkspaceFolderList() - Method in interface javax.wvcm.Resource
Get the Resource.WORKSPACE_FOLDER_LIST property.
getWrite() - Method in interface CcPermissions.Permissions
Gets write permission
getWvcmReasonCode() - Method in enum com.ibm.rational.wvcm.stp.StpException.StpReasonCode
Returns the WVCM base reason code associated with this STP reason code.
GLOBAL_PATH - Static variable in interface CcVobTag
Global path for this VOB's storage
GROUPS - Static variable in interface CqGroup
The groups that belong to this group
GROUPS - Static variable in interface CqUser
A list of active user groups to which the user belongs.

H

handleAutoTransition(CqRecord, CqAction) - Method in interface CqRecordAutoTransitionCallback
Notify the client of a state transition
handleLockedFileArea(CcFileAreaLockedCallback.CcFileAreaLockInfo) - Method in interface CcFileAreaLockedCallback
Notify the client about the occurrence of a CopyAreaLockedException.
handleManualMerge(CcFile, CcVersion, CcVersion) - Method in interface CcProvider
Handle the manual merge using the provider's callback.
HAS_CHECKOUTS - Static variable in interface CcActivity
Returns true if there are checkouts under this activity.
HAS_DESCENDANT_CHECKOUTS - Static variable in interface CcDirectory
Are there checkouts anywhere in the tree below this directory?
HAS_DESCENDANT_HIJACKS - Static variable in interface CcDirectory
Are there hijacks anywhere in the tree below this directory?
HAS_DUPLICATES - Static variable in interface CqRecord
Whether other records have been marked as being duplicates of this record
HAS_LOCAL_MASTERSHIP - Static variable in interface CcVobResource
Does this object have local mastership?
HAS_OPEN_CHOICE_LIST - Static variable in interface CqFieldDefinition
Whether or not values not in the field's choice list are permitted as legal field values.
HAS_POSTED_DELIVERY_IN_PROGRESS - Static variable in interface CcStream
Is this locally mastered UCM stream in the middle of a posted delivery to a remotely mastered target?
HAS_ROOT_DIRECTORY_ELEMENT - Static variable in interface CcComponent
Does this component have a root directory element?
HAS_SCRIPTED_CHOICE_LIST - Static variable in interface CqFieldDefinition
Whether or not the content of the field's choice list are computed with the aid of a hook-script.
HAS_SHARED_MASTERSHIP - Static variable in interface CcTypeBase
Does this type object have shared mastership?
hashCode() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Uses the hash code of the composed String image
hashCode() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the hashCode() for the value of this proxy's RESOURCE_IDENTIFIER property if the proxy has a value for it; otherwise returns the hashCode() for the proxy's Location object.
hashCode() - Method in class javax.wvcm.PropertyNameList
Calculate a hash code for a PropertyNameList.
hashCode() - Method in class javax.wvcm.PropertyNameList.PropertyName
Calculate a hash code value for the object.
hashCode() - Method in class javax.wvcm.PropertyRequestItem.NestedPropertyName
Calculate a hash code value for the object.
hashCode() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
hasMore() - Method in interface CqHitSet
Indicates whether or not the server has more data to provide via the doGetMore() method.
hasNext() - Method in interface javax.wvcm.ResourceList.ResponseIterator
Test whether the iteration has more elements.
hasProperties(PropertyRequestItem) - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns whether or not from this proxy uncorrupted property values can be obtained for all the properties and meta-properties specified by a given PropertyRequestItem, which may specify multiple and nested properties.
HEADLINE - Static variable in interface com.ibm.rational.wvcm.stp.StpActivity
A descriptive string - not necessarily unique - used to identify this activity when it appears in a GUI or in a report.
HELP_TEXT - Static variable in interface CqFieldDefinition
A short phrase describing the purpose and function of this field.
hijack(Feedback) - Method in interface CcFile
Hijack this controllable resource.
HISTORIES_FOR_EXPORT - Static variable in interface CqHistoryFieldValue
An array of the history events in a format suitable for export
HISTORY_FIELDS - Static variable in interface CqRecord
A list of the fields of this record of CqFieldValue.ValueType.JOURNAL
HOLD - Static variable in interface CqProvider
A distinguished instance of List for use in the various CqContextResource operations that take a delivery order parameter.
HOST_NAME - Static variable in interface CcVobTag
Name of host on which the VOB resides
HOST_PATH - Static variable in interface CcVobTag
Host specific path for this VOB's storage
HYPERLINK_LIST - Static variable in interface CcVobResource
List of hyperlink resources attached to this resource.
HYPERLINK_TYPE_LIST - Static variable in interface CcVob
List of hyperlink types in this VOB.

I

IA_CR_HAS_ONE_PARENT - Static variable in interface javax.wvcm.WorkspaceProvider
 
IA_ROOT_LOCATION - Static variable in interface javax.wvcm.WorkspaceProvider
 
IA_STREAM_FORGETS_UNBOUND_VERSIONS - Static variable in interface javax.wvcm.WorkspaceProvider
 
IA_VERSION_KNOWS_PARENT - Static variable in interface javax.wvcm.WorkspaceProvider
 
IA_WORKSPACE_PATH - Static variable in interface javax.wvcm.WorkspaceProvider
 
ID_SELECTOR - Static variable in interface com.ibm.rational.wvcm.stp.StpActivity
A unique string to identify this activity.
IN_BASELINE_LIST - Static variable in interface javax.wvcm.Version
A list of all baselines that contain this version in their Baseline.VERSION_LIST property.
IN_WORKSPACE_LIST - Static variable in interface javax.wvcm.Version
A list of all workspaces that have a controllable resource that contains this version in its ControllableResource.CHECKED_IN or ControllableResource.CHECKED_OUT property.
INDEXED_RECORD_TYPES - Static variable in interface CqUserDb
A list of the record types that are being indexed for full-text searches.
initArgs() - Method in interface javax.wvcm.Provider
Return the initialization arguments for this provider.
INITIAL_BASELINE - Static variable in interface CcComponent
This component's initial baseline.
initialize(List<String>) - Method in interface CqFieldValue
Initializes the values of this field value structure.
initialize(String) - Method in interface CqFieldValue
Initializes the value of this field value structure.
initialize(Object) - Method in interface CqFieldValue
Initializes the value of this field value structure using the value object rather than its image.
initialize(Map<String, String>, ProviderFactory.Callback) - Method in interface javax.wvcm.Provider
Initialize the provider with the specified map and callback.
initMetaProperty(PropertyNameList.PropertyName<?>, StpProperty.MetaPropertyName<T>, T) - Method in interface com.ibm.rational.wvcm.stp.StpResource
Sets the value of a meta-property of a property into this proxy without causing that property to be written to the resource on the next repository interaction.
initProperty(PropertyNameList.PropertyName<T>, T) - Method in interface javax.wvcm.Resource
Initializes the value of the specified property of this Resource.
INSTANCE_CONSTRAINT - Static variable in interface CcTypeBase
The instance constraint of this type object.
INTEGRATION_STREAM - Static variable in interface CcProject
This UCM project's integration stream.
INVALID_FIELDS - Static variable in interface CqRecord
A list of the record's invalid fields.
INVALID_PROPERTIES - Static variable in interface com.ibm.rational.wvcm.stp.StpResource
A list of the properties that are currently invalid for this resource
IS_ACTIVE - Static variable in interface CqGroup
Indicates whether or not the group is active.
IS_ACTIVE - Static variable in interface CqUser
Indication of whether or not this user's account is active
IS_AGGREGATED - Static variable in interface CqQuery
Whether or not any fields of the query are aggregated.
IS_ALL_USERS_VISIBLE - Static variable in interface CqUser
Answers whether or not this user can view information about all users and groups in user databases.
IS_APP_BUILDER - Static variable in interface CqUser
Answers whether or not this user can create and modify schemas, update existing databases, and create, modify, and save public queries, charts, and reports (but not perform user administrator tasks).
IS_ATOMIC_CHECKIN_ENABLED - Static variable in interface CcVob
Is atomic checkin enabled in this VOB?
IS_AVAILABLE_FOR_QUERIES - Static variable in interface CqFieldDefinition
true if and only if this property may be used in forming queries.
IS_BASELINE_CONTROLLABLE - Static variable in interface javax.wvcm.ControllableFolder
True if the folder can be put under baseline control with the ControllableFolder.doBaselineControl(javax.wvcm.Feedback) or ControllableFolder.doCreateBaselineControlledFolder(javax.wvcm.Baseline, javax.wvcm.Feedback) methods, otherwise false.
IS_BASELINE_CONTROLLED - Static variable in interface javax.wvcm.ControllableFolder
True if the folder has been baseline controlled.
IS_BUILT_IN_SYSTEM_OWNED - Static variable in interface CqRecordType
Answers whether or not this record type is a built-in record type, not added by a schema developer or package.
IS_CHARTING_ENABLED - Static variable in interface CqUserDb
Answers whether or not this database, using the CqProvider of this proxy, provides support for the generation of charts via CqQuery.doMakeChart().
IS_CHECKED_OUT - Static variable in interface javax.wvcm.ControllableResource
true if the resource is checked out, false otherwise.
IS_DB_FILE - Static variable in interface CcFile
Is this file a file area database file?
IS_DISCONNECTED_KEY - Static variable in interface com.ibm.rational.wvcm.stp.StpProvider
The key for the initial argument map entry that indicates whether or not the provider is to operate disconnected from a server.
IS_DISCONNECTED_VALUE - Static variable in interface com.ibm.rational.wvcm.stp.StpProvider
The value for the initial argument map entry that indicates the provider is not allowed to connected to a server.
IS_DUPLICATE - Static variable in interface CqRecord
Whether this record has been marked as a duplicate of another record.
IS_DYNAMIC_LIST_ADMIN - Static variable in interface CqUser
Answers whether or not this user can create and manage dynamic lists.
IS_EMPTY - Static variable in interface com.ibm.rational.wvcm.stp.StpProperty
Whether or not the value of this property is empty/null.
IS_EXECUTABLE - Static variable in interface javax.wvcm.Resource
Whether the content is executable (i.e, can be run as a program).
IS_EXPRESS - Static variable in interface CcView
Does this view have non-shareable derived objects?
IS_FAMILY - Static variable in interface CqRecordType
Answers whether or not this is the definition of a record type family.
IS_FULL_TEXT_SEARCH_ENABLED - Static variable in interface CqUserDb
Answers whether or not full-text search has been enabled for this user database.
IS_HIJACKED - Static variable in interface CcFile
Property which is true/false depending on whether this version-controlled resource has been hijacked.
IS_IMPORT - Static variable in interface CcBaseline
Is this baseline an "import" baseline?
IS_INITIAL - Static variable in interface CcBaseline
Is this baseline the initial baseline for its component?
IS_INTEGRATION_ACTIVITY - Static variable in interface CcActivity
Return true if the activity is an "integration activity", that is one created by UCM during a deliver or rebase operation.
IS_INTEGRATION_STREAM - Static variable in interface CcStream
Is this UCM stream an integration stream?
IS_MODIFIED - Static variable in interface CqContextResource
True if a modified copy of this resource exists in this clients database change context.
IS_MULTI_SITE_ADMIN - Static variable in interface CqUser
Answers whether or not this user has multisite administrator privileges.
IS_MULTISITE_ACTIVATED - Static variable in interface CqUserDb
Answers whether or not the database has been activated for multisite operations (even if the database is the only existing replica).
IS_MULTITYPE - Static variable in interface CqQuery
Whether or not the query is defined on a family of record types as opposed to being defined on a single record type.
IS_ORIGINAL - Static variable in interface CqRecord
True if this record has duplicates but is not itself a duplicate (i.e. !
IS_PROJECT_VOB - Static variable in interface CcVob
Is this VOB a project VOB?
IS_PROJECT_VOB - Static variable in interface CcVobTag
Is this a tag for a project VOB?
IS_PUBLIC - Static variable in interface CcVobTag
Is this a tag for a public VOB?
IS_PUBLIC_FOLDER_ADMIN - Static variable in interface CqUser
Answers whether or not this user can create, delete, or update resources in the public folders heirarcy used for queries, reports, and charts.
IS_RAW_SQL_WRITER - Static variable in interface CqUser
Answers whether or not this user can create (either from scratch or through modification of an existing query) a query defined by a raw SQL string.
IS_READ_ONLY - Static variable in interface CcStream
Is this a read-only UCM stream?
IS_READ_ONLY - Static variable in interface CcView
Is this view read-only?
IS_READABLE - Static variable in interface CqQueryFolder
A boolean indicating whether or not the effective access rights on this folder allow it to be read by the current user.
IS_REPLICATED - Static variable in interface CcVob
Is this VOB replicated?
IS_REPORTING_ENABLED - Static variable in interface CqUserDb
Answers whether or not this database, using the CqProvider of this proxy, provides support for reports, including access to CqReport and CqReportFormat resources and the generation of reports via CqReport.doMakeReport().
IS_REQUISITE_PRO_ENABLED - Static variable in interface CqUserDb
Answers whether or not the package supporting the integration of ClearQuest and ReqiuisitePro has been enabled for this user database
IS_RESTRICTED_USER - Static variable in interface CqUserDb
Answers whether or not the current user has logged in as a restricted user
IS_ROOT - Static variable in interface CcProjectFolder
Is this the root folder of its project VOB?
IS_SECURITY_ADMIN - Static variable in interface CqUser
Answers whether or not this user can access and manage secure records and fields as well as edit the context group list field for a security context record and view all records.
IS_SECURITY_CONTEXT - Static variable in interface CqFieldDefinition
Whether or not this field is a security context field
IS_SECURITY_CONTEXT - Static variable in interface CqRecordType
Answers whether or a record of this record type is used as a security context
IS_SINGLE_STREAM - Static variable in interface CcProject
Is this a single-stream UCM project?
IS_SITE_EXTENDED_NAME_REQUIRED - Static variable in interface CqQueryFolderItem
An indication whether or not a site extended name is required to access this resource unambiguously.
IS_SQL_GENERATED - Static variable in interface CqQuery
Whether or not SQL has been generated for the query
IS_STATELESS - Static variable in interface CqRecordType
Answers whether or not this record type is a stateless record type.
IS_SUBMITTABLE - Static variable in interface CqRecordType
Answers whether or not records of this type may be submitted by clients.
IS_SUBSCRIBED_TO_ALL_DATABASES - Static variable in interface CqGroup
Indicates whether this Group is subscribed to all databases in a Db-set (schema repository, master database).
IS_SUBSCRIBED_TO_ALL_DATABASES - Static variable in interface CqUser
Answers whether or not this user is automatically subscribed to all databases of the DbSet.
IS_SUPER_USER - Static variable in interface CqUser
Answers whether or not this user has been granted all privileges and can also create and delete databases and schemas and edit ClearQuest Web settings.
IS_SYMLINK - Static variable in interface CcFile
Is this file actually a symbolic link?
IS_SYSTEM_OWNED - Static variable in interface CqFieldDefinition
Whether or not this field is owned by the system (built-in)
IS_TEST_DATABASE - Static variable in interface CqUserDb
Answers whether or not this is a test database
IS_UCM_ENABLED - Static variable in interface CqRecordType
Answers whether or not records of this type may be used as a UCM activity.
IS_UCM_VIEW - Static variable in interface CcView
Is this view associated with a UCM stream?.
IS_UCM_VIEW - Static variable in interface CcViewTag
Is this a tag for a UCM view?
IS_USER_ADMIN_ENABLED - Static variable in interface CqDbSet
Answers whether or not this database set, using the CqProvider of this proxy, provides user and group administration functions such as the creation of new users and groups and the modification of user and group properties.
IS_USER_MAINTAINER - Static variable in interface CqUser
Answers whether or not this user can create users and user groups and assign and modify their user-access privileges.
IS_VALID - Static variable in interface CqReport
Whether or not this report definition is complete and ready to use for generating reports.
IS_VERSION_CONTROLLABLE - Static variable in interface javax.wvcm.ControllableResource
A boolean value indicating whether this resource can be placed under version-control.
IS_VERSION_CONTROLLED - Static variable in interface javax.wvcm.ControllableResource
true if the resource is version-controlled, false otherwise.
IS_VOB_ROOT - Static variable in interface CcDirectory
Is this directory the root of a ClearCase VOB.
IS_WRITABLE - Static variable in interface CqQueryFolder
A boolean indicating whether or not the effective access rights on this folder allow it to be written by the current user
isAbortRequested() - Method in class javax.wvcm.DetailedFeedback
 
isAbortRequested() - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
isAbortRequested() - Method in interface javax.wvcm.Feedback
Called by the method to determine whether the client has requested that the method be aborted.
isAbortRequested() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
isEmpty() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
isEscapeEncoded() - Method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
 
isExtendedNamespace() - Method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
 
isFastSelectorScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this location uses an object selector scheme with a compound FAST namespace.
isFilePathScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this location is specified using the file path- scheme format.
isFilePathScheme() - Method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
 
isHistoryModeScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this file-path scheme location uses the optional ClearCase history-mode naming syntax.
isObjectSelectorScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this location uses either a stable, fast (efficient), or user-friendly object selector scheme.
isOidSelectorScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this location uses an object selector scheme with a compound OID namespace.
isOk() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Overall status of this StpLocation
ISOLATED_TARGET - Static variable in interface javax.wvcm.Workspace
The current isolated target stream of this workspace.
isPathScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this location is specified using a pathname format.
isPathScheme() - Method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
 
isRepoSelectorScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this location uses an object selector scheme with a compound REPO namespace.
isRepositoryPathScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this location specifies a repository using a path- scheme format.
isRepositoryPathScheme() - Method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
 
isResolved() - Method in interface CcResource
Has this proxy already been resolved?
isRowNumberLimitExceeded() - Method in interface CqResultSet
 
isSupported(StpProvider.Domain) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Determines whether a given domain is supported by this provider.
isUrlPathScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this location is specified using the URL path- scheme format.
isUrlPathScheme() - Method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
 
isUserFriendlySelectorScheme() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns whether or not this location uses an object selector scheme with user-friendly namespace, name, and repository fields.
isValid() - Method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
Determines whether this namespace is valid (not NONE or INVALID).

J

javax.wvcm - package javax.wvcm

The specification for the JSR-147 Workspace Versioning and Configuration Management (WVCM) API.


K

KEEP_CHECKED_OUT - Static variable in class javax.wvcm.ControllableResource.CheckinFlag
Indicates whether to checkout the resource again immediately after checking it in.
KEY_FIELDS - Static variable in interface CqRecordType
A list of the schema-defined fields that constitute the unique key for records of this type, presented in sort-key order starting from the primary sort key.

L

LABEL_NAME_LIST - Static variable in interface javax.wvcm.Version
A list of strings that identify the labels that currently select this Version.
LABEL_TYPE_LIST - Static variable in interface CcVob
List of label types in this VOB.
LABELING_STATUS - Static variable in interface CcBaseline
This baseline's labeling status.
LAST_MODIFIED - Static variable in interface javax.wvcm.Resource
The date and time the content of the resource was last modified.
lastSegment() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns the last segment of the name field of this StpLocation.
lastSegment() - Method in interface javax.wvcm.Location
Get the last segment of this Location.
LATEST_BASELINE_LIST - Static variable in interface CcStream
This stream's latest baselines.
LATEST_VERSION_LIST - Static variable in interface CcActivity
The latest version for each element in a change set.
LATEST_VERSION_LIST - Static variable in interface javax.wvcm.Activity
The result of VersionHistory.doLatestActivityVersionReport(javax.wvcm.Activity, javax.wvcm.Feedback) on each VersionHistory with a version in Activity.ACTIVITY_VERSION_LIST.
LATEST_VERSION_ON_BRANCH - Static variable in interface CcFile
The version of this file that is currently the latest on the same branch.
LDAP_PROPERTY - Static variable in interface CqDb
The name of the CqUser property that is used for correlating LDAP user records to Rational ClearQuest user records; null if the mapping is not configured.
LEGAL_ACCESSIBLE_ACTIONS - Static variable in interface CqRecord
A list of the actions that the current user may apply to this record.
LEGAL_ACTIONS - Static variable in interface CqRecord
The actions that can be legally applied to this record in its current state.
LEGAL_COMP_OPS - Static variable in interface CqFieldDefinition
Returns a list of the comparison operators that may be used with this field in a CqQuery.FilterLeaf construct.
LINK_TARGET - Static variable in interface javax.wvcm.ControllableSymbolicLink
A pathname that identifies the resource to which the symbolic link refers.
LINK_TARGET - Static variable in interface javax.wvcm.SymbolicLinkVersion
A pathname that identifies the resource to which the symbolic link refers.
LOAD_STATE - Static variable in interface CcFile
Whether this file is loaded, partially loaded, or not loaded in the file area in which it resides.
LOADED_CHILD_MAP - Static variable in interface CcView
Whereas a CcView resource's Folder.CHILD_MAP property returns the root directories of all VOBs, LOADED_CHILD_MAP only returns the root directories of VOBs that are partially or fully loaded in this view.
LOCAL_REPLICA - Static variable in interface CqDb
Returns the name of the replica hosting this database.
Location - Interface in javax.wvcm
The location of a resource.
location(String) - Method in interface javax.wvcm.Provider
Location factory for this Provider.
location() - Method in interface javax.wvcm.Resource
Get the location of this resource.
LOCK_INFO - Static variable in interface CcVobResource
CcLockInfo object contains the supported lock properties.
LOCK_OWNER - Static variable in interface CqRecord
The login name of the user currently holding a lock on this record ("*" if the current user is not permitted to see user names).
LOGIN_NAME - Static variable in interface CqUser
The string used by ClearQuest to identify this user.
loginName() - Method in interface javax.wvcm.ProviderFactory.Callback.Authentication
Returns the login name of the current user.
lookupProperty(PropertyNameList.PropertyName<?>) - Method in interface javax.wvcm.Resource
Lookup the value of the specified property of this Resource.

M

MAX_COMPATIBLE_FEATURE_LEVEL - Static variable in interface CqUserDb
The highest feature level supported by the server.
MAXIMUM_STRING_LENGTH - Static variable in interface CqFieldDefinition
The maximum length of a string permitted as this field's value.
MEMBER_LIST - Static variable in interface CqDynamicChoiceList
The list of choices in this dynamic choice list
MERGE_CONTRIBUTOR_LIST - Static variable in interface CcVersion
The list of versions that were merged to create this version.
MERGE_LIST - Static variable in interface javax.wvcm.ControllableResource
A list of Version objects that identify the versions whose content and controlled properties must be merged by the client into this checked-out ControllableResource.
MERGE_TYPE - Static variable in interface CcElementType
The merge type of this element type.
MESSAGE_TEXT - Static variable in interface CqFieldValue
A String explaining why the value stored in the field is invalid.
META_PROPERTY_NAMES - Static variable in interface com.ibm.rational.wvcm.stp.StpProperty
A list of all the meta-property names defined for this property.
metaPropertyException(StpProperty.MetaPropertyName<?>) - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the StpPropertyException that would be thrown if getMetaProperty were invoked on a specified meta-property.
metaPropertyExceptions() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns an array of StpPropertyException objects, each of which represents a meta-property whose value was requested but could not be successfully retrieved.
metaPropertyNames() - Method in interface com.ibm.rational.wvcm.stp.StpProperty
Returns the names of meta-properties available on this client StpProperty proxy.
MIN_COMPATIBLE_FEATURE_LEVEL - Static variable in interface CqUserDb
The lowest feature level supported by the server
MISCELLANEOUS_INFORMATION - Static variable in interface CqUser
The miscellaneous information field of the user's profile.
MODIFIABLE_COMPONENT_LIST - Static variable in interface CcProject
The list of UCM components that can be modified in the UCM stream(s) associated with this UCM project.
MODIFIED_RESOURCES_LIST - Static variable in interface CqUserDb
A list of the modified resources currently in the database's change context.
modifyLocation(Location) - Method in interface javax.wvcm.Resource
Modify the location of this resource.
MORIBUND_RESOURCES_LIST - Static variable in interface CqUserDb
A list of the context resources whose deletion has been initiated but not yet committed.
MOUNT_OPTIONS - Static variable in interface CcVobTag
Mount options specified for this VOB tag in the registry.
MY_ACTIVITY_LIST - Static variable in interface CcStream
The current user's activities in this UCM stream.

N

NAME - Static variable in interface CqUserDb
The logical database name.
NAME - Static variable in interface com.ibm.rational.wvcm.stp.StpProperty
The simple name for this property.
NAME_RESOLVER_VIEW - Static variable in interface CcActivity
A view for resolving names of versions in the activity's change set.
NAMED_HOOK_LIST - Static variable in interface CqRecordType
All of the named hooks associated with this record type.
NAMESPACE - Static variable in interface com.ibm.rational.wvcm.stp.StpProperty
The namespace for this property.
NEEDS_REFRESH - Static variable in interface CqQueryFolder
A special property used to refresh a folder so that children added after this session started can be found.
nest() - Method in class javax.wvcm.DetailedFeedback
 
nest(PropertyRequestItem.PropertyRequest) - Method in class javax.wvcm.DetailedFeedback
 
nest(int) - Method in class javax.wvcm.DetailedFeedback
 
nest(PropertyRequestItem.PropertyRequest, int) - Method in class javax.wvcm.DetailedFeedback
 
nest() - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
nest(PropertyRequestItem.PropertyRequest) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
nest(int) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
nest(PropertyRequestItem.PropertyRequest, int) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
nest() - Method in interface javax.wvcm.Feedback
Create a Feedback object like this Feedback object but with no result property request and no progress notification.
nest(PropertyRequestItem.PropertyRequest) - Method in interface javax.wvcm.Feedback
Create a Feedback object like this Feedback object but with the specified property request and no progress notification.
nest(int) - Method in interface javax.wvcm.Feedback
Create a Feedback object like this Feedback object for sub-progress notification but with a null resultPropertyRequest.
nest(PropertyRequestItem.PropertyRequest, int) - Method in interface javax.wvcm.Feedback
Create a Feedback object like this Feedback object for sub-progress notification, but with the specified resultPropertyRequest.
nest(PropertyRequestItem...) - Method in class javax.wvcm.PropertyNameList.PropertyName
Constructs a NestedPropertyName whose root property is this PropertyName with the property request items supplied as arguments as its nested property request.
nest(PropertyRequestItem.NestedPropertyName<?>[]) - Method in class javax.wvcm.PropertyNameList.PropertyName
A convenience method for constructing nested property names from a NestedPropertyName[] without requiring an explicit cast to PropertyRequestItem[]
nest(PropertyNameList.PropertyName<?>[]) - Method in class javax.wvcm.PropertyNameList.PropertyName
A convenience method for constructing nested property names from a PropertyName[] without requiring an explicit cast to PropertyRequestItem[]
nest() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
nest(PropertyRequestItem.PropertyRequest) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
nest(int) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
nest(PropertyRequestItem.PropertyRequest, int) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
NEW_ONLY - Static variable in class javax.wvcm.Baseline.CompareFlag
Report only on versions in the new set of versions.
next() - Method in interface javax.wvcm.ResourceList.ResponseIterator
Get the result of applying the method to the next element of the ResourceList.
nextIndex() - Method in interface CqHitSet
 
NO_CONVERSION - Static variable in interface CqQuery.ListOptions
As the value returned by getValueConvertionData(), suppresses all data conversions.
NOT_DISCONNECTED_VALUE - Static variable in interface com.ibm.rational.wvcm.stp.StpProvider
The value for the initial argument map entry that indicates the provider is allowed to connect to a server.
notCurrent() - Method in interface CqHit
 
notifyActive(String) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
notifyActive(String) - Method in class javax.wvcm.DetailedFeedback
 
notifyActive(String) - Method in interface javax.wvcm.Feedback
Called by the method to indicate work is progressing, but that it cannot estimate what percentage is completed.
notifyActive(String) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
notifyAuthenticated(StpProvider.Domain, String, StpProvider, ProviderFactory.Callback.Authentication) - Method in interface com.ibm.rational.wvcm.stp.StpProvider.NotifyAuthenticatedOption
Notifies the Callback object that an authentication object that it previously returned has been found to be valid for the specified domain, realm, and provider.
notifyBusy(StpProvider.Domain, String, StpProvider, Date, WvcmException) - Method in interface com.ibm.rational.wvcm.stp.StpProvider.NotifyBusyOption
A non-null busyFailure argument indicates the server has reported that it is too busy to process a request.
notifyIsModified(Resource) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
notifyIsModified(Resource) - Method in class javax.wvcm.DetailedFeedback
 
notifyIsModified(Resource) - Method in interface javax.wvcm.Feedback
Called by the method to indicate that the specified resource has been modified by the method.
notifyIsModified(Resource) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
notifyPercentComplete(int) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
notifyPercentComplete(int) - Method in class javax.wvcm.DetailedFeedback
 
notifyPercentComplete(int) - Method in interface javax.wvcm.Feedback
Called by the method to indicate the specified percentage of the work is complete.
notifyPercentComplete(int) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
notifyWarning(String) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
notifyWarning(String) - Method in class javax.wvcm.DetailedFeedback
 
notifyWarning(String) - Method in interface javax.wvcm.Feedback
Called by the method to indicate a warning.
notifyWarning(String) - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
NULL_CONVERSION - Static variable in interface CqQuery.ListOptions
As the value returned by getValueConvertionData(), causes NULL_IMAGE strings to be converted to nulls.
NULL_IMAGE - Static variable in interface CqRowData
The unique String instance used to represent the string image of a null field.
NULL_VALUE_IMAGE - Static variable in interface CqFieldValue
The special string value returned by characterImage for a null field value

O

ORDERED_ADMIN_VOB_LIST - Static variable in interface CcVob
Ordered list of Admin VOBs for this VOB with the immediate parent first and the furthest ancestor last.
ORIGINAL - Static variable in interface CqRecord
The CqRecord that is marked as the original of this duplicate record.
ORIGINAL_ID - Static variable in interface CqRecord
The visible ID of this object's original record.
ORIGINAL_VALUE - Static variable in interface CqFieldValue
The field's value as it was retrieved from the database at the start of the action.
ORIGINAL_VALUE_STATUS - Static variable in interface CqFieldValue
The field's value status as it was retrieved from the database at the start of the action.
OSLCLINKS_ENBALED_RECORD_TYPES - Static variable in interface CqUserDb
A list of the record types that are OSLCLinks package enabled.

P

PARENT - Static variable in interface CcFile
Returns the direct parent of this file.
parent() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns an StpLocation whose segmented name field is one segment shorter than the name field of this StpLocation provided the name field of the resulting StpLocation would be valid.
parent() - Method in interface javax.wvcm.Location
Return the location of a folder that has the resource at this Location as a bound member whose binding name is the lastSegment of this Location.
PARENT_FAMILIES - Static variable in interface CqRecordType
A list of the record type families this record is a member of.
PARENT_FOLDER - Static variable in interface CcProjectFolder
This folder's parent folder.
PARENT_LIST - Static variable in interface javax.wvcm.Resource
The PARENT_LIST property enables clients to discover what folders contain a binding to this resource (that is, which folders have this resource as a bound member).
PARENT_PROJECT - Static variable in interface CcStream
The project to which this UCM stream belongs.
PARENT_STREAM - Static variable in interface CcStream
This UCM stream's parent stream.
password() - Method in interface javax.wvcm.ProviderFactory.Callback.Authentication
Returns the password of the current user.
pathLocation(StpProvider.Domain, StpLocation.Namespace, String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs a path-scheme location for a specified scheme and domain.
PATHNAME_LOCATION - Static variable in interface javax.wvcm.Resource
A location for this resource to which Location.parent() can be applied zero or more times to produce a location for a folder in either the Resource.WORKSPACE_FOLDER_LIST of this resource, or for a folder in the Workspace.ACTIVITY_FOLDER_LIST or Workspace.VERSION_HISTORY_FOLDER_LIST of some workspace that is a member of a folder in Resource.WORKSPACE_FOLDER_LIST.
performManualMerge(CcFile, CcVersion, CcVersion) - Method in interface CcMergeHandlingCallback
This method is called when a manual merge from LATEST is needed.
PERMISSIONS - Static variable in interface CcView
The permissions applied to this resource.
PERMISSIONS - Static variable in interface CcVobResource
The permissions applied to this resource.
PERSONAL_CHARTS - Static variable in interface CqUserDb
All chart queries owned by the current user.
PERSONAL_FOLDER - Static variable in interface CqUserDb
The query folder containing all queries in this database privately owned by the current user.
PERSONAL_QUERIES - Static variable in interface CqUserDb
The queries (no charts or reports) owned by the current user
PERSONAL_REPORTS - Static variable in interface CqUserDb
All report queries owned by the current user.
PHONE - Static variable in interface CqUser
The phone number field from this user's profile.
PNG_CHART - Static variable in interface CqQuery
An instance of ChartOptions that requests the chart in PNG format.
POSSIBLE_ACCESS_RIGHTS - Static variable in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
A list of access control entries each representing an access right that could be applied to this resource.
POSTED_DELIVERY_LIST - Static variable in interface CcProject
A list of all streams in this UCM project that have posted deliveries in progress.
POSTED_DELIVERY_LIST - Static variable in interface CcStream
A list of streams that have posted deliveries in progress to this stream.
PREDECESSOR - Static variable in interface CcVersion
The immediate predecessor of this version on this version's branch, or if this is the first version on the branch, the version from which the branch emanates.
PREDECESSOR_LIST - Static variable in interface javax.wvcm.ControllableResource
If this ControllableResource is checked-out, this is a list of the versions that will become the predecessors of the version created when this ControllableResource is checked in; otherwise, this is null.
PREDECESSOR_LIST - Static variable in interface javax.wvcm.Version
A list of all versions that are direct predecessors of this version.
PRIMARY_RECORD_TYPE - Static variable in interface CqQuery
The record type of the records that are targeted by the query.
PRIMARY_RECORD_TYPE - Static variable in interface CqReport
The type of record upon which this report generates reports.
PRODUCT_INFO - Static variable in interface com.ibm.rational.wvcm.stp.StpRepository
Version information about the server being used to access this repository.
PROJECT_FOLDER - Static variable in interface CcProject
The UCM folder in which this UCM project resides
PROJECT_LIST - Static variable in interface CcProjectFolder
This folder's projects.
PROMOTION_LEVEL - Static variable in interface CcBaseline
The promotion level of this baseline.
promptForChoice(String, List<String>) - Method in interface CcClearPromptCallback
Ask the user to select a single item from a list of choices.
promptForMultiChoice(String, List<String>) - Method in interface CcClearPromptCallback
Ask the user to select zero or more items from a list of choices.
promptForProceed(String, CcClearPromptCallback.ProceedOrAbort, List<CcClearPromptCallback.ProceedOrAbort>, CcClearPromptCallback.MsgType) - Method in interface CcClearPromptCallback
Ask the user whether to proceed with the current ClearCase operation or abort it.
promptForText(String, String, boolean, boolean) - Method in interface CcClearPromptCallback
Prompt the user for one or more lines of text.
promptForYesOrNo(String, CcClearPromptCallback.YesOrNo, List<CcClearPromptCallback.YesOrNo>, CcClearPromptCallback.MsgType) - Method in interface CcClearPromptCallback
Ask the user for a "yes" or "no" response to a question.
PROPERTY_NAME - Static variable in interface com.ibm.rational.wvcm.stp.StpProperty
A PropertyName object for this property.
PropertyNameList - Class in javax.wvcm
A list of resource property names.
PropertyNameList(PropertyNameList.PropertyName<?>...) - Constructor for class javax.wvcm.PropertyNameList
Construct a PropertyNameList from an array of property names.
propertyNameList() - Method in interface javax.wvcm.Resource
Get the names of properties available on this client proxy.
PropertyNameList.PropertyName<T> - Class in javax.wvcm
The name of a property of a persistent resource.
PropertyNameList.PropertyName(String, String) - Constructor for class javax.wvcm.PropertyNameList.PropertyName
Create a PropertyName with the given namespace and name.
PropertyRequestItem - Interface in javax.wvcm
A specification of the types of objects can be used to create a PropertyRequest.
PropertyRequestItem.NestedPropertyName<T> - Class in javax.wvcm
A NestedPropertyName consists of the name of a root property whose value is desired and an optional request for nested properties of the resource (or resources) referenced by the value of that root property.
PropertyRequestItem.NestedPropertyName(PropertyNameList.PropertyName<T>, PropertyRequestItem...) - Constructor for class javax.wvcm.PropertyRequestItem.NestedPropertyName
Constructs a NestedPropertyName from its constituent parts.
PropertyRequestItem.NestedPropertyName(PropertyNameList.PropertyName<T>, PropertyNameList.PropertyName<?>[]) - Constructor for class javax.wvcm.PropertyRequestItem.NestedPropertyName
Constructs a NestedPropertyName from its constituent parts.
PropertyRequestItem.NestedPropertyName(PropertyNameList.PropertyName<T>, PropertyRequestItem.NestedPropertyName<?>[]) - Constructor for class javax.wvcm.PropertyRequestItem.NestedPropertyName
Constructs a NestedPropertyName from its constituent parts.
PropertyRequestItem.PropertyRequest - Class in javax.wvcm
A map of PropertyName to PropertyRequest objects, used to specify one or more properties whose values are to be read from a resource.
PropertyRequestItem.PropertyRequest(PropertyRequestItem...) - Constructor for class javax.wvcm.PropertyRequestItem.PropertyRequest
Constructs a PropertyRequest from an array of PropertyRequestItem objects.
PropertyRequestItem.PropertyRequest(PropertyNameList.PropertyName<?>[]) - Constructor for class javax.wvcm.PropertyRequestItem.PropertyRequest
Constructs a PropertyRequest from an array of PropertyRequestItem objects.
PropertyRequestItem.PropertyRequest(PropertyRequestItem.NestedPropertyName<?>[]) - Constructor for class javax.wvcm.PropertyRequestItem.PropertyRequest
Constructs a PropertyRequest from an array of PropertyRequestItem objects.
Provider - Interface in javax.wvcm
A WVCM provider.
provider() - Method in interface javax.wvcm.Resource
Get the provider of this resource.
PROVIDER_CLASS - Static variable in interface com.ibm.rational.wvcm.stp.StpProvider
The name of a wvcm.javax.Provider implementation class to be used by clients that wish to interact with both ClearCase and ClearQuest in a single provider.
PROVIDER_LIST - Static variable in interface javax.wvcm.Resource
A list of names of alternative providers for the persistent resource identified by this resource.
ProviderFactory - Class in javax.wvcm
A factory class for creating instances of a WVCM provider.
ProviderFactory.Callback - Interface in javax.wvcm
Provides callback functions that can be invoked by a provider.
ProviderFactory.Callback.Authentication - Interface in javax.wvcm
Authentication information for the current user.
proxyType(Class<? extends Resource>) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Computes the proxy type string required by StpProvider.buildProxy(StpLocation, String, String) given the Class object for a proxy interface that the new proxy should implement.
proxyType() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns an identifier that may be passed to StpProvider.buildProxy() to construct a proxy that supports the same interfaces as this proxy.
PUBLIC_CHARTS - Static variable in interface CqUserDb
The chart queries defined in this database
PUBLIC_FOLDER - Static variable in interface CqUserDb
The query folder containing all public queries in this database
PUBLIC_QUERIES - Static variable in interface CqUserDb
The queries (no charts or reports) defined in the public folder of this database
PUBLIC_REPORTS - Static variable in interface CqUserDb
All reports defined in this database that are accessible to the current user
put(CqUserDb.SearchKey<U>, U) - Method in interface CqUserDb.SearchFilter
Adds a SearchKey and its target value to the full text search filter.

Q

QUERY - Static variable in interface CqReport
The query that selects the records to be included in the report.
QUERY_FOLDER - Static variable in interface CqQueryFolderItem
The query folder that contains this folder
QUERY_FOLDER_ITEMS - Static variable in interface CqQueryFolder
The queries, query folders and other items that are immediately contained within this folder.
QUERY_FOLDER_ITEMS - Static variable in interface CqUserDb
The first-level query folder items in this user database.
QUERY_TYPE - Static variable in interface CqQuery
Whether this query generates a list, report, or chart

R

raise(StpException.StpReasonCode, Object, Resource, Throwable...) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs, logs, and throws an StpException.
raise(StpException.StpReasonCode, Object, Resource, PropertyNameList.PropertyName, Throwable...) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs, logs, and throws an StpPropertyException.
raise(Object, Resource, ResourceList<? extends Resource>, boolean, PropertyNameList.PropertyName, Throwable...) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs, logs, and throws an StpPartialResultsException.
readContent(OutputStream, Feedback) - Method in interface CcFile
Reads the file's content, if it is available locally on the client machine.
readProperties(Feedback) - Method in interface CcFile
Reads the file's properties, if they are available locally on the client machine.
RECOMMENDED_BASELINE_LIST - Static variable in interface CcStream
This UCM stream's recommended baselines.
recomposeAsPname(boolean, StpProvider.Domain) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Constructs an StpLocation for a pname based on the image of this StpLocation.
recomposeWithDomain(StpProvider.Domain) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Constructs a new location based on this location with a replacement for its domain field.
recomposeWithMods(Object, String, StpProvider.Domain, String) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Constructs an StpLocation object based on the fields of this StpLocation with optional replacements for some of the fields.
recomposeWithName(String) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Constructs a new location based on this location with a replacement for its name field.
recomposeWithNamespace(StpLocation.Namespace) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Constructs new location based on this location but with a replacement for its namespace field.
recomposeWithRepo(String) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Constructs a new location based on this location with a replacement for its repository field.
recomposeWithResourceType(String) - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Constructs an object selector with a replacement for its resource type field, forcing the namespace to REPO.
RECORD - Static variable in interface CqAttachmentFolder
The parent record of this folder.
RECORD - Static variable in interface CqFieldValue
The record instance of which this field is a part.
RECORD_CLASS - Static variable in interface CqRecord
The type (state-based or stateless) of the record.
RECORD_TYPE - Static variable in interface CqAction
The record type with which this action is associated.
RECORD_TYPE - Static variable in interface CqAttachmentFolder
A CqRecordType proxy for the record-type resource that defines the parent record of this attachment folder.
RECORD_TYPE - Static variable in interface CqFieldDefinition
A CqRecordType proxy for the record-type resource of which this resource defines a field.
RECORD_TYPE - Static variable in interface CqRecord
A CqRecordType proxy for the record-type resource that defines what kind of record this is.
RECORD_TYPE - Static variable in interface CqReportFormat
The type of record for which this report format is defined.
RECORD_TYPE_SET - Static variable in interface CqUserDb
A list of the record types defined by this user database.
REFERENCED_RECORD_TYPE - Static variable in interface CqFieldDefinition
Record type of the record referenced by this field
registerCcFileAreaLockedCallback(CcFileAreaLockedCallback) - Method in interface CcProvider
Register a callback to handle a FileAreaLockedException.
registerClearPromptCallback(CcClearPromptCallback) - Method in interface CcProvider
Register a callback to process ClearPrompt interaction requests.
registerCqRecordAutoTransitionCallback(CqRecordAutoTransitionCallback) - Method in interface CcProvider
Register a callback to handle state transitions of ClearQuest records.
registerFileArea() - Method in interface CcView
Register this local web view's file area in the local file area registry.
registerMergeHandlingCallback(CcMergeHandlingCallback) - Method in interface CcProvider
Register a callback to handling manual merges.
REGISTRY_REGION - Static variable in interface CcViewTag
The registry region this tag resides in
REGISTRY_REGION - Static variable in interface CcVobTag
The registry region this tag resides in
relativeRootLocation() - Method in interface javax.wvcm.Provider
A location used in a property of a resource to indicate that this location should be interpreted relative to the folder that contains the resource.
release() - Method in interface com.ibm.rational.wvcm.stp.StpReleasable
Release the resources held by this object.
release() - Method in interface javax.wvcm.ResourceList.ResponseIterator
Release any resources associated with this ResponseIterator.
removeProperty(PropertyNameList.PropertyName<?>) - Method in interface javax.wvcm.Resource
Removes the specified property of this Resource.
REPLICA_LIST - Static variable in interface CcVob
The list of MultiSite replicas of this VOB.
REPORT_FORMAT - Static variable in interface CqReport
The report format that specifies how the records selected by the report's query will be formatted into a report document.
REPORT_FORMATS - Static variable in interface CqUserDb
A list of all report formats defined in this database and accessible to the current user.
REPOSITORY - Static variable in interface com.ibm.rational.wvcm.stp.StpResource
The StpRepository that contains this resource.
REQUIREDNESS - Static variable in interface CqFieldValue
Identifies the requiredness of the specified field.
REQUIREDNESS_BY_STATE - Static variable in interface CqFieldDefinition
The schema-defined behavior (read-only, mandatory, or optional) of this field for each state name in the record type's state table.
RESERVED - Static variable in class javax.wvcm.ControllableResource.CheckoutFlag
Indicates whether to fail the checkout if there already is a reserved checkout from the currently selected version in the checkout activity.
RESERVED - Static variable in interface javax.wvcm.ControllableResource
A Boolean that indicates whether the checked-out version of this checked-out version-controlled resource can concurrently be checked-out to the same activity in another version-controlled resource.
resolve() - Method in interface CcFile
Resolve this file resource, but do not consult the ClearCase server.
RESOURCE - Static variable in interface com.ibm.rational.wvcm.stp.StpProperty
The resource of which this is a property.
resource(Location) - Method in interface javax.wvcm.Provider
Construct a resource proxy for the given location.
Resource - Interface in javax.wvcm
A proxy for a persistent resource.
Resource.CopyFlag - Enum in javax.wvcm
Boolean flags for the doCopy method
RESOURCE_IDENTIFIER - Static variable in interface javax.wvcm.Resource
A resource identifier is an optional unique and immutable identifier for a resource.
resourceList() - Method in interface com.ibm.rational.wvcm.stp.StpPartialResultsException.PartialResultsData
 
resourceList() - Method in exception com.ibm.rational.wvcm.stp.StpPartialResultsException
Returns the list of resources on which the operation succeeded.
resourceList(T...) - Method in interface javax.wvcm.Provider
Construct a new ResourceList.
ResourceList<T extends Resource> - Interface in javax.wvcm
A list containing Resource objects, used to perform operations on all elements of the list.
ResourceList.ResponseIterator<V> - Interface in javax.wvcm
An iterator of the results of applying a method to each element of a ResourceList.
ROOT_DIRECTORY_ELEMENT - Static variable in interface CcComponent
This component's root directory element - the directory element in the VOB that defines the scope of files that are captured in this component's baselines.
ROOT_FOLDER - Static variable in interface javax.wvcm.Configuration
The root folder for this configuration.
ROOT_FOLDER_OF - Static variable in interface javax.wvcm.ControllableFolder
The configuration for which this is the root folder.
ROOT_PROJECT_FOLDER - Static variable in interface CcVob
This project VOB's root UCM project folder.
ROOT_VERSION - Static variable in interface javax.wvcm.VersionHistory
The root version of this VersionHistory.
rootLocation() - Method in interface javax.wvcm.Provider
A valid folder location for this provider.

S

SCHEMA_REV - Static variable in interface CqUserDb
The schema revision currently in use by the database.
SCHEMA_VERSION - Static variable in interface CcVob
This VOB's db schema version.
SCOPE - Static variable in interface CcTypeBase
The scope of this type object.
SEGMENT_DELIMITERS - Static variable in interface com.ibm.rational.wvcm.stp.StpLocation
The characters within a selector field that syntactically delimit the segments of a field.
SELECTION_RULE - Static variable in interface CcFile
The config spec rule that selects this file.
SERVER - Static variable in interface CqUserDb
The name of the server on which this database resides.
SERVER_URL - Static variable in interface CcView
If this is a local web view, the URL of the CM Server where this view's view database resides.
SERVER_URL_KEY - Static variable in interface com.ibm.rational.wvcm.stp.StpProvider
The key for the initial argument map entry that contains the server URL for this provider.
setAccessRights(StpAccessControlEntry.AccessRight...) - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
Defines a new value for the access rights granted by this entry.
setAction(CqAction) - Method in interface CqAttachment
Defines a new value for the ACTION property of this proxy.
setAction(CqAction) - Method in interface CqRecord
Defines a new value for the ACTION property of this proxy.
setActivity(Activity) - Method in interface javax.wvcm.ControllableResource
Set the ControllableResource.ACTIVITY property.
setActivity(Activity) - Method in interface javax.wvcm.Version
Set the Version.ACTIVITY property.
setAggregation(CqQuery.DisplayField.Aggregation) - Method in interface CqQuery.DisplayField
Sets the aggregate function for this display field.
setAllNamedValues(StpProperty.List<StpProperty<String>>) - Method in interface CqUserDb
Defines a new value for the ALL_NAMED_VALUES property of this proxy.
setAppliedAccessControlEntries(List<StpAccessControlEntry>) - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
Defines a new value for the APPLIED_ACCESS_CONTROL_ENTRIES property of this proxy.
setAppliedAccessControlEntries(List<StpAccessControlEntry>, List<StpAccessControlEntry>) - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlledResource
Defines modifications to be made to the APPLIED_ACCESS_CONTROL_ENTRIES property of the resource referenced by this proxy.
setAuthentication(StpProvider.Domain, String, ProviderFactory.Callback.Authentication, boolean) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Updates the realm-authentication map maintained by this Provider by adding or deleting associations between realm strings and Authentication objects from which user credentials for that realm can be obtained when they are needed by an operation.
setAuthenticationAlgorithm(CqDbSet.AuthenticationAlgorithm) - Method in interface CqDbSet
Defines a new value for the AUTHENTICATION_ALGORITHM property of this proxy.
setAuthenticationMode(CqUser.AuthenticationMode) - Method in interface CqUser
Defines a new value for the AUTHENTICATION_MODE property of this proxy.
setAuthenticator(String) - Method in interface CqUser
Defines a new value for the AUTHENTICATOR property of this proxy.
setAutoGetMore(boolean) - Method in interface CqHitSet
Sets whether or not more hits are automatically requested from the server when those currently on the client run out.
setAutoMergeList(ResourceList<Version>) - Method in interface javax.wvcm.ControllableResource
Set the ControllableResource.AUTO_MERGE_LIST property.
setBaselineNamingTemplate(String) - Method in interface CcProject
Set the template to be used when naming a newly created baseline.
setCheckinFork(Version.Fork) - Method in interface javax.wvcm.Version
Set the Version.CHECKIN_FORK property.
setCheckoutFork(Version.Fork) - Method in interface javax.wvcm.Version
Set the Version.CHECKOUT_FORK property.
setComment(String) - Method in interface CqResource
Most ClearQuest resources do not support the COMMENT property
setComment(String) - Method in interface javax.wvcm.Resource
Set the Resource.COMMENT property.
setConfigSpec(CcConfigSpec) - Method in interface CcView
Set the value of this view's CcView.CONFIG_SPEC property.
setContentCharacterSet(String) - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CONTENT_CHARACTER_SET property
setContentCharacterSet(String) - Method in interface javax.wvcm.Resource
Set the Resource.CONTENT_CHARACTER_SET property.
setContentLanguage(Locale) - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CONTENT_LANGUAGE property
setContentLanguage(Locale) - Method in interface javax.wvcm.Resource
Set the Resource.CONTENT_LANGUAGE property.
setContentType(String) - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CONTENT_TYPE property
setContentType(String) - Method in interface javax.wvcm.Resource
Set the Resource.CONTENT_TYPE property.
setControlledResource(StpAccessControlledResource) - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
Assigns a new value to the controlled resource of this entry.
setCqMasterReplica(CqReplica) - Method in interface CqGroup
Defines a new value for the CQ_MASTER_REPLICA property of this proxy.
setCqMasterReplica(CqReplica) - Method in interface CqQueryFolderItem
Defines a new value for the CQ_MASTER_REPLICA property of this proxy.
setCqMasterReplica(CqReplica) - Method in interface CqRecord
Defines a new value for the CQ_MASTER_REPLICA property of this proxy.
setCqMasterReplica(CqReplica) - Method in interface CqUser
Defines a new value for the CQ_MASTER_REPLICA property of this proxy.
setCreatorDisplayName(String) - Method in interface CqResource
Most ClearQuest resources do not have content and therefore do not support the CREATOR_DISPLAY_NAME property
setCreatorDisplayName(String) - Method in interface javax.wvcm.Resource
Set the Resource.CREATOR_DISPLAY_NAME property.
setCurrentActivity(Activity) - Method in interface javax.wvcm.Workspace
Set the Workspace.CURRENT_ACTIVITY property.
setDefaultDeliverTarget(CcStream) - Method in interface CcStream
Set the value of this stream's CcStream.DEFAULT_DELIVER_TARGET property.
setDefaultDomain(StpProvider.Domain) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Establishes the default StpProvider.Domain for this provider.
setDefaultRepository(StpRepository) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Establishes the default repository to be associated with this provider.
setDefaultRepository(StpProvider.Domain, StpRepository) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Establishes the default repository of a specified type to be associated with this provider.
setDescription(String) - Method in interface CqAttachment
Defines a new value for the DESCRIPTION property.
setDiagInfo(String[]) - Method in interface CqDb
Defines a new value for the DIAG_INFO property of this proxy.
setDisplayFields(CqQuery.DisplayField...) - Method in interface CqQuery
Defines a new value for the DISPLAY_FIELDS property of this proxy.
setDisplayName(String) - Method in interface javax.wvcm.Resource
Set the Resource.DISPLAY_NAME property.
setElementRules(String) - Method in interface CcConfigSpec
Sets the "Element Rules" (everything except the load rules) section of a ConfigSpec object.
setElementType(CcElementType) - Method in interface CcFile
Set the value of this file or directory's CcFile.ELEMENT_TYPE property.
setEmail(String) - Method in interface CqUser
Defines a new value for the EMAIL property of this proxy.
setExcludedUserList(List<String>) - Method in interface CcLockInfo
Set the list of excluded users.
setExecute(boolean) - Method in interface CcPermissions.Permissions
Sets execute permission
setField(String, Object) - Method in interface CqRecord
Defines in this proxy, a new value for a field of this record.
setFieldInfo(CqRecord.FieldName<T>, CqFieldValue<T>) - Method in interface CqRecord
Defines a new meta-property bundle for a record field in this proxy.
setFieldsUpdatedThisGroup() - Method in interface CqRecord
Clears the FIELDS_UPDATED_THIS_GROUP property.
setFiltering(CqQuery.Filter) - Method in interface CqQuery
Defines a new value for the FILTERING property of this proxy.
setFullName(String) - Method in interface CqUser
Defines a new value for the FULL_NAME property of this proxy.
setFunction(CqQuery.DisplayField.Function) - Method in interface CqQuery.DisplayField
Sets the simple scalar function that is to be applied to this DisplayField before inclusion in the result set.
setGroupName(String) - Method in interface CcPermissions
Sets the group name.
setGroupPermissions(CcPermissions.Permissions) - Method in interface CcPermissions
Sets permissions for group.
setGroups(ResourceList<CqGroup>) - Method in interface CqGroup
Defines a new value for the GROUPS property of this proxy.
setGroups(ResourceList<CqGroup>, ResourceList<CqGroup>) - Method in interface CqGroup
Establishes the values to be added to and/or deleted from the GROUPS property when that property is updated from this proxy (via doWriteProperties or any other "do" method of this interface).
setHasSharedMastership(boolean) - Method in interface CcTypeBase
Set the value of this proxy's CcTypeBase.HAS_SHARED_MASTERSHIP property.
setHeadline(String) - Method in interface com.ibm.rational.wvcm.stp.StpActivity
Defines a new value for the StpActivity.HEADLINE property of this proxy.
setHttpProxy(String, String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Set the HTTP proxy host and port for all future calls from this client.
setInstanceConstraint(CcTypeBase.InstanceConstraint) - Method in interface CcTypeBase
Set the value of this proxy's CcTypeBase.INSTANCE_CONSTRAINT property.
setIsActive(boolean) - Method in interface CqGroup
Defines a new value for the IS_ACTIVE property of this proxy.
setIsActive(boolean) - Method in interface CqUser
Defines a new value for the IS_ACTIVE property of this proxy.
setIsAllUsersVisible(boolean) - Method in interface CqUser
Defines a new value for the IS_ALL_USERS_VISIBLE property of this proxy.
setIsAppBuilder(boolean) - Method in interface CqUser
Defines a new value for the IS_APP_BUILDER property of this proxy.
setIsDisconnected(boolean) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Grants or denies this provider the ability to connect to a server while performing tasks for the client.
setIsDynamicListAdmin(boolean) - Method in interface CqUser
Defines a new value for the IS_DYNAMIC_LIST_ADMIN property of this proxy.
setIsExecutable(Boolean) - Method in interface CqResource
No ClearQuest resource is executable
setIsExecutable(Boolean) - Method in interface javax.wvcm.Resource
Set the Resource.IS_EXECUTABLE property.
setIsGroupBy(boolean) - Method in interface CqQuery.DisplayField
Sets whether or not this field is in the group-by clause when aggregation functions are used.
setIsIntegrationStream(boolean) - Method in interface CcStream
Set the value of this stream's CcStream.IS_INTEGRATION_STREAM property.
setIsMultiSiteAdmin(boolean) - Method in interface CqUser
Defines a new value for the IS_MULTI_SITE_ADMIN property of this proxy.
setIsolatedTarget(Stream) - Method in interface javax.wvcm.Workspace
Set the Workspace.ISOLATED_TARGET property.
setIsPublicFolderAdmin(boolean) - Method in interface CqUser
Defines a new value for the IS_PUBLIC_FOLDER_ADMIN property of this proxy.
setIsRawSqlWriter(boolean) - Method in interface CqUser
Defines a new value for the IS_RAW_SQL_WRITER property of this proxy.
setIsReadOnly(boolean) - Method in interface CcStream
Set the value of this stream's CcStream.IS_READ_ONLY property.
setIsSecurityAdmin(boolean) - Method in interface CqUser
Defines a new value for the IS_SECURITY_ADMIN property of this proxy.
setIsSingleStream(boolean) - Method in interface CcProject
Set whether the project is single stream or not.
setIsSubscribedToAllDatabases(boolean) - Method in interface CqGroup
Defines a new value for the IS_SUBSCRIBED_TO_ALL_DATABASES property of this proxy.
setIsSubscribedToAllDatabases(boolean) - Method in interface CqUser
Defines a new value for the IS_SUBSCRIBED_TO_ALL_DATABASES property of this proxy.
setIsSuperUser(boolean) - Method in interface CqUser
Defines a new value for the CqUser.IS_SUPER_USER property of this proxy.
setIsUserMaintainer(boolean) - Method in interface CqUser
Defines a new value for the IS_USER_MAINTAINER property of this proxy.
setIsVisible(boolean) - Method in interface CqQuery.DisplayField
Sets whether or not this display field occupies a column in the result set
setLabel(String) - Method in interface CqQuery.DisplayField
Sets the label for the column of the result set that contains values from this display field.
setLinkTarget(Location) - Method in interface javax.wvcm.ControllableSymbolicLink
Set the ControllableSymbolicLink.LINK_TARGET property.
setLoadRules(String) - Method in interface CcConfigSpec
Sets the load-rules section of a configuration specification.
setLockDescription(String) - Method in interface CcLockInfo
Set the description of the lock.
setLockInfo(CcLockInfo) - Method in interface CcVobResource
Sets (or replaces) the lock on this proxy according to the CcVobResource.LOCK_INFO property.
setLockOwner(String) - Method in interface CqRecord
Defines a new value for the LOCK_OWNER property of this proxy.
setLoginName(String) - Method in interface CqUser
Defines a new value for the LOGIN_NAME property of this proxy.
setMemberList(List<String>) - Method in interface CqDynamicChoiceList
Defines values for the MEMBER_LIST property of this proxy.
setMemberList(List<String>, List<String>) - Method in interface CqDynamicChoiceList
Establishes the values to be added to and/or deleted from the MEMBER_LIST property when that property is updated from this proxy (via doWriteProperties or any other "do" method of this interface).
setMergeList(ResourceList<Version>) - Method in interface javax.wvcm.ControllableResource
Set the ControllableResource.MERGE_LIST property.
setMiscellaneousInformation(String) - Method in interface CqUser
Defines a new value for the MISCELLANEOUS_INFORMATION property of this proxy.
setNamedValue(String, String) - Method in interface CqUserDb
A defines a new value for a NamedValue property of a given name.
setNeedsRefresh() - Method in interface CqQueryFolder
Sets the NEEDS_REFRESH property.
setObsolete(boolean) - Method in interface CcLockInfo
Set the obsolete state of the lock.
setOperands(CqQuery.Filter...) - Method in interface CqQuery.FilterNode
Sets all operands of the conjunction or disjunction represented by this node.
setOperation(CqQuery.Filter.Operation) - Method in interface CqQuery.Filter
Set the operation code for a Filter subexpression.
setOtherPermissions(CcPermissions.Permissions) - Method in interface CcPermissions
Sets permissions for other.
setParentFolder(CcProjectFolder) - Method in interface CcProjectFolder
Set the value of this proxy's CcProjectFolder.PARENT_FOLDER property.
setParentProject(CcProject) - Method in interface CcStream
Set the value of this stream's CcStream.PARENT_PROJECT property.
setParentStream(CcStream) - Method in interface CcStream
Set the value of this stream's CcStream.PARENT_STREAM property.
setPath(CqFieldDefinition...) - Method in interface CqQuery.DisplayField
Sets the field path that describes the data source for this display field.
setPermissions(CcPermissions) - Method in interface CcVobResource
Set the value of this proxy's CcVobResource.PERMISSIONS property.
setPhone(String) - Method in interface CqUser
Defines a new value for the PHONE property of this proxy.
setPredecessorList(ResourceList<Version>) - Method in interface javax.wvcm.ControllableResource
Set the ControllableResource.PREDECESSOR_LIST property.
setPrimaryRecordType(CqRecordType) - Method in interface CqQuery
Defines a new value for the PRIMARY_RECORD_TYPE property of this proxy.
setPrincipal(StpPrincipal) - Method in interface com.ibm.rational.wvcm.stp.StpAccessControlEntry
Assigns a new value for the principal of this access control entry.
setProjectFolder(CcProjectFolder) - Method in interface CcProject
Set the parent folder for this project
setPromotionLevel(String) - Method in interface CcBaseline
Set the value of this baseline's CcBaseline.PROMOTION_LEVEL property.
setProperty(PropertyNameList.PropertyName<T>, T) - Method in interface CqRecord
Defines the value of the specified property for this proxy.
setProperty(PropertyNameList.PropertyName<T>, T) - Method in interface javax.wvcm.Resource
Adds or replaces the value of the specified property of this Resource.
setProperty(PropertyNameList.PropertyName<U>, U, U) - Method in interface javax.wvcm.Resource
Adds and removes the specified values from the current value of the specified list-valued property.
setPropertyRequestForModified(PropertyRequestItem.PropertyRequest) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
setPropertyRequestForModified(PropertyRequestItem.PropertyRequest) - Method in class javax.wvcm.DetailedFeedback
 
setPropertyRequestForResult(PropertyRequestItem.PropertyRequest) - Method in class javax.wvcm.DetailedFeedback.NestedDetailedFeedback
 
setPropertyRequestForResult(PropertyRequestItem.PropertyRequest) - Method in class javax.wvcm.DetailedFeedback
 
setQuery(CqQuery) - Method in interface CqReport
Defines a new value for the QUERY property of this proxy.
setRead(boolean) - Method in interface CcPermissions.Permissions
Sets read permission
setRecommendedBaselineList(ResourceList<CcBaseline>) - Method in interface CcStream
Set the value of the this proxy's CcStream.RECOMMENDED_BASELINE_LIST property.
setReportFormat(CqReportFormat) - Method in interface CqReport
Defines a new value for the REPORT_FORMAT property of this proxy.
setReserved(boolean) - Method in interface javax.wvcm.ControllableResource
Set the ControllableResource.RESERVED property.
setRootDirectoryElement(CcElement) - Method in interface CcComponent
Set the value of this component's CcComponent.ROOT_DIRECTORY_ELEMENT property.
setScope(CcTypeBase.Scope) - Method in interface CcTypeBase
Set the value of this proxy's CcTypeBase.SCOPE property.
setServerUrl(String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Establishes the default server URL for this provider, if one has not already been established.
setSetgid(boolean) - Method in interface CcPermissions
Sets the setgid permission.
setSetuid(boolean) - Method in interface CcPermissions
Sets the setuid permission.
setSortOrder(long) - Method in interface CqQuery.DisplayField
Sets the sort order position for this display field.
setSortType(CqQuery.DisplayField.SortType) - Method in interface CqQuery.DisplayField
Sets the SortType code for this display field.
setSourceList(ResourceList<Stream>) - Method in interface javax.wvcm.Workspace
Set the Workspace.SOURCE_LIST property.
setSql(String) - Method in interface CqQuery
Defines a new value for the SQL property of this proxy.
setStream(CcStream) - Method in interface CcActivity
Set the value of this activity's CcActivity.STREAM property.
setStream(Stream) - Method in interface CcView
Set the Workspace.STREAM property.
setSubscribedDatabases(ResourceList<CqUserDb>) - Method in interface CqGroup
Defines a new value for the SUBSCRIBED_DATABASES property of this proxy.
setSubscribedDatabases(ResourceList<CqUserDb>, ResourceList<CqUserDb>) - Method in interface CqGroup
Establishes the values to be added to and/or deleted from the SUBSCRIBED_DATABASES property when that property is updated from this proxy (via doWriteProperties or any other "do" method of this interface).
setSubscribedDatabases(ResourceList<CqUserDb>) - Method in interface CqUser
Defines a new value for the SUBSCRIBED_DATABASES property of this proxy.
setSubscribedDatabases(ResourceList<CqUserDb>, ResourceList<CqUserDb>) - Method in interface CqUser
Establishes the values to be added to and/or deleted from the SUBSCRIBED_DATABASES property when that property is updated from this proxy (via doWriteProperties or any other "do" method of this interface).
setTarget(CqQuery.FilterLeaf.TargetType, Object) - Method in interface CqQuery.FilterLeaf
Sets the first target of the comparison and resets the target count to 1.
setTarget(CqQuery.FilterLeaf.TargetType) - Method in interface CqQuery.FilterLeaf
Sets the first target of the comparison and resets the target count to 1.
setTarget(Stream) - Method in interface javax.wvcm.Stream
Set the Stream.TARGET property.
setTarget(Stream) - Method in interface javax.wvcm.Workspace
Set the Workspace.TARGET property.
setTargets(CqQuery.FilterLeaf.TargetType[], List<Object>) - Method in interface CqQuery.FilterLeaf
Set the types and values of multiple targets for the comparison.
setTargets(Object...) - Method in interface CqQuery.FilterLeaf
Set the type and value for each targets for the comparison.
setTaskList(ResourceList<Task>) - Method in interface javax.wvcm.Activity
Set the Activity.TASK_LIST property.
setTextMode(CcView.TextMode) - Method in interface CcView
Set the value of this view's CcView.TEXT_MODE property.
setUserLocale(Locale) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Defines the Locale that is to be used by this provider and passed to the server to identify the locale to use when performing locale-dependent operations for this provider.
setUserName(String) - Method in interface CcPermissions
Sets the user name.
setUserPermissions(CcPermissions.Permissions) - Method in interface CcPermissions
Sets permissions for user.
setUsers(ResourceList<CqUser>) - Method in interface CqGroup
Defines a new value for the USERS property of this proxy.
setUsers(ResourceList<CqUser>, ResourceList<CqUser>) - Method in interface CqGroup
Establishes the values to be added to and/or deleted from the USERS property when that property is updated from this proxy (via doWriteProperties or any other "do" method of this interface).
setUserTimeZone(TimeZone) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Defines the time zone that is to be used by this provider and passed to the server for this provider.
setViewTagString(String) - Method in interface CcView
Set the value of this view's CcView.VIEW_TAG_STRING property.
setWrite(boolean) - Method in interface CcPermissions.Permissions
Sets write permission
SITE_EXTENDED_NAME - Static variable in interface CqQueryFolderItem
The site-extended name for this folder item.
SITE_EXTENDED_NAMES - Static variable in interface CqQueryFolderItem
A list of all the items in the query folder hierarchy whose name differs from the name of this resource only in its site extensions.
SITE_EXTENDED_NAMES - Static variable in interface CqRecord
A list of all the records of this record type whose names differ from the name of this record only in their site extensions.
SITE_EXTENSION - Static variable in interface CqRecord
The site-extension field for this record.
size() - Method in interface CqHitSet
 
SIZE - Static variable in interface com.ibm.rational.wvcm.stp.StpProperty
A metric relating to the size of the property value, such as the number of characters in a string, or the number of items in a list.
size() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
SKEWED_PROPERTY_LIST - Static variable in interface CcFile
Version controlled files and directories may have both client state - state maintained in a local file area - and server state.
SOURCE_LIST - Static variable in interface javax.wvcm.Stream
A list of all streams which are declared to merge to this stream.
SOURCE_LIST - Static variable in interface javax.wvcm.Workspace
The list of current source streams of this workspace.
SOURCE_STATE_LIST - Static variable in interface CqAction
A list of the states a record must be in to apply this action to it.
SQL - Static variable in interface CqQuery
The SQL associated with the query.
STABLE_LOCATION - Static variable in interface com.ibm.rational.wvcm.stp.StpResource
The most stable (over space and time) location available for this resource.
stableSelector(StpProvider.Domain, String, String, String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs an StpLocation from the individual fields of a location specification that follows the stable selector scheme.
STATE_NAME - Static variable in interface CqRecord
The name of the record's current state.
STATE_NAME_LIST - Static variable in interface CqRecordType
The names of all the states defined for this record type.
status() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Generates an StpException object that reports the state of this StpLocation.
StpAccessControlEntry - Interface in com.ibm.rational.wvcm.stp
The interface for an entry in a resource's access control list.
StpAccessControlEntry.AccessRight - Enum in com.ibm.rational.wvcm.stp
An enumeration of the possible access rights that can be applied to a controlled resource.
StpAccessControlEntry.EntryType - Enum in com.ibm.rational.wvcm.stp
An enumeration of the type of permission being reported
StpAccessControlledResource - Interface in com.ibm.rational.wvcm.stp
The interface implemented by resources that support access control lists
StpActivity - Interface in com.ibm.rational.wvcm.stp
StpActivity is an interface for a proxy which may represent one of these three cases: A UCM-enabled CQ record not bound to a UCM activity, or A UCM activity not bound to a CQ record, or A UCM-enabled CQ record-UCM activity pair (bound together) It serves two purposes: It provides access to properties which are common to all of the above three cases It provides a means to access the CcActivity and/or CqRecord proxies for the persistent UCM activity or CQ record resources involved in the above three cases Although this interface extends StpResource, it is an abstraction.
StpActivity.CqUcmIntegrationState - Enum in com.ibm.rational.wvcm.stp
 
StpErrorMessageException - Exception in com.ibm.rational.wvcm.stp
An StpException used to pass an error message string generated by the domain application through the CM API without further adornment.
StpErrorMessageException.ErrorMessageData - Interface in com.ibm.rational.wvcm.stp
The interface for the data implementation object for this type of exception
StpException - Exception in com.ibm.rational.wvcm.stp
An extension of javax.wvcm.WvcmException used throughout this API.
StpException.Data - Interface in com.ibm.rational.wvcm.stp
The specification for the data implementation object associated with this exception.
StpException.StpReasonCode - Enum in com.ibm.rational.wvcm.stp
An encoding of exception conditions specific to this API.
StpLocation - Interface in com.ibm.rational.wvcm.stp
An extension of the javax.wvcm Location interface that provides a programmatic representation for the location of a resource.
stpLocation(String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs an StpLocation from its string representation
stpLocation(StpProvider.Domain, String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs an StpLocation from a string representation assuming the Location is to be used exclusively in a specified domain.
stpLocation() - Method in interface com.ibm.rational.wvcm.stp.StpResource
Returns the Location of this proxy's Location cast as an StpLocation.
StpLocation.ExtendedNamespace - Interface in com.ibm.rational.wvcm.stp
An object containing additional information associated with certain Namespace enumerators.
StpLocation.Namespace - Enum in com.ibm.rational.wvcm.stp
This class enumerates the namespaces that may appear in a location specification.
StpPartialResultsException - Exception in com.ibm.rational.wvcm.stp
An exception used to convey information about an operation that failed on some, but not necessarily all, resources processed by the operation.
StpPartialResultsException.PartialResultsData - Interface in com.ibm.rational.wvcm.stp
The interface for the data implementation object for this type of exception
StpPrincipal - Interface in com.ibm.rational.wvcm.stp
A mixin indicating that a resource can act as an access control principal
stpProductInfo(StpProvider.Domain) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Returns the version information for the code implementing this Provider or one of its domain-specific subproviders.
StpProperty<T> - Interface in com.ibm.rational.wvcm.stp
A property is a named collection of metadata associated with a resource.
StpProperty.List<S extends StpProperty> - Class in com.ibm.rational.wvcm.stp
A List of Properties.
StpProperty.List() - Constructor for class com.ibm.rational.wvcm.stp.StpProperty.List
 
StpProperty.MetaPropertyName<V> - Class in com.ibm.rational.wvcm.stp
An object representing the name of a meta-property.
StpProperty.MetaPropertyName(String, String) - Constructor for class com.ibm.rational.wvcm.stp.StpProperty.MetaPropertyName
Creates a new MetaPropertyName from a simple name and a specified namespace.
StpProperty.Type - Enum in com.ibm.rational.wvcm.stp
An enumeration of the possible property types.
StpPropertyException - Exception in com.ibm.rational.wvcm.stp
The base exception class for errors associated with the reading or writing of resource properties and meta-properties.
StpPropertyException.PropertyData - Interface in com.ibm.rational.wvcm.stp
The interface specification for the implementation data object associated with this exception
stpProvider() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Returns the StpProvider object that created this StpLocation object
StpProvider - Interface in com.ibm.rational.wvcm.stp
StpProvider is an extension to the WVCM Provider interface.
stpProvider() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
 
stpProvider() - Method in interface com.ibm.rational.wvcm.stp.StpResource
 
StpProvider.Domain - Enum in com.ibm.rational.wvcm.stp
The type of a subprovider.
StpProvider.NotifyAuthenticatedOption - Interface in com.ibm.rational.wvcm.stp
If the Callback object provided to an StpProvider implements this interface, the callback will be notified when an Authentication object returned by the Callback's getAuthentication() method is successfully verified to be valid.
StpProvider.NotifyBusyOption - Interface in com.ibm.rational.wvcm.stp
If the Callback object provided to an StpProvider implements this interface, the callback will be notified when the server reports that it is too busy to respond to a request.
StpProvider.StpCallback - Interface in com.ibm.rational.wvcm.stp
An extended version of javax.wvcm.ProviderFactory.Callback whose getAuthentication method provides additional information to the client when being asked for credentials.
StpProvider.StpProductInfo - Interface in com.ibm.rational.wvcm.stp
Version information about the code that implements a portion of this product.
StpReleasable - Interface in com.ibm.rational.wvcm.stp
A interface for objects that hold resources that can (and in some cases really should) be released prior to garbage collection.
StpReleasable.ReleaseException - Exception in com.ibm.rational.wvcm.stp
A distinguished unchecked exception for use by implementations of Releasable.
StpReleasable.ReleaseException(Throwable) - Constructor for exception com.ibm.rational.wvcm.stp.StpReleasable.ReleaseException
 
stpRepository(StpLocation) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs an StpRepository proxy for a repository at a specified location.
StpRepository - Interface in com.ibm.rational.wvcm.stp
A client proxy for a repository resource.
StpResource - Interface in com.ibm.rational.wvcm.stp
A proxy for a resource persisted in a repository or in a file area.
StpResource.UnsupportedProperty - Annotation Type in com.ibm.rational.wvcm.stp
An annotation used on property getters or setters of a proxy interface to indicate that a property defined in a super interface is not supported by that proxy.
STREAM - Static variable in interface CcActivity
The UCM stream in which this activity resides.
STREAM - Static variable in interface CcBaseline
The stream in which this baseline was created.
Stream - Interface in javax.wvcm
A proxy for a stream resource.
STREAM - Static variable in interface javax.wvcm.Workspace
The stream of this workspace.
stream(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a stream proxy for the given location.
STREAM_LIST - Static variable in interface CcProject
The list of streams in this UCM project.
string() - Method in interface javax.wvcm.Location
Return a string value for this Location.
SUBBASELINE_LIST - Static variable in interface CcBaseline
The list of sub-baselines of this composite baseline.
SUBFOLDER_LIST - Static variable in interface CcProjectFolder
This folder's subfolders.
SUBSCRIBED_DATABASES - Static variable in interface CqGroup
The user databases to which this group is subscribed.
SUBSCRIBED_DATABASES - Static variable in interface CqUser
The databases to which the user is subscribed.
SUBSCRIBED_GROUPS - Static variable in interface CqUserDb
The groups explicitly subscribed to this database.
SUBSCRIBED_USERS - Static variable in interface CqUserDb
The users explicitly subscribed to this database.
SUBSTREAM_LIST - Static variable in interface CcStream
The list of substreams of this UCM stream, i.e., the streams for which this stream is the parent.
SUCCESSOR_LIST - Static variable in interface javax.wvcm.Version
A list of all versions that are direct successors of this version.
SymbolicLinkVersion - Interface in javax.wvcm
A proxy for a symbolic link version resource.
SYMLINK_TARGET_PATH - Static variable in interface CcFile
If this file is actually a symbolic link, the path to its target file or directory.

T

TARGET - Static variable in interface javax.wvcm.Stream
The stream to which changes in this stream are to be merged.
TARGET - Static variable in interface javax.wvcm.Workspace
The current target stream of this workspace.
Task - Interface in javax.wvcm
A proxy for a task resource.
task(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a task proxy for the given location.
TASK_LIST - Static variable in interface javax.wvcm.Activity
The tasks that this activity is performing.
terminate() - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Terminates this provider's association with the servers that it is actively tracking, releasing any resources it has accumulated as a result of that tracking.
TEXT_MODE - Static variable in interface CcView
The text mode of the view.
throwIfNotOk() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Throws an INVALID_OBJECT_SELECTOR StpException if this StpLocation does not reflect a syntactically complete and correct location specification.
TIMEOUT_INTERVAL - Static variable in interface CqUserDb
The login timeout interval.
TO_RESOURCE - Static variable in interface CcHyperlink
The resource at the "to" end of the hyperlink
TO_TEXT - Static variable in interface CcHyperlink
The text associated with the "to" end of the hyperlink.
toArray() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
Returns an array containing all of the elements in this PropertyRequest.
toFieldType() - Method in enum CqFieldValue.ValueType
The CqQuery.DisplayField.FieldType that corresponds to this field type.
toMap() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
toNamespaceField() - Method in interface com.ibm.rational.wvcm.stp.StpLocation.ExtendedNamespace
The image of the extended namespace field.
toNamespaceField() - Method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
Returns the word token for this Namespace in the namespace field of a location specification.
toPropertyType() - Method in enum CqFieldValue.ValueType
The StpProperty.Type that corresponds to this field type.
toString() - Method in enum CcBaseline.CompareFlagEx
Returns a string representation of this flag suitable for diagnostics.
toString() - Method in enum CcFile.ApplyLabelFlag
 
toString() - Method in enum CcFile.AttributeOpFlag
 
toString() - Method in enum CcFile.CcCheckoutFlag
 
toString() - Method in enum CcFile.CcVersionControlFlag
 
toString() - Method in enum CcFile.RefreshFlag
 
toString() - Method in enum CcFile.RemoveLabelFlag
 
toString() - Method in enum CcFile.UncheckoutFlag
 
toString() - Method in enum CcFile.UnhijackFlag
 
toString() - Method in enum CcMergeHandlingCallback.CheckinMergeHandling
 
toString() - Method in enum CcTypeBase.TypeCreateFlag
 
toString() - Method in enum CcView.SynchronizeFileAreaDbFlag
 
toString() - Method in enum CcView.TextMode
 
toString() - Method in enum CcVobResource.ApplyAttributeFlag
 
toString() - Method in enum com.ibm.rational.wvcm.stp.StpAccessControlEntry.AccessRight
The name of the access right for display purposes
toString() - Method in interface com.ibm.rational.wvcm.stp.StpException.Data
 
toString() - Method in enum com.ibm.rational.wvcm.stp.StpException.StpReasonCode
 
toString() - Method in exception com.ibm.rational.wvcm.stp.StpException
 
toString() - Method in interface com.ibm.rational.wvcm.stp.StpLocation.ExtendedNamespace
Generates a debug image for this ExtendedNamespace object
toString() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
Reconstitutes the location specification from its component fields.
toString() - Method in class javax.wvcm.Baseline.CompareFlag
Returns a string representation of this flag suitable for diagnostics.
toString() - Method in class javax.wvcm.ControllableResource.CheckinFlag
Returns a string representation of this flag suitable for diagnostics.
toString() - Method in class javax.wvcm.ControllableResource.CheckoutFlag
Returns a string representation of this flag suitable for diagnostics.
toString() - Method in enum javax.wvcm.Folder.BindFlag
Returns a string representation of this flag suitable for diagnostics.
toString() - Method in enum javax.wvcm.Folder.RebindFlag
Returns a string representation of this flag suitable for diagnostics.
toString() - Method in class javax.wvcm.PropertyNameList.PropertyName
Returns a string representation of the PropertyName for diagnostic purposes.
toString() - Method in class javax.wvcm.PropertyNameList
Returns a string representation of this PropertyNameList suitable for diagnostics.
toString() - Method in class javax.wvcm.PropertyRequestItem.NestedPropertyName
Returns a string representation of this NestedPropertyName suitable for diagnostics.
toString() - Method in class javax.wvcm.PropertyRequestItem.PropertyRequest
 
toString() - Method in enum javax.wvcm.Resource.CopyFlag
Returns a string representation of this flag suitable for diagnostics.
toString() - Method in enum javax.wvcm.Version.Fork
Returns a string representation of this Fork suitable for diagnostics.
toString() - Method in enum javax.wvcm.Workspace.MergeFlag
Returns a string representation of this flag suitable for diagnostics.
toString() - Method in enum javax.wvcm.WvcmException.ReasonCode
Returns a string representation of this ReasonCode suitable for diagnostics.
toStringWithoutDomain() - Method in interface com.ibm.rational.wvcm.stp.StpLocation
As above, but returns a location string without the domain prefix.
toSymbol() - Method in enum com.ibm.rational.wvcm.stp.StpProvider.Domain
 
totalHits() - Method in interface CqHitSet
 
TRIGGER_TYPE_LIST - Static variable in interface CcVob
List of trigger types in this VOB
TYPE - Static variable in interface CcBranch
The branch type of which this branch is an instance.
TYPE - Static variable in interface CcHyperlink
The hyperlink type of which this hyperlink is an instance.
TYPE - Static variable in interface CqAction
The Type of this action.
TYPE - Static variable in interface com.ibm.rational.wvcm.stp.StpProperty
An enumerator denoting the type of this property's VALUE meta-property value.
TYPE_MANAGER - Static variable in interface CcElementType
The type manager of this element type.

U

UCM_ENABLED_CQ_RECORD_TYPE_LIST - Static variable in interface CcProject
The list of UCM enabled CQ record types in this UCM project.
unchecked_cast(Object) - Static method in exception com.ibm.rational.wvcm.stp.StpException
Casts an Object to a Type, avoiding a type safety warning.
UNIQUE_KEY_FIELD_PATH - Static variable in interface CqQuery
A special field path token designating the aggregated key fields of a ClearQuest record, for use in specifying query filters and display fields.
unregisterFileArea() - Method in interface CcView
Remove this local web view's file area from the local file area registry.
updatedPropertyNameList() - Method in interface javax.wvcm.Resource
Get a list of modified properties that have been updated in the proxy by setXyz operations, but not been successfully written to the corresponding persistent resource by a doXyz operation.
updateServerUrl(String) - Method in interface CcView
Change the URL used to connect to the CM server on which this web view resides.
USER_COUNTRY_KEY - Static variable in interface com.ibm.rational.wvcm.stp.StpProvider
The key for the initial argument map entry that contains the uppercase two-letter ISO-3166 code for the country of the client locale for this provider.
USER_DATABASES - Static variable in interface CqDbSet
A list of the user databases that are in this DbSet
USER_DB - Static variable in interface CqUserDbMember
The user database that contains this resource.
USER_FRIENDLY_LOCATION - Static variable in interface com.ibm.rational.wvcm.stp.StpResource
The most human-readable location for a resource.
USER_INFO - Static variable in interface CqUserDb
Returns a CqUserInfo structure containing read-only information about the user currently logged into this database.
USER_LANGUAGE_KEY - Static variable in interface com.ibm.rational.wvcm.stp.StpProvider
The key for the initial argument map entry that contains the lowercase two-letter ISO-639 code for the language of the client locale for this provider.
USER_PRIVILEGES - Static variable in interface CqUser
The value of this property is an StpProperty.List containing an StpProperty<Boolean> object for each user privilege defined by ClearQuest.
USER_VARIANT_KEY - Static variable in interface com.ibm.rational.wvcm.stp.StpProvider
The key for the initial argument map entry that contains the variant vendor and browser specific code for the client locale of this provider.
userFriendlySelector(StpProvider.Domain, StpLocation.Namespace, String, String) - Method in interface com.ibm.rational.wvcm.stp.StpProvider
Constructs an StpLocation from the individual fields of a location specification that follows the user-friendly object selector scheme
USERS - Static variable in interface CqGroup
The users that belong to this group

V

VALIDATION_ERROR - Static variable in interface CqRecord
The error message generated when the record, in its current state, was validated against the repository schema for compliance with its rules.
VALIDATION_STATUS - Static variable in interface CqFieldValue
Identifies whether the field's value is valid.
VALIDITY_CHANGED_THIS_ACTION - Static variable in interface CqFieldValue
True if the field's validity was changed by the current action.
VALIDITY_CHANGED_THIS_GROUP - Static variable in interface CqFieldValue
True if the field's validity was changed by the most recent group of SetFieldValue calls.
VALIDITY_CHANGED_THIS_SET_VALUE - Static variable in interface CqFieldValue
True if the field's validity was changed by the most recent SetFieldValue call.
VALUE - Static variable in interface com.ibm.rational.wvcm.stp.StpProperty
The meta-property whose value is the value of the property.
VALUE_CHANGED_THIS_ACTION - Static variable in interface CqFieldValue
True if this field's value was modified by the current action.
VALUE_CHANGED_THIS_GROUP - Static variable in interface CqFieldValue
True if the field's value was modified by the most recent group of SetFieldValue calls.
VALUE_CHANGED_THIS_SET_VALUE - Static variable in interface CqFieldValue
True if this field's value was modified by the most recent property update interaction with the server.
VALUE_STATUS - Static variable in interface CqFieldValue
Identifies whether the field currently has a value.
VALUE_TYPE - Static variable in interface CqFieldDefinition
The data type of the values of the field defined by this field definition using the generic StpProperty.Type enumeration.
valueCount() - Method in interface CqFieldValue
Returns the number of individual values in an aggregated field value.
valueOf(String) - Static method in enum CcAttributeType.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcBaseline.CompareFlagEx
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcBaseline.LabelingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcClearPromptCallback.MsgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcClearPromptCallback.ProceedOrAbort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcClearPromptCallback.YesOrNo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcElementType.MergeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcFile.ApplyLabelFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcFile.AttributeOpFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcFile.CcCheckoutFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcFile.CcVersionControlFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcFile.LoadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcFile.RefreshFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcFile.RemoveLabelFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcFile.UncheckoutFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcFile.UnhijackFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcMergeHandlingCallback.CheckinMergeHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcProject.ClearQuestEnabledState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcTypeBase.InstanceConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcTypeBase.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcTypeBase.TypeCreateFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcView.SynchronizeFileAreaDbFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcView.TextMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcViewTag.ViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CcVobResource.ApplyAttributeFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqDbSet.AuthenticationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqFieldDefinition.Requiredness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqFieldValue.ValidationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqFieldValue.ValueStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqFieldValue.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqQuery.ChartOptions.ImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqQuery.DisplayField.Aggregation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqQuery.DisplayField.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqQuery.DisplayField.Function
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqQuery.DisplayField.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqQuery.Filter.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqQuery.FilterLeaf.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqQuery.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqQueryFolderItem.OverwriteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqRecord.Class
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqUser.AuthenticationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqUserDb.DateLimit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqUserDb.FindMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqUserDb.SearchLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqUserDb.VendorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CqUserDb.WordMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.rational.wvcm.stp.StpAccessControlEntry.AccessRight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.rational.wvcm.stp.StpAccessControlEntry.EntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.rational.wvcm.stp.StpActivity.CqUcmIntegrationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.rational.wvcm.stp.StpException.StpReasonCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.rational.wvcm.stp.StpProperty.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.rational.wvcm.stp.StpProvider.Domain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.wvcm.Folder.BindFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.wvcm.Folder.RebindFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.wvcm.Resource.CopyFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.wvcm.Version.Fork
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.wvcm.Workspace.MergeFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.wvcm.WvcmException.ReasonCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum CcAttributeType.ValueType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcBaseline.CompareFlagEx
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcBaseline.LabelingStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcClearPromptCallback.MsgType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcClearPromptCallback.ProceedOrAbort
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcClearPromptCallback.YesOrNo
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcElementType.MergeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcFile.ApplyLabelFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcFile.AttributeOpFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcFile.CcCheckoutFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcFile.CcVersionControlFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcFile.LoadState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcFile.RefreshFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcFile.RemoveLabelFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcFile.UncheckoutFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcFile.UnhijackFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcMergeHandlingCallback.CheckinMergeHandling
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcProject.ClearQuestEnabledState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcTypeBase.InstanceConstraint
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcTypeBase.Scope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcTypeBase.TypeCreateFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcView.SynchronizeFileAreaDbFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcView.TextMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcViewTag.ViewType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CcVobResource.ApplyAttributeFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqAction.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqDbSet.AuthenticationAlgorithm
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqFieldDefinition.Requiredness
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqFieldValue.ValidationStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqFieldValue.ValueStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqFieldValue.ValueType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqQuery.ChartOptions.ImageFormat
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqQuery.DisplayField.Aggregation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqQuery.DisplayField.FieldType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqQuery.DisplayField.Function
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqQuery.DisplayField.SortType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqQuery.Filter.Operation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqQuery.FilterLeaf.TargetType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqQuery.QueryType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqQueryFolderItem.OverwriteMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqRecord.Class
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqUser.AuthenticationMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqUserDb.DateLimit
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqUserDb.FindMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqUserDb.SearchLevel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqUserDb.VendorType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum CqUserDb.WordMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.ibm.rational.wvcm.stp.StpAccessControlEntry.AccessRight
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.ibm.rational.wvcm.stp.StpAccessControlEntry.EntryType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.ibm.rational.wvcm.stp.StpActivity.CqUcmIntegrationState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.ibm.rational.wvcm.stp.StpException.StpReasonCode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.ibm.rational.wvcm.stp.StpLocation.Namespace
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.ibm.rational.wvcm.stp.StpProperty.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.ibm.rational.wvcm.stp.StpProvider.Domain
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.wvcm.Folder.BindFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.wvcm.Folder.RebindFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.wvcm.Resource.CopyFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.wvcm.Version.Fork
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.wvcm.Workspace.MergeFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.wvcm.WvcmException.ReasonCode
Returns an array containing the constants of this enum type, in the order they're declared.
valueType() - Method in enum CqQuery.DisplayField.FieldType
 
VENDOR - Static variable in interface CqUserDb
the vendor type of the database
VERSION - Static variable in interface CcFile
The CC version resource associated with this file.
Version - Interface in javax.wvcm
A proxy for a version resource.
version(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a version proxy for the given location.
Version.Fork - Enum in javax.wvcm
Valid values for the Version.CHECKIN_FORK and Version.CHECKOUT_FORK properties.
VERSION_HISTORY - Static variable in interface javax.wvcm.ControllableResource
The version history of a version-controlled resource.
VERSION_HISTORY - Static variable in interface javax.wvcm.Version
The version history that contains this version.
VERSION_HISTORY_FOLDER_LIST - Static variable in interface javax.wvcm.Workspace
This property identifies a list of folders that contain the version history resources for the version-controlled resources in this workspace.
VERSION_LIST - Static variable in interface javax.wvcm.Baseline
A list of all the versions that make up this baseline.
VERSION_LIST - Static variable in interface javax.wvcm.Stream
A list of all the versions that are the current versions in this stream.
VERSION_NAME - Static variable in interface javax.wvcm.Version
A server-defined string that is different for each version in the version history of this version.
VERSION_OID - Static variable in interface CcFile
The OID of the CC version resource associated with this file.
VersionHistory - Interface in javax.wvcm
A proxy for a version history resource.
versionHistory(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a version history proxy for the given location.
VIEW - Static variable in interface CcViewTag
The view to which this tag refers
VIEW_ACCESS_INFO - Static variable in interface CcView
CcViewAccessInfo object contains the supported view access properties.
VIEW_LIST - Static variable in interface CcStream
The views associated with this UCM stream.
VIEW_RELATIVE_PATH - Static variable in interface CcElement
The view-relative path for this element.
VIEW_RELATIVE_PATH - Static variable in interface CcFile
The view-relative path for this resource.
VIEW_RELATIVE_PATH - Static variable in interface CcVersion
The view-relative path for this version, possibly including the version extension.
VIEW_TAG - Static variable in interface CcView
This view's view tag as a CcViewTag resource.
VIEW_TAG_LIST - Static variable in interface CcRegistryRegion
List of view tags in this registry region as CcViewTag instances
VIEW_TAG_STRING - Static variable in interface CcView
This view's view tag as a string.
VIEW_TYPE - Static variable in interface CcViewTag
Kind of view to which this tag refers
VOB - Static variable in interface CcVobResource
The VOB in which this VOB resource resides.
VOB - Static variable in interface CcVobTag
The VOB to which this tag refers
VOB_TAG - Static variable in interface CcFile
The tag of the VOB in which this file resides.
VOB_TAG - Static variable in interface CcVob
This VOB's VOB tag as a CcVobTag resource in the current registry region.
VOB_TAG_LIST - Static variable in interface CcRegistryRegion
List of VOB tags in this registry region as CcVobTag instances
VOB_TAG_STRING - Static variable in interface CcVob
This VOB's VOB tag as a string in the current registry region.

W

WORKSPACE - Static variable in interface javax.wvcm.ControllableResource
The workspace of which this ControllableResource is a member.
WORKSPACE - Static variable in interface javax.wvcm.Stream
A workspace that can be used to browse the contents of this stream.
Workspace - Interface in javax.wvcm
A proxy for a workspace resource.
workspace(Location) - Method in interface javax.wvcm.WorkspaceProvider
Construct a workspace proxy for the given location.
Workspace.MergeFlag - Enum in javax.wvcm
Boolean flags for the doMerge method
Workspace.MergePreviewReport - Interface in javax.wvcm
A description of how the merge would affect the merge target when the merge source is neither an ancestor nor a descendant of the ControllableResource.CHECKED_IN or ControllableResource.CHECKED_OUT version of the merge target.
WORKSPACE_CHECKOUT_LIST - Static variable in interface javax.wvcm.Workspace
This property identifies each checked-out ControlledResource in this workspace.
WORKSPACE_FOLDER_LIST - Static variable in interface javax.wvcm.Resource
A list of folders that contain workspaces that are being managed by the same server that is managing this resource.
workspaceProvider() - Method in interface javax.wvcm.Activity
Get the workspace provider of this resource.
workspaceProvider() - Method in interface javax.wvcm.ControllableResource
Get the workspace provider of this resource.
workspaceProvider() - Method in interface javax.wvcm.Version
Get the workspace provider of this resource.
workspaceProvider() - Method in interface javax.wvcm.VersionHistory
Get the workspace provider of this resource.
WorkspaceProvider - Interface in javax.wvcm
A WVCM workspace provider.
WvcmException - Exception in javax.wvcm
An exception that indicates that a failure of some sort has occurred in the WVCM provider.
WvcmException(String, WvcmException.ReasonCode) - Constructor for exception javax.wvcm.WvcmException
Constructs a WvcmException.
WvcmException(String, Resource, WvcmException.ReasonCode) - Constructor for exception javax.wvcm.WvcmException
Constructs a WvcmException.
WvcmException(String, Resource, WvcmException.ReasonCode, Throwable) - Constructor for exception javax.wvcm.WvcmException
Constructs a WvcmException.
WvcmException(String, Resource, WvcmException.ReasonCode, Throwable[]) - Constructor for exception javax.wvcm.WvcmException
Constructs a WvcmException.
WvcmException(String, Resource, WvcmException.ReasonCode, Throwable, Throwable[]) - Constructor for exception javax.wvcm.WvcmException
Constructs a WvcmException.
WvcmException.ReasonCode - Enum in javax.wvcm
The reason code for a WvcmException.

A B C D E F G H I J K L M N O P Q R S T U V W
Generated Wed 12-Feb-2014 03:12 AM

Copyright © IBM 2014. All rights reserved.