com.sapportals.wcm.repository

Interface IExternalLinkResource


public interface IExternalLinkResource

Interface for external link resources.

Copyright (c) SAP AG 2002-2004


Method Summary
 IUri getTargetUri()
          Deprecated. use getTargetUriReference() instead
 IUriReference getTargetUriReference()
           
 boolean isPermanent()
           
 void setTargetUri(IUri target)
          Deprecated. use setTargetUriReference(IUriReference) instead
 void setTargetUriReference(IUriReference target)
          Sets the link target.
 

Method Detail

getTargetUri

IUri getTargetUri()
                  throws ResourceException
Deprecated. use getTargetUriReference() instead

Throws:
ResourceException

getTargetUriReference

IUriReference getTargetUriReference()
                                    throws ResourceException
Returns:
the IUriReference of the link target.
Throws:
ResourceException

isPermanent

boolean isPermanent()
                    throws ResourceException
Returns:
whether the redirection is permanent (equivalent to HTTP status 301) or not (302).
Throws:
ResourceException

setTargetUri

void setTargetUri(IUri target)
                  throws ResourceException
Deprecated. use setTargetUriReference(IUriReference) instead

Throws:
ResourceException

setTargetUriReference

void setTargetUriReference(IUriReference target)
                           throws ResourceException
Sets the link target.

Parameters:
target - targetUri to be set
Throws:
ResourceException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice