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 static StoreMethodVHostItemHelper. getDefaultStoreMethod(tigase.vhosts.VHostItem item, StoreMethod defValue)static StoreMethodVHostItemHelper. getRequiredStoreMethod(tigase.vhosts.VHostItem item, StoreMethod defValue)StoreMethodSettings. getStoreMethod()static StoreMethodStoreMethod. valueof(String v)static StoreMethodStoreMethod. valueOf(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 with parameters of type StoreMethod Modifier and Type Method Description static StoreMethodVHostItemHelper. getDefaultStoreMethod(tigase.vhosts.VHostItem item, StoreMethod defValue)static StoreMethodVHostItemHelper. getRequiredStoreMethod(tigase.vhosts.VHostItem item, StoreMethod defValue)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(tigase.xmpp.XMPPResourceConnection session)StoreMethodMessageArchivePlugin. getRequiredStoreMethod(tigase.xmpp.XMPPResourceConnection session)
-