|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkType | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.repository.enum | Contains enumeration classes. |
| com.sapportals.wcm.repository.manager.entrypoints | API for implementing entry point providers
Package Specification
Purpose
The entrypoints package contains interfaces and abstract
classes, which are offering all neccessary methods to act as an entry points provider. |
| Uses of LinkType in com.sapportals.wcm.repository |
| Methods in com.sapportals.wcm.repository that return LinkType | |
LinkType |
ResourceIsLinkException.getLinkType()
Returns the type of the link that caused the exception |
LinkType |
IResource.getLinkType()
Returns the link type (NONE if the resource is not a link). |
LinkType |
ILink.getLinkType()
Returns the link type |
| Methods in com.sapportals.wcm.repository with parameters of type LinkType | |
void |
IResource.setLinkType(LinkType linkType)
Changes the link type. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPropertyMap properties)
Creates a new link in a collection. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties)
Creates a new link in a collection that supports ordering. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new link in a collection. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new link in a collection that supports ordering. |
| Constructors in com.sapportals.wcm.repository with parameters of type LinkType | |
ResourceIsLinkException(URI resourceID,
LinkType linkType)
Deprecated. as of NW04. |
|
ResourceIsLinkException(URI resourceID,
LinkType linkType,
java.lang.String targetURL)
Deprecated. as of NW04. |
|
ResourceIsLinkException(RID resourceID,
LinkType linkType)
Constructs a new ResourceIsLinkException |
|
ResourceIsLinkException(RID resourceID,
LinkType linkType,
java.lang.String targetURL)
Constructs a new ResourceIsLinkException |
|
| Uses of LinkType in com.sapportals.wcm.repository.enum |
| Fields in com.sapportals.wcm.repository.enum declared as LinkType | |
static LinkType |
LinkType.NONE
No-typed link |
static LinkType |
LinkType.INTERNAL
An internal link refers to a resource that is located in one of the defined KM repositories. |
static LinkType |
LinkType.EXTERNAL
An external link refers to a resource that is not located in a KM repository. |
| Methods in com.sapportals.wcm.repository.enum that return LinkType | |
static LinkType |
LinkType.linkTypeFromString(java.lang.String lts)
|
| Methods in com.sapportals.wcm.repository.enum with parameters of type LinkType | |
static java.lang.String |
LinkType.linkType2String(LinkType lt)
|
| Uses of LinkType in com.sapportals.wcm.repository.manager.entrypoints |
| Methods in com.sapportals.wcm.repository.manager.entrypoints that return LinkType | |
LinkType |
EntryPoint.getLinkType()
Gets the link type of the entry point. |
LinkType |
IEntryPoint.getLinkType()
Gets the link type of the entry point. |
| Constructors in com.sapportals.wcm.repository.manager.entrypoints with parameters of type LinkType | |
EntryPoint(java.lang.String id,
RID targetRid,
LinkType linkType,
boolean isCollection,
java.lang.String providerName)
Creates a new entry point object that represents a link to another repository. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||