Interface RepositoryModel


  • public interface RepositoryModel
    Access to key iKnowBase engine components
    • Method Detail

      • getDocumentService

        DocumentService getDocumentService()
        Returns an iKnowBase DocumentService object, connected to the iKnowBase repository.
      • getSql

        Sql getSql()
        Returns a Groovy SQL-object, connected to the iKnowBase repository.
      • getJdbcOperations

        JdbcOperations getJdbcOperations()
        Returns a Spring JdbcOperations-object, connected to the iKnowBase repository.
      • getLogger

        LoggerModel getLogger()
        Returns a Logger, usedful for simple logging purposes. These messages are output along with other iKnowBase log statements, in the log files configured in iKnowBase.
      • getContentServicesEngine

        ContentServicesEngine getContentServicesEngine()
        Returns an iKnowBase ContentServicesEngine object, connected to the iKnowBase repository.