Class ApplicationBootServiceImpl

  • All Implemented Interfaces:
    com.soffid.iam.service.ApplicationBootService, org.springframework.context.ApplicationContextAware

    public class ApplicationBootServiceImpl
    extends ApplicationBootServiceBase
    implements org.springframework.context.ApplicationContextAware
    • Constructor Detail

      • ApplicationBootServiceImpl

        public ApplicationBootServiceImpl()
    • Method Detail

      • configureIndexDir

        protected void configureIndexDir()
                                  throws es.caib.seycon.ng.exception.InternalErrorException,
                                         IOException,
                                         es.caib.bpm.exception.BPMException
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        IOException
        es.caib.bpm.exception.BPMException
      • configureDocumentManager

        protected void configureDocumentManager()
                                         throws es.caib.seycon.ng.exception.InternalErrorException,
                                                es.caib.bpm.exception.BPMException,
                                                IOException
        Method that implements the functionality to set the document manager settings by default.
        Throws:
        es.caib.bpm.exception.BPMException
        es.caib.seycon.ng.exception.InternalErrorException
        IOException
      • createInitialData

        protected void createInitialData()
                                  throws Exception
        Throws:
        Exception
      • configureSystemProperties

        protected void configureSystemProperties()
                                          throws es.caib.seycon.ng.exception.InternalErrorException
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • 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