com.ibm.rational.wvcm.stp.cc
Interface CcRegistryRegion
- All Superinterfaces:
- CcResource, Resource, StpResource
public interface CcRegistryRegion
- extends CcResource
A proxy for a ClearCase registry region.
A registry region is a tag namespace shared by a subset of registry clients.
The Rational ClearCase registry supports only a single region. With the Rational ClearCase registry,
you can create multiple regions. VOB and view tags in a Rational ClearCase registry include the
name of the registry region in which the tag is visible. Each Rational ClearCase client is a
member of a single registry region and can access only those VOBs and views whose tags are
visible in that region.
For more information about registry regions, see the ClearCase "Administrator's Guide"
manual, and the cleartool man pages "lsregion" and "mkregion".
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 com.ibm.rational.wvcm.stp.StpResource |
doReadProperties, equals, getAllProperties, getAuthenticationRealm, getCreatorGroupName, getCreatorLoginName, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, stpLocation, stpProvider |
Methods inherited from interface javax.wvcm.Resource |
doCopy, doFind, doFindAll, doGetPropertyNameList, doGetPropertyNameList, doReadContent, doReadProperties, doUnbindAll, doWriteContent, doWriteProperties, forgetProperty, getComment, getContentCharacterSet, getContentIdentifier, getContentLanguage, getContentLength, getContentType, getCreationDate, getCreatorDisplayName, getDisplayName, getIsExecutable, getLastModified, getParentList, getPathnameLocation, getProperty, getProviderList, getWorkspaceFolderList, initProperty, location, lookupProperty, modifyLocation, propertyNameList, provider, removeProperty, setComment, setContentCharacterSet, setContentLanguage, setContentType, setCreatorDisplayName, setDisplayName, setIsExecutable, setProperty, setProperty, updatedPropertyNameList |
VIEW_TAG_LIST
static final PropertyNameList.PropertyName<ResourceList<CcViewTag>> VIEW_TAG_LIST
- List of view tags in this registry region as CcViewTag instances
VOB_TAG_LIST
static final PropertyNameList.PropertyName<ResourceList<CcVobTag>> VOB_TAG_LIST
- List of VOB tags in this registry region as CcVobTag instances
getViewTagList
ResourceList<CcViewTag> getViewTagList()
throws WvcmException
- Returns the value of this proxy's
VIEW_TAG_LIST
property.
- Returns:
- list of view tags registered in the region
- Throws:
WvcmException
- if this proxy doesn't define a value for this property.
getVobTagList
ResourceList<CcVobTag> getVobTagList()
throws WvcmException
- Returns the value of this proxy's
VOB_TAG_LIST
property.
- Returns:
- list of VOB tags registered in the region
- Throws:
WvcmException
- if this proxy doesn't define a value for this property.
Copyright © IBM 2010. All rights reserved.