Uses of Class
org.kie.api.runtime.conf.PersistedSessionOption.ActivationStrategy
-
Packages that use PersistedSessionOption.ActivationStrategy Package Description org.kie.api.runtime.conf -
-
Uses of PersistedSessionOption.ActivationStrategy in org.kie.api.runtime.conf
Methods in org.kie.api.runtime.conf that return PersistedSessionOption.ActivationStrategy Modifier and Type Method Description PersistedSessionOption.ActivationStrategy
PersistedSessionOption. getActivationStrategy()
static PersistedSessionOption.ActivationStrategy
PersistedSessionOption.ActivationStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PersistedSessionOption.ActivationStrategy[]
PersistedSessionOption.ActivationStrategy. 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.ActivationStrategy Modifier and Type Method Description PersistedSessionOption
PersistedSessionOption. withActivationStrategy(PersistedSessionOption.ActivationStrategy activationStrategy)
-