Uses of Enum Class
tigase.archive.StoreMethod
Packages that use StoreMethod
-
Uses of StoreMethod in tigase.archive
Methods in tigase.archive that return StoreMethodModifier and TypeMethodDescriptionSettings.getStoreMethod()static StoreMethodstatic StoreMethodReturns the enum constant of this class with the specified name.static StoreMethod[]StoreMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.archive that return types with arguments of type StoreMethodModifier and TypeMethodDescriptionMessageArchiveVHostItemExtension.getDefaultStoreMethod()MessageArchiveVHostItemExtension.getRequiredStoreMethod()Methods in tigase.archive with parameters of type StoreMethodModifier and TypeMethodDescriptionvoidSettings.setStoreMethod(StoreMethod storeMethod) booleanSettings.updateRequirements(StoreMethod requiredStoreMethod, StoreMuc storeMuc) -
Uses of StoreMethod in tigase.archive.processors
Methods in tigase.archive.processors that return StoreMethodModifier and TypeMethodDescriptionMessageArchivePlugin.getDefaultStoreMethod(Optional<MessageArchiveVHostItemExtension> maExt) MessageArchivePlugin.getRequiredStoreMethod(Optional<MessageArchiveVHostItemExtension> maExt)