Class NinjaContext

java.lang.Object
com.evolveum.midpoint.ninja.impl.NinjaContext
All Implemented Interfaces:
Closeable, AutoCloseable

public class NinjaContext extends Object implements Closeable
Created by Viliam Repan (lazyman).
  • Field Details

  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • initializeLogging

      public Log initializeLogging(LogTarget target)
    • setLog

      public void setLog(Log log)
    • getApplicationContext

      public org.springframework.context.ApplicationContext getApplicationContext()
    • getOptions

      public <T> T getOptions(Class<T> type)
    • getAllOptions

      public List<Object> getAllOptions()
    • getMidpointConfiguration

      public MidpointConfiguration getMidpointConfiguration()
    • getRepository

      public com.evolveum.midpoint.repo.api.RepositoryService getRepository()
    • getAuditService

      public com.evolveum.midpoint.audit.api.AuditService getAuditService()
    • isVerbose

      public boolean isVerbose()
    • isBatchMode

      public boolean isBatchMode()
    • isUserMode

      public boolean isUserMode()
    • getCharset

      public Charset getCharset()
    • getPrismContext

      public PrismContext getPrismContext()
    • getSchemaService

      public SchemaService getSchemaService()
    • getLog

      public Log getLog()
    • getQueryConverter

      public QueryConverter getQueryConverter()