Class IdmEngineFactoryBean

java.lang.Object
org.flowable.idm.spring.IdmEngineFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<IdmEngine>, org.springframework.context.ApplicationContextAware

public class IdmEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<IdmEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
Author:
Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
  • Field Details

    • idmEngineConfiguration

      protected IdmEngineConfiguration idmEngineConfiguration
    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • idmEngine

      protected IdmEngine idmEngine
  • Constructor Details

    • IdmEngineFactoryBean

      public IdmEngineFactoryBean()
  • Method Details

    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getObject

      public IdmEngine getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<IdmEngine>
      Throws:
      Exception
    • configureExternallyManagedTransactions

      protected void configureExternallyManagedTransactions()
    • getObjectType

      public Class<IdmEngine> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<IdmEngine>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<IdmEngine>
    • getIdmEngineConfiguration

      public IdmEngineConfiguration getIdmEngineConfiguration()
    • setIdmEngineConfiguration

      public void setIdmEngineConfiguration(IdmEngineConfiguration idmEngineConfiguration)