boolean |
StoreAreaProcessor.copyDirectory(long companyId,
long repositoryId,
String dirName,
StoreArea[] sourceStoreAreas,
StoreArea destinationStoreArea) |
boolean |
StoreAreaProcessor.copyDirectory(long companyId,
long repositoryId,
String dirName,
StoreArea[] sourceStoreAreas,
StoreArea destinationStoreArea) |
static <E extends Exception> String[] |
StoreArea.mergeWithStoreAreas(com.liferay.petra.function.UnsafeSupplier<String[],E> unsafeSupplier,
StoreArea... storeAreas) |
String |
StoreArea.relocate(String name,
StoreArea storeArea) |
static <T extends Exception> void |
StoreArea.runWithStoreAreas(com.liferay.petra.function.UnsafeRunnable<T> unsafeRunnable,
StoreArea... storeAreas) |
static <T,E extends Exception> T |
StoreArea.tryGetWithStoreAreas(com.liferay.petra.function.UnsafeSupplier<T,E> unsafeSupplier,
Predicate<T> predicate,
T defaultValue,
StoreArea... storeAreas) |
static StoreArea |
StoreArea.tryRunWithStoreAreas(Predicate<StoreArea> predicate,
StoreArea... storeAreas) |
static <T extends Throwable> void |
StoreArea.withStoreArea(StoreArea storeArea,
com.liferay.petra.function.UnsafeRunnable<T> unsafeRunnable) |
static <T,E extends Throwable> T |
StoreArea.withStoreArea(StoreArea storeArea,
com.liferay.petra.function.UnsafeSupplier<T,E> unsafeSupplier) |