Package | Description |
---|---|
com.liferay.document.library.kernel.store |
This package defines the document library portlet store interfaces, base classes, utilities, and wrappers.
|
Modifier and Type | Method and Description |
---|---|
static StoreArea |
StoreArea.tryRunWithStoreAreas(Predicate<StoreArea> predicate,
StoreArea... storeAreas) |
static StoreArea |
StoreArea.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreArea[] |
StoreArea.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <E extends Exception> |
StoreArea.mergeWithStoreAreas(com.liferay.petra.function.UnsafeSupplier<String[],E> unsafeSupplier,
StoreArea... storeAreas) |
String |
StoreArea.relocate(String name,
StoreArea storeArea) |
static <T extends Exception> |
StoreArea.runWithStoreAreas(com.liferay.petra.function.UnsafeRunnable<T> unsafeRunnable,
StoreArea... storeAreas) |
static <T,E extends Exception> |
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> |
StoreArea.withStoreArea(StoreArea storeArea,
com.liferay.petra.function.UnsafeRunnable<T> unsafeRunnable) |
static <T,E extends Throwable> |
StoreArea.withStoreArea(StoreArea storeArea,
com.liferay.petra.function.UnsafeSupplier<T,E> unsafeSupplier) |
Modifier and Type | Method and Description |
---|---|
static StoreArea |
StoreArea.tryRunWithStoreAreas(Predicate<StoreArea> predicate,
StoreArea... storeAreas) |