Uses of Interface
org.flowable.common.engine.impl.interceptor.Session
Packages that use Session
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.-
Uses of Session in org.flowable.cmmn.engine.impl.agenda
Subinterfaces of Session in org.flowable.cmmn.engine.impl.agendaClasses in org.flowable.cmmn.engine.impl.agenda that implement SessionMethods in org.flowable.cmmn.engine.impl.agenda that return SessionModifier and TypeMethodDescriptionCmmnEngineAgendaSessionFactory.openSession
(CommandContext commandContext) -
Uses of Session in org.flowable.common.engine.impl.agenda
Subinterfaces of Session in org.flowable.common.engine.impl.agendaClasses in org.flowable.common.engine.impl.agenda that implement Session -
Uses of Session in org.flowable.common.engine.impl.db
Classes in org.flowable.common.engine.impl.db that implement SessionMethods in org.flowable.common.engine.impl.db that return Session -
Uses of Session in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor with type parameters of type SessionMethods in org.flowable.common.engine.impl.interceptor that return SessionMethods in org.flowable.common.engine.impl.interceptor that return types with arguments of type Session -
Uses of Session in org.flowable.common.engine.impl.logging
Classes in org.flowable.common.engine.impl.logging that implement SessionMethods in org.flowable.common.engine.impl.logging that return SessionModifier and TypeMethodDescriptionLoggingSessionFactory.openSession
(CommandContext commandContext) -
Uses of Session in org.flowable.common.engine.impl.persistence
Fields in org.flowable.common.engine.impl.persistence with type parameters of type SessionModifier and TypeFieldDescriptionprotected Function<CommandContext,
? extends Session> GenericManagerFactory.sessionCreator
GenericManagerFactory.typeClass
Methods in org.flowable.common.engine.impl.persistence that return SessionModifier and TypeMethodDescriptionGenericManagerFactory.openSession
(CommandContext commandContext) Constructor parameters in org.flowable.common.engine.impl.persistence with type arguments of type SessionModifierConstructorDescriptionGenericManagerFactory
(Class<? extends Session> implementationClass) Deprecated.GenericManagerFactory
(Class<? extends Session> typeClass, Class<? extends Session> implementationClass) Deprecated.useGenericManagerFactory(Class, Supplier)
insteadGenericManagerFactory
(Class<? extends Session> typeClass, Function<CommandContext, ? extends Session> sessionCreator) GenericManagerFactory
(Class<? extends Session> typeClass, Function<CommandContext, ? extends Session> sessionCreator) GenericManagerFactory
(Class<? extends Session> typeClass, Supplier<? extends Session> sessionCreator) GenericManagerFactory
(Class<? extends Session> typeClass, Supplier<? extends Session> sessionCreator) -
Uses of Session in org.flowable.common.engine.impl.persistence.cache
Subinterfaces of Session in org.flowable.common.engine.impl.persistence.cacheModifier and TypeInterfaceDescriptioninterface
Classes in org.flowable.common.engine.impl.persistence.cache that implement Session -
Uses of Session in org.flowable.common.engine.impl.variablelistener
Classes in org.flowable.common.engine.impl.variablelistener that implement SessionMethods in org.flowable.common.engine.impl.variablelistener that return SessionModifier and TypeMethodDescriptionVariableListenerSessionFactory.openSession
(CommandContext commandContext) -
Uses of Session in org.flowable.dmn.engine.impl.agenda
Subinterfaces of Session in org.flowable.dmn.engine.impl.agendaClasses in org.flowable.dmn.engine.impl.agenda that implement SessionMethods in org.flowable.dmn.engine.impl.agenda that return SessionModifier and TypeMethodDescriptionDmnEngineAgendaSessionFactory.openSession
(CommandContext commandContext) -
Uses of Session in org.flowable.engine
Subinterfaces of Session in org.flowable.engineModifier and TypeInterfaceDescriptioninterface
This interface exposes methods needed to manipulate the agenda implementation. -
Uses of Session in org.flowable.engine.impl.agenda
Classes in org.flowable.engine.impl.agenda that implement SessionModifier and TypeClassDescriptionclass
ThisFlowableEngineAgenda
schedules operations which allow debuggingclass
For each API call (and thusCommand
) being executed, a new agenda instance is created.Methods in org.flowable.engine.impl.agenda that return SessionModifier and TypeMethodDescriptionAgendaSessionFactory.openSession
(CommandContext commandContext) -
Uses of Session in org.flowable.engine.test.profiler
Classes in org.flowable.engine.test.profiler that implement SessionMethods in org.flowable.engine.test.profiler that return SessionModifier and TypeMethodDescriptionProfilingDbSqlSessionFactory.openSession
(CommandContext commandContext) -
Uses of Session in org.flowable.spring
Methods in org.flowable.spring that return SessionModifier and TypeMethodDescriptionSpringEntityManagerSessionFactory.openSession
(CommandContext commandContext) -
Uses of Session in org.flowable.variable.service.impl.types
Subinterfaces of Session in org.flowable.variable.service.impl.typesClasses in org.flowable.variable.service.impl.types that implement SessionMethods in org.flowable.variable.service.impl.types that return SessionModifier and TypeMethodDescriptionEntityManagerSessionFactory.openSession
(CommandContext commandContext)
GenericManagerFactory(Class, Supplier)
instead