public interface CcHyperlink extends CcVobResource
Conceptually, a hyperlink is an arrow from one VOB-database object (version, branch, element, VOB symbolic link or VOB) to another. A merge arrow is a special kind of hyperlink.
For more information about hyperlinks, see the ClearCase "Guide to Managing Software Projects" manual, and the cleartool man page "mkhlink".
CcVobResource.ApplyAttributeFlagStpResource.UnsupportedPropertyResource.CopyFlag| Modifier and Type | Field and Description |
|---|---|
static PropertyNameList.PropertyName<CcResource> |
FROM_RESOURCE
The resource at the "from" end of the hyperlink
|
static PropertyNameList.PropertyName<String> |
FROM_TEXT
The text associated with the "from" end of the hyperlink.
|
static PropertyNameList.PropertyName<CcResource> |
TO_RESOURCE
The resource at the "to" end of the hyperlink
|
static PropertyNameList.PropertyName<String> |
TO_TEXT
The text associated with the "to" end of the hyperlink.
|
static PropertyNameList.PropertyName<CcHyperlinkType> |
TYPE
The hyperlink type of which this hyperlink is an instance.
|
ATTRIBUTE_LIST, CC_MASTER_REPLICA, CURRENT_REPLICA, EFFECTIVE_ACL, HAS_LOCAL_MASTERSHIP, HYPERLINK_LIST, LOCK_INFO, MY_EFFECTIVE_ACCESS, MY_EFFECTIVE_ACL, PERMISSIONS, ROLEMAP, VOBALL_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 |
|---|---|
CcResource |
getFromResource()
Get the value of this hyperlink instance's
FROM_RESOURCE property. |
String |
getFromText()
Get the value of this hyperlink instance's
FROM_TEXT property. |
CcResource |
getToResource()
Get the value of this hyperlink instance's
TO_RESOURCE property. |
String |
getToText()
Get the value of this hyperlink instance's
TO_TEXT property. |
CcHyperlinkType |
getType()
Get the value of this hyperlink instance's
TYPE property. |
doApplyAttribute, doApplyRolemap, doRemoveAttribute, doRequestForMastership, getAttributeList, getCurrentReplica, getEffectiveAcl, getHasLocalMastership, getHyperlinkList, getLockInfo, getMasterReplica, getMyEffectiveAccess, getMyEffectiveAcl, getPermissions, getRolemap, getVob, setLockInfo, setPermissionsccProvider, 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<CcResource> FROM_RESOURCE
static final PropertyNameList.PropertyName<String> FROM_TEXT
static final PropertyNameList.PropertyName<CcResource> TO_RESOURCE
static final PropertyNameList.PropertyName<String> TO_TEXT
static final PropertyNameList.PropertyName<CcHyperlinkType> TYPE
CcResource getFromResource() throws WvcmException
FROM_RESOURCE property.WvcmException - if this proxy doesn't define a value for this property or
the resource is unavailable/does not existString getFromText() throws WvcmException
FROM_TEXT property.null if no text was specified during hyperlink creation.WvcmException - if this proxy doesn't define a value for this property or
the resource is unavailable/does not existCcResource getToResource() throws WvcmException
TO_RESOURCE property.WvcmException - if this proxy doesn't define a value for this property or
the resource is unavailable/does not existString getToText() throws WvcmException
TO_TEXT property.null if no text was specified during hyperlink creation.WvcmException - if this proxy doesn't define a value for this property or
the resource is unavailable/does not existCcHyperlinkType getType() throws WvcmException
TYPE property.WvcmException - if this proxy doesn't define a value for this property.Copyright © IBM 2016. All rights reserved.