| Package | Description |
|---|---|
| com.sapportals.wcm.repository |
Contains the repository framework interfaces and classes.
|
| com.sapportals.wcm.rfadapter | |
| com.sapportals.wcm.service.objecttypehandler |
Provides a service to add arbitrary commands for resources.
|
| com.sapportals.wcm.service.urlgenerator |
Provides a service that returns URLs to access resources in the CM
system.
|
| com.sapportals.wcm.util.uri |
Contains interfaces and classes to handle uniform resource identifiers (uri).
|
| Modifier and Type | Method and Description |
|---|---|
URL |
IResource.getTargetURL()
Returns the target URL of a link or
null if the resource is
not a link. |
| Modifier and Type | Method and Description |
|---|---|
static IResource |
CollectionInterpreter.createLink(ICollection collection,
String name,
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, IPropertyMap) |
static IResource |
CollectionInterpreter.createLink(ICollection collection,
String name,
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,
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,
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,
URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties)
Creates a new link in a collection that supports ordering.
|
IResource |
ICollection.createLink(String name,
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,
URL targetURL,
LinkType linkType,
IPropertyMap properties)
Creates a new link in a collection.
|
IResource |
ICollection.createLink(String name,
URL targetURL,
LinkType linkType,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new link in a collection.
|
void |
IResource.setTargetURL(URL url)
Changes the target URL of a link.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
LinkDataPack.target() |
| Constructor and Description |
|---|
LinkDataPack(String name,
IPropertyMap properties,
LinkType type,
URL target,
IResourceContext context)
standard constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
IObjectTypeHandler.getURL(IResource resource,
IActionType actionType)
Get the URL attribute of the IObjectTypeHandler object.
|
URL |
GenericObjectTypeHandler.getURL(IResource resource,
IActionType actionType)
Get the URL attribute of the GenericObjectTypeHandler object.
|
URL |
IObjectTypeHandler.getURL(IResource resource,
IActionType actionType,
Properties props)
Get the URL attribute of the IObjectTypeHandler object.
|
URL |
GenericObjectTypeHandler.getURL(IResource resource,
IActionType actionType,
Properties props)
Get the URL attribute of the GenericObjectTypeHandler object.
|
| Modifier and Type | Method and Description |
|---|---|
RID |
IURLGenerator.getRIDfromWebURL(URL webAddress)
Deprecated.
as of EP 5.0 SP5, replaced by
IURLGeneratorService.mapUri(IUri) |
| Modifier and Type | Method and Description |
|---|---|
static URL |
URL.getInstance(IUriReference uriref)
Creates a "URL" object for usage as external link target container.
|
static URL |
URL.getInstance(RID rid)
Creates a "URL" object for usage as internal link target container.
|
static URL |
URL.getInstance(String target)
Creates a "URL" object for usage as link target container.
|
Copyright 2021 SAP SE Complete Copyright Notice