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