Uses of Interface
org.camunda.bpm.engine.impl.interceptor.Session
- 
- 
Uses of Session in org.camunda.bpm.engine.impl.cmmn.entity.repositoryClasses in org.camunda.bpm.engine.impl.cmmn.entity.repository that implement Session Modifier and Type Class Description classCaseDefinitionManager
- 
Uses of Session in org.camunda.bpm.engine.impl.cmmn.entity.runtimeClasses in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement Session Modifier and Type Class Description classCaseExecutionManagerclassCaseSentryPartManager
- 
Uses of Session in org.camunda.bpm.engine.impl.dbSubinterfaces of Session in org.camunda.bpm.engine.impl.db Modifier and Type Interface Description interfacePersistenceSessionClasses in org.camunda.bpm.engine.impl.db that implement Session Modifier and Type Class Description classAbstractPersistenceSession
- 
Uses of Session in org.camunda.bpm.engine.impl.db.entitymanagerClasses in org.camunda.bpm.engine.impl.db.entitymanager that implement Session Modifier and Type Class Description classDbEntityManager
- 
Uses of Session in org.camunda.bpm.engine.impl.db.sqlClasses in org.camunda.bpm.engine.impl.db.sql that implement Session Modifier and Type Class Description classBatchDbSqlSessionFor mybatisExecutorType.BATCHclassDbSqlSessionclassSimpleDbSqlSessionFor mybatisExecutorType.SIMPLEMethods in org.camunda.bpm.engine.impl.db.sql that return Session Modifier and Type Method Description SessionDbSqlPersistenceProviderFactory. openSession()SessionDbSqlSessionFactory. openSession()
- 
Uses of Session in org.camunda.bpm.engine.impl.dmn.entity.repositoryClasses in org.camunda.bpm.engine.impl.dmn.entity.repository that implement Session Modifier and Type Class Description classDecisionDefinitionManagerclassDecisionRequirementsDefinitionManager
- 
Uses of Session in org.camunda.bpm.engine.impl.form.entityClasses in org.camunda.bpm.engine.impl.form.entity that implement Session Modifier and Type Class Description classCamundaFormDefinitionManager
- 
Uses of Session in org.camunda.bpm.engine.impl.history.eventClasses in org.camunda.bpm.engine.impl.history.event that implement Session Modifier and Type Class Description classHistoricDecisionInstanceManagerData base operations forHistoricDecisionInstanceEntity.
- 
Uses of Session in org.camunda.bpm.engine.impl.identitySubinterfaces of Session in org.camunda.bpm.engine.impl.identity Modifier and Type Interface Description interfaceReadOnlyIdentityProviderSPI interface for read-only identity Service Providers.interfaceWritableIdentityProviderSPI Interface for identity service implementations which offer read / write access to the user database.
- 
Uses of Session in org.camunda.bpm.engine.impl.identity.dbClasses in org.camunda.bpm.engine.impl.identity.db that implement Session Modifier and Type Class Description classDbIdentityServiceProviderWritableIdentityProviderimplementation backed by a database.classDbReadOnlyIdentityServiceProviderRead only implementation of DB-backed identity service
- 
Uses of Session in org.camunda.bpm.engine.impl.interceptorFields in org.camunda.bpm.engine.impl.interceptor with type parameters of type Session Modifier and Type Field Description protected java.util.List<Session>CommandContext. sessionListprotected java.util.Map<java.lang.Class<?>,Session>CommandContext. sessionsMethods in org.camunda.bpm.engine.impl.interceptor that return Session Modifier and Type Method Description SessionSessionFactory. openSession()Methods in org.camunda.bpm.engine.impl.interceptor that return types with arguments of type Session Modifier and Type Method Description java.util.Map<java.lang.Class<?>,Session>CommandContext. getSessions()
- 
Uses of Session in org.camunda.bpm.engine.impl.optimizeClasses in org.camunda.bpm.engine.impl.optimize that implement Session Modifier and Type Class Description classOptimizeManager
- 
Uses of Session in org.camunda.bpm.engine.impl.persistenceClasses in org.camunda.bpm.engine.impl.persistence that implement Session Modifier and Type Class Description classAbstractHistoricManagerclassAbstractManagerFields in org.camunda.bpm.engine.impl.persistence with type parameters of type Session Modifier and Type Field Description protected java.lang.Class<? extends Session>GenericManagerFactory. managerImplementationMethods in org.camunda.bpm.engine.impl.persistence that return Session Modifier and Type Method Description SessionGenericManagerFactory. openSession()Constructor parameters in org.camunda.bpm.engine.impl.persistence with type arguments of type Session Constructor Description GenericManagerFactory(java.lang.Class<? extends Session> managerImplementation)
- 
Uses of Session in org.camunda.bpm.engine.impl.persistence.entity
- 
Uses of Session in org.camunda.bpm.engine.impl.variable.serializer.jpaSubinterfaces of Session in org.camunda.bpm.engine.impl.variable.serializer.jpa Modifier and Type Interface Description interfaceEntityManagerSessionClasses in org.camunda.bpm.engine.impl.variable.serializer.jpa that implement Session Modifier and Type Class Description classEntityManagerSessionImplMethods in org.camunda.bpm.engine.impl.variable.serializer.jpa that return Session Modifier and Type Method Description SessionEntityManagerSessionFactory. openSession()
- 
Uses of Session in org.camunda.bpm.engine.springMethods in org.camunda.bpm.engine.spring that return Session Modifier and Type Method Description SessionSpringEntityManagerSessionFactory. openSession()
- 
Uses of Session in org.camunda.bpm.identity.impl.ldapClasses in org.camunda.bpm.identity.impl.ldap that implement Session Modifier and Type Class Description classLdapIdentityProviderSessionLDAPReadOnlyIdentityProvider.Methods in org.camunda.bpm.identity.impl.ldap that return Session Modifier and Type Method Description SessionLdapIdentityProviderFactory. openSession()
 
-