|
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 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, HYPERLINK_LIST, LOCK_INFO, PERMISSIONS, 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 CcVobResource |
|---|
getAttributeList, getCurrentReplica, getHyperlinkList, getLockInfo, getMasterReplica, getPermissions, getVob, setLockInfo, setPermissions |
| 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<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 exist
String 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 exist
CcResource 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 exist
String 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 exist
CcHyperlinkType getType()
throws WvcmException
TYPE property.
WvcmException - if this proxy doesn't define a value for this property.
|
Generated Sun 12-Oct-2008 01:46 AM | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||