de.mklinger.qetcher.liferay.client.QetcherService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qetcher-adapter-liferay-71 Show documentation
Show all versions of qetcher-adapter-liferay-71 Show documentation
Qetcher Liferay 7.1.x Adapter
The newest version!
package de.mklinger.qetcher.liferay.client;
import java.io.InputStream;
import java.nio.file.Path;
/**
* @author Marc Klinger - mklinger[at]mklinger[dot]de
*/
public interface QetcherService {
Path convertToTempFile(final InputStream inputStream, final String fromMediaType, final String toMediaType);
}