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.confMethods in org.kie.api.runtime.conf that return PersistedSessionOption.Strategy Modifier and Type Method Description PersistedSessionOption.StrategyPersistedSessionOption. getStrategy()static PersistedSessionOption.StrategyPersistedSessionOption.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 PersistedSessionOptionPersistedSessionOption. fromSession(long sessionId, PersistedSessionOption.Strategy strategy)static PersistedSessionOptionPersistedSessionOption. newSession(PersistedSessionOption.Strategy strategy)
 
-