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".
StpResource.UnsupportedProperty
Resource.CopyFlag
Modifier and Type | Field and Description |
---|---|
static PropertyNameList.PropertyName<ResourceList<CcStorageLocation>> |
VIEW_STORAGE_LOCATION_LIST
List of view storage locations in this registry region
as CcStorageLocation instances
|
static PropertyNameList.PropertyName<ResourceList<CcViewTag>> |
VIEW_TAG_LIST
List of view tags in this registry region as CcViewTag instances
|
static PropertyNameList.PropertyName<ResourceList<CcStorageLocation>> |
VOB_STORAGE_LOCATION_LIST
List of VOB storage locations in this registry region
as CcStorageLocation instances
|
static PropertyNameList.PropertyName<ResourceList<CcVobTag>> |
VOB_TAG_LIST
List of VOB tags in this registry region as CcVobTag instances
|
ALL_PROPERTIES, AUTHENTICATION_REALM, CREATOR_GROUP_NAME, CREATOR_LOGIN_NAME, EFFICIENT_LOCATION, INVALID_PROPERTIES, REPOSITORY, STABLE_LOCATION, USER_FRIENDLY_LOCATION
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
Modifier and Type | Method and Description |
---|---|
ResourceList<CcStorageLocation> |
getViewStorageLocationList()
Returns the value of this proxy's
VIEW_STORAGE_LOCATION_LIST property. |
ResourceList<CcViewTag> |
getViewTagList()
Returns the value of this proxy's
VIEW_TAG_LIST property. |
ResourceList<CcStorageLocation> |
getVobStorageLocationList()
Returns the value of this proxy's
VOB_STORAGE_LOCATION_LIST property. |
ResourceList<CcVobTag> |
getVobTagList()
Returns the value of this proxy's
VOB_TAG_LIST property. |
ccProvider, doReadContent, doResolve, doWriteProperties, hasSupportedProperties, isResolved, readProperties, readProperties, resolve, writeProperties, writeProperties
doReadProperties, equals, getAllProperties, getAuthenticationRealm, getCreatorGroupName, getCreatorLoginName, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, setPropertyClean, stpLocation, stpProvider
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
static final PropertyNameList.PropertyName<ResourceList<CcStorageLocation>> VIEW_STORAGE_LOCATION_LIST
static final PropertyNameList.PropertyName<ResourceList<CcViewTag>> VIEW_TAG_LIST
static final PropertyNameList.PropertyName<ResourceList<CcStorageLocation>> VOB_STORAGE_LOCATION_LIST
static final PropertyNameList.PropertyName<ResourceList<CcVobTag>> VOB_TAG_LIST
ResourceList<CcStorageLocation> getViewStorageLocationList() throws WvcmException
VIEW_STORAGE_LOCATION_LIST
property.WvcmException
- if this proxy doesn't define a value for this property.ResourceList<CcViewTag> getViewTagList() throws WvcmException
VIEW_TAG_LIST
property.WvcmException
- if this proxy doesn't define a value for this property.ResourceList<CcStorageLocation> getVobStorageLocationList() throws WvcmException
VOB_STORAGE_LOCATION_LIST
property.WvcmException
- if this proxy doesn't define a value for this property.ResourceList<CcVobTag> getVobTagList() throws WvcmException
VOB_TAG_LIST
property.WvcmException
- if this proxy doesn't define a value for this property.Copyright © IBM 2017. All rights reserved.