Package org.alfresco.repo.urlshortening
Class BitlyUrlShortenerImpl
java.lang.Object
org.alfresco.repo.urlshortening.BitlyUrlShortenerImpl
- All Implemented Interfaces:
UrlShortener
Deprecated.
as it is no longer used in the core repository code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.voidDeprecated.voidsetUrlLength(int urlLength) Deprecated.voidsetUsername(String username) Deprecated.shortenUrl(String longUrl) Deprecated.
-
Constructor Details
-
BitlyUrlShortenerImpl
public BitlyUrlShortenerImpl()Deprecated.
-
-
Method Details
-
shortenUrl
Deprecated.- Specified by:
shortenUrlin interfaceUrlShortener
-
getUrlLength
public int getUrlLength()Deprecated.- Specified by:
getUrlLengthin interfaceUrlShortener
-
setUrlLength
public void setUrlLength(int urlLength) Deprecated.- Parameters:
urlLength- the urlLength to set
-
setUsername
Deprecated.- Parameters:
username- the username to set
-
setApiKey
Deprecated.- Parameters:
apiKey- the apiKey to set
-