Uses of Class
tigase.archive.StoreMethod
-
Packages that use StoreMethod Package Description tigase.archive tigase.archive.processors -
-
Uses of StoreMethod in tigase.archive
Methods in tigase.archive that return StoreMethod Modifier and Type Method Description StoreMethodSettings. getStoreMethod()static StoreMethodStoreMethod. valueof(java.lang.String v)static StoreMethodStoreMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StoreMethod[]StoreMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.archive that return types with arguments of type StoreMethod Modifier and Type Method Description java.util.Optional<StoreMethod>MessageArchiveVHostItemExtension. getDefaultStoreMethod()java.util.Optional<StoreMethod>MessageArchiveVHostItemExtension. getRequiredStoreMethod()Methods in tigase.archive with parameters of type StoreMethod Modifier and Type Method Description voidSettings. setStoreMethod(StoreMethod storeMethod)booleanSettings. updateRequirements(StoreMethod requiredStoreMethod, StoreMuc storeMuc) -
Uses of StoreMethod in tigase.archive.processors
Methods in tigase.archive.processors that return StoreMethod Modifier and Type Method Description StoreMethodMessageArchivePlugin. getDefaultStoreMethod(java.util.Optional<MessageArchiveVHostItemExtension> maExt)StoreMethodMessageArchivePlugin. getRequiredStoreMethod(java.util.Optional<MessageArchiveVHostItemExtension> maExt)
-