public interface IURLShortenerManager
SessionConfig.getCurrentSessionConfig()
do not return null.IURLShortener get(ServiceInstanceConfig serviceInstance) throws PortalException
URL shortener
for the given service
instance.serviceInstance
- the service instance.URL shortener
for the given service
instance.PortalException
IURLShortener get(ChannelConfig channel) throws PortalException
URL shortener
for the given
channel
.channel
- the channeç.URL shortener
for the given
channel
.PortalException
void put(ServiceInstanceConfig serviceInstance, String className, Map<String,String> parameters) throws PortalException
URL shortener
for the given service
instance.serviceInstance
- the service instance.className
- the class name.parameters
- the parameters to be passed to the URL shortener.PortalException
void put(ChannelConfig channel, String className, Map<String,String> parameters) throws PortalException
channel
- the channel.className
- the class name.parameters
- the parameters to be passed to the URL shortener.PortalException
void remove(ServiceInstanceConfig serviceInstance) throws PortalException
URL shortener
of the given service
instance.serviceInstance
- the service instance.PortalException
void remove(ChannelConfig channel) throws PortalException
URL shortener
of the given channel.channel
- the channel.PortalException
LumisXP 11.2.0.190404 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.