public interface Repository<T>
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(boolean delete) |
com.liferay.portal.kernel.concurrent.AsyncBroker<java.nio.file.Path,FileResponse> |
getAsyncBroker() |
com.liferay.portal.kernel.concurrent.NoticeableFuture<java.nio.file.Path> |
getFile(T t,
java.nio.file.Path remoteFilePath,
java.nio.file.Path localFilePath,
boolean deleteAfterFetch) |
com.liferay.portal.kernel.concurrent.NoticeableFuture<java.util.Map<java.nio.file.Path,java.nio.file.Path>> |
getFiles(T t,
java.util.Map<java.nio.file.Path,java.nio.file.Path> pathMap,
boolean deleteAfterFetch) |
java.nio.file.Path |
getRepositoryPath() |
void dispose(boolean delete)
com.liferay.portal.kernel.concurrent.AsyncBroker<java.nio.file.Path,FileResponse> getAsyncBroker()
com.liferay.portal.kernel.concurrent.NoticeableFuture<java.nio.file.Path> getFile(T t, java.nio.file.Path remoteFilePath, java.nio.file.Path localFilePath, boolean deleteAfterFetch)
com.liferay.portal.kernel.concurrent.NoticeableFuture<java.util.Map<java.nio.file.Path,java.nio.file.Path>> getFiles(T t, java.util.Map<java.nio.file.Path,java.nio.file.Path> pathMap, boolean deleteAfterFetch)
java.nio.file.Path getRepositoryPath()