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.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 <T extends Throwable> |
StoreArea.withStoreArea(StoreArea storeArea,
com.liferay.petra.function.UnsafeRunnable<T> unsafeRunnable) |