Project: stp

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".


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.rational.wvcm.stp.StpResource
StpResource.UnsupportedProperty
 
Nested classes/interfaces inherited from interface javax.wvcm.Resource
Resource.CopyFlag
 
Field Summary
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
 
Fields inherited from interface com.ibm.rational.wvcm.stp.StpResource
ALL_PROPERTIES, AUTHENTICATION_REALM, CREATOR_GROUP_NAME, CREATOR_LOGIN_NAME, EFFICIENT_LOCATION, INVALID_PROPERTIES, REPOSITORY, STABLE_LOCATION, USER_FRIENDLY_LOCATION
 
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
 
Method Summary
 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.
 
Methods inherited from interface CcResource
ccProvider, doResolve, hasSupportedProperties, isResolved
 
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, setPropertyClean, 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
 

Field Detail

VIEW_STORAGE_LOCATION_LIST

static final PropertyNameList.PropertyName<ResourceList<CcStorageLocation>> VIEW_STORAGE_LOCATION_LIST
List of view storage locations in this registry region as CcStorageLocation instances


VIEW_TAG_LIST

static final PropertyNameList.PropertyName<ResourceList<CcViewTag>> VIEW_TAG_LIST
List of view tags in this registry region as CcViewTag instances


VOB_STORAGE_LOCATION_LIST

static final PropertyNameList.PropertyName<ResourceList<CcStorageLocation>> VOB_STORAGE_LOCATION_LIST
List of VOB storage locations in this registry region as CcStorageLocation instances


VOB_TAG_LIST

static final PropertyNameList.PropertyName<ResourceList<CcVobTag>> VOB_TAG_LIST
List of VOB tags in this registry region as CcVobTag instances

Method Detail

getViewStorageLocationList

ResourceList<CcStorageLocation> getViewStorageLocationList()
                                                           throws WvcmException
Returns the value of this proxy's VIEW_STORAGE_LOCATION_LIST property.

Returns:
list of view storage locations registered in the region
Throws:
WvcmException - if this proxy doesn't define a value for this property.

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.

getVobStorageLocationList

ResourceList<CcStorageLocation> getVobStorageLocationList()
                                                          throws WvcmException
Returns the value of this proxy's VOB_STORAGE_LOCATION_LIST property.

Returns:
list of VOB storage locations 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.

Generated Tue 26-Jul-2016 01:02 AM

Copyright © IBM 2016. All rights reserved.