SAP NetWeaver '04

Uses of Class
com.sapportals.wcm.repository.enum.LinkType

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

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.