|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcViewTag
A proxy for a ClearCase view tag - the handle by which a ClearCase view is identified and managed.
View tags are treated as distinct objects from views in order to allow the for retrieval of basic view info and passing of handles to views without incurring the overhead of actually opening a real view connection.
Nested Class Summary | |
---|---|
static class |
CcViewTag.ViewType
Type of ClearCase view. |
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<Boolean> |
IS_UCM_VIEW
Is this a tag for a UCM view? |
static PropertyNameList.PropertyName<CcRegistryRegion> |
REGISTRY_REGION
The registry region this tag resides in |
static PropertyNameList.PropertyName<CcView> |
VIEW
The view to which this tag refers |
static PropertyNameList.PropertyName<CcViewTag.ViewType> |
VIEW_TYPE
Kind of view to which this tag refers |
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 | |
---|---|
boolean |
getIsUcmView()
Returns the value of this proxy's IS_UCM_VIEW property. |
CcRegistryRegion |
getRegistryRegion()
Returns the value of this proxy's REGISTRY_REGION property. |
CcView |
getView()
Returns the value of this proxy's VIEW property. |
CcViewTag.ViewType |
getViewType()
Returns the value of this proxy's VIEW_TYPE property. |
Methods inherited from interface CcResource |
---|
ccProvider, doResolve, 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, stpLocation, stpProvider |
Field Detail |
---|
static final PropertyNameList.PropertyName<Boolean> IS_UCM_VIEW
static final PropertyNameList.PropertyName<CcRegistryRegion> REGISTRY_REGION
static final PropertyNameList.PropertyName<CcView> VIEW
static final PropertyNameList.PropertyName<CcViewTag.ViewType> VIEW_TYPE
Method Detail |
---|
boolean getIsUcmView() throws WvcmException
IS_UCM_VIEW
property.
WvcmException
- if this proxy doesn't define a value for this property.CcRegistryRegion getRegistryRegion() throws WvcmException
REGISTRY_REGION
property.
WvcmException
- if this proxy doesn't define a value for this property.CcView getView() throws WvcmException
VIEW
property.
WvcmException
- if this proxy doesn't define a value for this property.CcViewTag.ViewType getViewType() throws WvcmException
VIEW_TYPE
property.
WvcmException
- if this proxy doesn't define a value for this property.
|
Generated Wed 18-May-2011 04:12 PM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |