|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcHyperlink
A proxy for a ClearCase hyperlink object.
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".
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface CcVobResource |
---|
CcVobResource.ApplyAttributeFlag |
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<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. |
Fields inherited from interface CcVobResource |
---|
ATTRIBUTE_LIST, CC_MASTER_REPLICA, CURRENT_REPLICA, EFFECTIVE_ACL, HAS_LOCAL_MASTERSHIP, HYPERLINK_LIST, LOCK_INFO, MY_EFFECTIVE_ACCESS, MY_EFFECTIVE_ACL, PERMISSIONS, ROLEMAP, VOB |
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 | |
---|---|
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. |
Methods inherited from interface CcResource |
---|
ccProvider, doReadContent, doResolve, doWriteProperties, hasSupportedProperties, isResolved, readProperties, readProperties, resolve, writeProperties, writeProperties |
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<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
Method Detail |
---|
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.
|
Generated Tue 7-Feb-2017 11:15 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |