Uses of Class
org.kie.api.runtime.conf.PersistedSessionOption.PersistenceStrategy
-
Packages that use PersistedSessionOption.PersistenceStrategy Package Description org.kie.api.runtime.conf -
-
Uses of PersistedSessionOption.PersistenceStrategy in org.kie.api.runtime.conf
Methods in org.kie.api.runtime.conf that return PersistedSessionOption.PersistenceStrategy Modifier and Type Method Description PersistedSessionOption.PersistenceStrategy
PersistedSessionOption. getPersistenceStrategy()
static PersistedSessionOption.PersistenceStrategy
PersistedSessionOption.PersistenceStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PersistedSessionOption.PersistenceStrategy[]
PersistedSessionOption.PersistenceStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.api.runtime.conf with parameters of type PersistedSessionOption.PersistenceStrategy Modifier and Type Method Description PersistedSessionOption
PersistedSessionOption. withPersistenceStrategy(PersistedSessionOption.PersistenceStrategy persistenceStrategy)
-