|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.namespace.LinkDescriptor
Class implementing a link descriptor.
| Field Summary | |
static ILinkDescriptor |
TYPE_NONE
Default link descriptor for resources not being a link (should be used for performance reasons). |
| Constructor Summary | |
LinkDescriptor(LinkType linkType)
Construct object of class LinkDescriptor. |
|
LinkDescriptor(LinkType linkType,
IAbsoluteUri targetUri)
Construct object of class LinkDescriptor. |
|
LinkDescriptor(LinkType linkType,
IRid targetRid)
Construct object of class LinkDescriptor. |
|
| Method Summary | |
LinkType |
getLinkType()
Get LinkType of the link. |
IRid |
getTargetRid()
Get target IRid of the link. |
IAbsoluteUri |
getTargetUri()
Get target IUri of the link. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final ILinkDescriptor TYPE_NONE
| Constructor Detail |
public LinkDescriptor(LinkType linkType)
linkType - LinkType of the link
public LinkDescriptor(LinkType linkType,
IRid targetRid)
linkType - LinkType of the linktargetRid - target IRid of the link
public LinkDescriptor(LinkType linkType,
IAbsoluteUri targetUri)
linkType - LinkType of the linktargetUri - target IUri of the link| Method Detail |
public LinkType getLinkType()
LinkType of the link.
getLinkType in interface ILinkDescriptorLinkType of the linkpublic IRid getTargetRid()
IRid of the link. If the target is referenced by a
IRid depends on the link type.
getTargetRid in interface ILinkDescriptorIRid or null if this link type points to targets of
another typepublic IAbsoluteUri getTargetUri()
IUri of the link. If the target is referenced by a
IUri depends on the link type.
getTargetUri in interface ILinkDescriptorIUri or null if this link type points to targets of
another type
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||