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