Package com.evolveum.midpoint.ninja.impl
Class NinjaContext
- java.lang.Object
-
- com.evolveum.midpoint.ninja.impl.NinjaContext
-
public class NinjaContext extends Object
Created by Viliam Repan (lazyman).
-
-
Constructor Summary
Constructors Constructor Description NinjaContext(com.beust.jcommander.JCommander jc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
org.springframework.context.ApplicationContext
getApplicationContext()
com.evolveum.midpoint.audit.api.AuditService
getAuditService()
Charset
getCharset()
com.beust.jcommander.JCommander
getJc()
Log
getLog()
PrismContext
getPrismContext()
QueryConverter
getQueryConverter()
com.evolveum.midpoint.repo.api.RepositoryService
getRepository()
RestService
getRestService()
SchemaService
getSchemaService()
void
init(@NotNull ConnectionOptions options)
boolean
isVerbose()
void
setLog(Log log)
-
-
-
Method Detail
-
init
public void init(@NotNull @NotNull ConnectionOptions options)
-
destroy
public void destroy()
-
setLog
public void setLog(Log log)
-
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext()
-
getJc
public com.beust.jcommander.JCommander getJc()
-
getRepository
public com.evolveum.midpoint.repo.api.RepositoryService getRepository()
-
getAuditService
public com.evolveum.midpoint.audit.api.AuditService getAuditService()
-
getRestService
public RestService getRestService()
-
isVerbose
public boolean isVerbose()
-
getCharset
public Charset getCharset()
-
getPrismContext
public PrismContext getPrismContext()
-
getSchemaService
public SchemaService getSchemaService()
-
getLog
public Log getLog()
-
getQueryConverter
public QueryConverter getQueryConverter()
-
-