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

Packages that use LinkType
com.sap.netweaver.coll.attachment.command   
com.sapportals.wcm.command   
com.sapportals.wcm.control.edit   
com.sapportals.wcm.protocol.webdav.repository A collection of utilities and constants common to WEBDAV-oriented WCM repository users 
com.sapportals.wcm.repository Contains the repository framework interfaces and classes. 
com.sapportals.wcm.repository.enums   
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. 
com.sapportals.wcm.rfadapter   
 

Uses of LinkType in com.sap.netweaver.coll.attachment.command
 

Methods in com.sap.netweaver.coll.attachment.command that return LinkType
 LinkType AttachmentCreateLinkCommand.getLinkType()
          Get the link type
 

Methods in com.sap.netweaver.coll.attachment.command with parameters of type LinkType
 void AttachmentCreateLinkCommand.setLinkType(LinkType linkType)
          Set the link type
 

Uses of LinkType in com.sapportals.wcm.command
 

Methods in com.sapportals.wcm.command that return LinkType
 LinkType CreateOrEditLinkCommand.getLinkType()
           
 

Methods in com.sapportals.wcm.command with parameters of type LinkType
 void CreateOrEditLinkCommand.setLinkType(LinkType linkType)
           
 

Uses of LinkType in com.sapportals.wcm.control.edit
 

Methods in com.sapportals.wcm.control.edit that return LinkType
 LinkType ResourceLinkControl.getExternalLinkType()
           
 LinkType ExternalLinkControl.getExternalLinkType()
           
 

Methods in com.sapportals.wcm.control.edit with parameters of type LinkType
 void OrderedListEditorControl.addNewResource(String targetName, String targetUri, LinkType linkType)
          Adds a new link to the link list
 

Uses of LinkType in com.sapportals.wcm.protocol.webdav.repository
 

Methods in com.sapportals.wcm.protocol.webdav.repository that return LinkType
 LinkType WDResourceInfo.getLinkType()
           
 

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
static LinkType ResourceInterpreter.getLinkType(IResource instance)
          Method with new enum signatures resembling method #IResource.getLinkType()
static LinkType ResourceIsLinkExceptionInterpreter.getLinkType(ResourceIsLinkException re)
           
static LinkType LinkInterpreter.getType(ILink link)
          Method with new enum signatures resembling method #ILink.getType()
 

Methods in com.sapportals.wcm.repository with parameters of type LinkType
static IResource CollectionInterpreter.createLink(ICollection collection, String name, com.sapportals.wcm.util.uri.URL targetURL, LinkType linkType, IPosition position, IPropertyMap properties)
          Method with new enum signatures resembling method #ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPosition position, IPropertyMap)
static IResource CollectionInterpreter.createLink(ICollection collection, String name, com.sapportals.wcm.util.uri.URL targetURL, LinkType linkType, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Method with new enum signatures resembling method #ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPosition, IPropertyMap, boolean)
static IResource CollectionInterpreter.createLink(ICollection collection, String name, com.sapportals.wcm.util.uri.URL targetURL, LinkType linkType, IPropertyMap properties)
          Method with new enum signatures resembling method #ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPropertyMap)
static IResource CollectionInterpreter.createLink(ICollection collection, String name, com.sapportals.wcm.util.uri.URL targetURL, LinkType linkType, IPropertyMap properties, boolean ignorePropertyFailures)
          Method with new enum signatures resembling method #ICollection.createLink(String, URL, com.sapportals.wcm.repository.enums.LinkType, IPropertyMap, boolean)
 IResource ICollection.createLink(String name, com.sapportals.wcm.util.uri.URL targetURL, LinkType linkType, IPosition position, IPropertyMap properties)
          Creates a new link in a collection that supports ordering.
 IResource ICollection.createLink(String name, com.sapportals.wcm.util.uri.URL targetURL, LinkType linkType, IPosition position, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new link in a collection that supports ordering.
 IResource ICollection.createLink(String name, com.sapportals.wcm.util.uri.URL targetURL, LinkType linkType, IPropertyMap properties)
          Creates a new link in a collection.
 IResource ICollection.createLink(String name, com.sapportals.wcm.util.uri.URL targetURL, LinkType linkType, IPropertyMap properties, boolean ignorePropertyFailures)
          Creates a new link in a collection.
static ResourceIsLinkException ResourceIsLinkExceptionInterpreter.newInstance_ResourceIsLinkException(com.sapportals.wcm.util.uri.RID resourceID, LinkType linkType)
           
static ResourceIsLinkException ResourceIsLinkExceptionInterpreter.newInstance_ResourceIsLinkException(com.sapportals.wcm.util.uri.RID resourceID, LinkType linkType, String targetURL)
           
static void ResourceInterpreter.setLinkType(IResource instance, LinkType linkType)
          Method with new enum signatures resembling method #IResource.getLinkType()
 void IResource.setLinkType(LinkType linkType)
          Changes the link type.
 

Constructors in com.sapportals.wcm.repository with parameters of type LinkType
ResourceIsLinkException(com.sapportals.wcm.util.uri.RID resourceID, LinkType linkType)
          Constructs a new ResourceIsLinkException
ResourceIsLinkException(com.sapportals.wcm.util.uri.RID resourceID, LinkType linkType, String targetURL)
          Constructs a new ResourceIsLinkException
ResourceIsLinkException(com.sapportals.wcm.util.uri.URI resourceID, LinkType linkType)
          Deprecated. as of NW04.
ResourceIsLinkException(com.sapportals.wcm.util.uri.URI resourceID, LinkType linkType, String targetURL)
          Deprecated. as of NW04.
 

Uses of LinkType in com.sapportals.wcm.repository.enums
 

Fields in com.sapportals.wcm.repository.enums declared as LinkType
static LinkType LinkType.EXTERNAL
          An external link refers to a resource that is not located in a KM repository.
static LinkType LinkType.INTERNAL
          An internal link refers to a resource that is located in one of the defined KM repositories.
static LinkType LinkType.NONE
          No-typed link
 

Methods in com.sapportals.wcm.repository.enums that return LinkType
 LinkType EnumInterpreter.getLinkType(IResource resource)
          Method with new enum signatures resembling method #IResource.getLinkType()
static LinkType LinkType.linkTypeFromString(String lts)
           
 

Methods in com.sapportals.wcm.repository.enums with parameters of type LinkType
static String LinkType.linkType2String(LinkType lt)
           
 void EnumInterpreter.setLinkType(IResource resource, LinkType linkType)
          Method with new enum signatures resembling method #IResource.getLinkType()
 

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.getLinkTypeNew()
          Gets the link type of the entry point.
 LinkType EntryPoint.getLinkTypeNew()
          Gets the link type of the entry point.
 

Constructors in com.sapportals.wcm.repository.manager.entrypoints with parameters of type LinkType
EntryPoint(String id, com.sapportals.wcm.util.uri.RID targetRid, LinkType linkType, boolean isCollection, String providerName)
          Creates a new entry point object that represents a link to another repository.
 

Uses of LinkType in com.sapportals.wcm.rfadapter
 

Methods in com.sapportals.wcm.rfadapter that return LinkType
 LinkType LinkDataPack.type()
           
 

Constructors in com.sapportals.wcm.rfadapter with parameters of type LinkType
LinkDataPack(String name, IPropertyMap properties, LinkType type, com.sapportals.wcm.util.uri.URL target, IResourceContext context)
          standard constructor for this class.
 



Copyright 2012 SAP AG Complete Copyright Notice