Package org.flowable.engine.impl.agenda
Class AgendaSessionFactory
- java.lang.Object
-
- org.flowable.engine.impl.agenda.AgendaSessionFactory
-
- All Implemented Interfaces:
SessionFactory
public class AgendaSessionFactory extends Object implements SessionFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected FlowableEngineAgendaFactoryflowableEngineAgendaFactory
-
Constructor Summary
Constructors Constructor Description AgendaSessionFactory(FlowableEngineAgendaFactory flowableEngineAgendaFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getSessionType()SessionopenSession(CommandContext commandContext)
-
-
-
Field Detail
-
flowableEngineAgendaFactory
protected FlowableEngineAgendaFactory flowableEngineAgendaFactory
-
-
Constructor Detail
-
AgendaSessionFactory
public AgendaSessionFactory(FlowableEngineAgendaFactory flowableEngineAgendaFactory)
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionTypein interfaceSessionFactory
-
openSession
public Session openSession(CommandContext commandContext)
- Specified by:
openSessionin interfaceSessionFactory
-
-