Uses of Interface
org.flowable.engine.FlowableEngineAgendaFactory
-
Packages that use FlowableEngineAgendaFactory Package Description org.flowable.engine.impl.agenda org.flowable.engine.impl.cfg -
-
Uses of FlowableEngineAgendaFactory in org.flowable.engine.impl.agenda
Classes in org.flowable.engine.impl.agenda that implement FlowableEngineAgendaFactory Modifier and Type Class Description classDebugFlowableEngineAgendaFactoryclassDefaultFlowableEngineAgendaFactoryFields in org.flowable.engine.impl.agenda declared as FlowableEngineAgendaFactory Modifier and Type Field Description protected FlowableEngineAgendaFactoryAgendaSessionFactory. flowableEngineAgendaFactoryConstructors in org.flowable.engine.impl.agenda with parameters of type FlowableEngineAgendaFactory Constructor Description AgendaSessionFactory(FlowableEngineAgendaFactory flowableEngineAgendaFactory) -
Uses of FlowableEngineAgendaFactory in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as FlowableEngineAgendaFactory Modifier and Type Field Description protected FlowableEngineAgendaFactoryProcessEngineConfigurationImpl. agendaFactoryMethods in org.flowable.engine.impl.cfg that return FlowableEngineAgendaFactory Modifier and Type Method Description FlowableEngineAgendaFactoryProcessEngineConfigurationImpl. getAgendaFactory()Methods in org.flowable.engine.impl.cfg with parameters of type FlowableEngineAgendaFactory Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setAgendaFactory(FlowableEngineAgendaFactory agendaFactory)
-