com.softwareag.centrasite.api.session
Interface CSOUriGenerator
public interface CSOUriGenerator
The URI format is not fixed but greatly depends on the CSO client. For example, the BUI code requires a URI format that is much different from the URI format of Control.
The URI format is defined by setting a CSOUriGenerator in the CentraSiteSession.
Method Summary |
java.lang.String |
getURI(CSOLink csoLink)
Generates a link for the given CSOLink object. |
getURI
java.lang.String getURI(CSOLink csoLink)
throws CLLException
- Generates a link for the given CSOLink object.
- Parameters:
csoLink
-
- Returns:
- link for the given CSOLink
- Throws:
CLLException
- in case of failure to generate the link for given CSOLink object