Uses of Enum Class
com.liferay.document.library.kernel.store.StoreArea
Packages that use StoreArea
Package
Description
This package defines the document library portlet store interfaces, base classes, utilities, and wrappers.
-
Uses of StoreArea in com.liferay.document.library.kernel.store
Methods in com.liferay.document.library.kernel.store that return StoreAreaModifier and TypeMethodDescriptionstatic StoreArea
StoreArea.tryRunWithStoreAreas
(Predicate<StoreArea> predicate, StoreArea... storeAreas) static StoreArea
Returns the enum constant of this class with the specified name.static StoreArea[]
StoreArea.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.document.library.kernel.store with parameters of type StoreAreaModifier and TypeMethodDescriptionboolean
StoreAreaProcessor.copyDirectory
(long companyId, long repositoryId, String dirName, StoreArea[] sourceStoreAreas, StoreArea destinationStoreArea) StoreArea.mergeWithStoreAreas
(com.liferay.petra.function.UnsafeSupplier<String[], E> unsafeSupplier, StoreArea... storeAreas) static <T extends Exception>
voidStoreArea.runWithStoreAreas
(com.liferay.petra.function.UnsafeRunnable<T> unsafeRunnable, StoreArea... storeAreas) static <T,
E extends Exception>
TStoreArea.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>
voidStoreArea.withStoreArea
(StoreArea storeArea, com.liferay.petra.function.UnsafeRunnable<T> unsafeRunnable) static <T,
E extends Throwable>
TStoreArea.withStoreArea
(StoreArea storeArea, com.liferay.petra.function.UnsafeSupplier<T, E> unsafeSupplier) Method parameters in com.liferay.document.library.kernel.store with type arguments of type StoreAreaModifier and TypeMethodDescriptionstatic StoreArea
StoreArea.tryRunWithStoreAreas
(Predicate<StoreArea> predicate, StoreArea... storeAreas)