Uses of Class
org.kie.api.runtime.conf.PersistedSessionOption
-
Packages that use PersistedSessionOption Package Description org.kie.api.runtime.conf -
-
Uses of PersistedSessionOption in org.kie.api.runtime.conf
Methods in org.kie.api.runtime.conf that return PersistedSessionOption Modifier and Type Method Description static PersistedSessionOption
PersistedSessionOption. fromSession(long sessionId)
static PersistedSessionOption
PersistedSessionOption. newSession()
PersistedSessionOption
PersistedSessionOption. withActivationStrategy(PersistedSessionOption.ActivationStrategy activationStrategy)
PersistedSessionOption
PersistedSessionOption. withPersistenceObjectsStrategy(PersistedSessionOption.PersistenceObjectsStrategy persistenceObjectsStrategy)
PersistedSessionOption
PersistedSessionOption. withPersistenceStrategy(PersistedSessionOption.PersistenceStrategy persistenceStrategy)
PersistedSessionOption
PersistedSessionOption. withSafepointStrategy(PersistedSessionOption.SafepointStrategy safepointStrategy)
-