|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcRegistryRegion
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 |
Field Detail |
---|
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
Method Detail |
---|
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.
|
Generated Tue 26-Jul-2016 01:02 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |