Class BitlyUrlShortenerImpl

java.lang.Object
org.alfresco.repo.urlshortening.BitlyUrlShortenerImpl
All Implemented Interfaces:
UrlShortener

@Deprecated public class BitlyUrlShortenerImpl extends Object implements UrlShortener
Deprecated.
as it is no longer used in the core repository code.
  • Constructor Details

    • BitlyUrlShortenerImpl

      public BitlyUrlShortenerImpl()
      Deprecated.
  • Method Details

    • shortenUrl

      public String shortenUrl(String longUrl)
      Deprecated.
      Specified by:
      shortenUrl in interface UrlShortener
    • getUrlLength

      public int getUrlLength()
      Deprecated.
      Specified by:
      getUrlLength in interface UrlShortener
    • setUrlLength

      public void setUrlLength(int urlLength)
      Deprecated.
      Parameters:
      urlLength - the urlLength to set
    • setUsername

      public void setUsername(String username)
      Deprecated.
      Parameters:
      username - the username to set
    • setApiKey

      public void setApiKey(String apiKey)
      Deprecated.
      Parameters:
      apiKey - the apiKey to set