com.ibm.rational.wvcm.stp.cq
Interface CqUserDbMember
- All Superinterfaces:
- CqResource, Resource, StpResource
- All Known Subinterfaces:
- CqAction, CqAttachment, CqAttachmentFolder, CqContextResource, CqDynamicChoiceList, CqFieldDefinition, CqHook, CqQuery, CqQueryFolder, CqQueryFolderItem, CqRecord, CqRecordType, CqReport, CqReportFormat
public interface CqUserDbMember
- extends CqResource
The properties supported by all members of a ClearQuest User Database.
Fields inherited from interface javax.wvcm.Resource |
ALL_CUSTOM_PROPERTIES, COMMENT, CONTENT_CHARACTER_SET, CONTENT_IDENTIFIER, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CREATION_DATE, CREATOR_DISPLAY_NAME, DISPLAY_NAME, IS_EXECUTABLE, LAST_MODIFIED, PARENT_LIST, PATHNAME_LOCATION, PROVIDER_LIST, RESOURCE_IDENTIFIER, WORKSPACE_FOLDER_LIST |
Methods inherited from interface CqResource |
cqProvider, getComment, getContentCharacterSet, getContentIdentifier, getContentLanguage, getContentLength, getContentType, getCreationDate, getCreatorDisplayName, getCreatorGroupName, getCreatorLoginName, getIsExecutable, getLastModified, getProviderList, getWorkspaceFolderList, setComment, setContentCharacterSet, setContentLanguage, setContentType, setCreatorDisplayName, setIsExecutable |
Methods inherited from interface com.ibm.rational.wvcm.stp.StpResource |
doReadProperties, equals, getAllProperties, getAuthenticationRealm, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, setPropertyClean, stpLocation, stpProvider |
Methods inherited from interface javax.wvcm.Resource |
doCopy, doFind, doFindAll, doGetPropertyNameList, doGetPropertyNameList, doReadContent, doReadProperties, doUnbindAll, doWriteContent, doWriteProperties, forgetProperty, getDisplayName, getParentList, getPathnameLocation, getProperty, initProperty, location, lookupProperty, modifyLocation, propertyNameList, provider, removeProperty, setDisplayName, setProperty, setProperty, updatedPropertyNameList |
DB_SET
static final PropertyNameList.PropertyName<CqDbSet> DB_SET
- The database set that contains this resource
USER_DB
static final PropertyNameList.PropertyName<CqUserDb> USER_DB
- The user database that contains this resource.
getDbSet
CqDbSet getDbSet()
throws WvcmException
- Returns the value of the
DB_SET
property as defined by
this proxy.
- Returns:
- A CqDbSet proxy for the database set that contains this resource.
- Throws:
WvcmException
- if this proxy does not define a value for the
DB_SET
property.
getUserDb
CqUserDb getUserDb()
throws WvcmException
- Returns the value of the
USER_DB
property as defined by
this proxy.
- Returns:
- A CqUserDb proxy for the database that contains this resource
- Throws:
WvcmException
- if this proxy does not define a value for the
USER_DB
property.
Copyright © IBM 2012. All rights reserved.