public interface CcViewTag extends CcResource
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.
| Modifier and Type | Interface and Description |
|---|---|
static class |
CcViewTag.ViewType
Type of ClearCase view.
|
StpResource.UnsupportedPropertyResource.CopyFlag| Modifier and Type | Field and Description |
|---|---|
static PropertyNameList.PropertyName<Boolean> |
IS_ACTIVE
Is the View represented by this tag started?
|
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
|
ALL_PROPERTIES, AUTHENTICATION_REALM, CREATOR_GROUP_NAME, CREATOR_LOGIN_NAME, EFFICIENT_LOCATION, INVALID_PROPERTIES, REPOSITORY, STABLE_LOCATION, USER_FRIENDLY_LOCATIONALL_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 |
|---|---|
boolean |
getIsActive()
Returns the value of this proxy's
IS_ACTIVE property. |
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. |
void |
setIsActive(boolean isActive)
Sets the value of this proxy's (@link #IS_ACTIVE) property.
|
ccProvider, doReadContent, doResolve, doWriteProperties, hasSupportedProperties, isResolved, readProperties, readProperties, resolve, writeProperties, writePropertiesdoReadProperties, equals, getAllProperties, getAuthenticationRealm, getCreatorGroupName, getCreatorLoginName, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, setPropertyClean, stpLocation, stpProviderdoCopy, 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, updatedPropertyNameListstatic final PropertyNameList.PropertyName<Boolean> IS_ACTIVE
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
boolean getIsActive() throws WvcmException
IS_ACTIVE property.WvcmException - if this proxy doesn't define a value for this property.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.void setIsActive(boolean isActive) throws WvcmException
isActive - true to start the server for this view; false to stop itWvcmExceptionCopyright © IBM 2018. All rights reserved.