Uses of Class
com.evolveum.midpoint.schema.SchemaService
-
Packages that use SchemaService Package Description com.evolveum.midpoint.model.common.util com.evolveum.midpoint.model.impl com.evolveum.midpoint.model.impl.scripting.actions com.evolveum.midpoint.model.impl.tasks com.evolveum.midpoint.ninja.impl com.evolveum.midpoint.repo.common.activity.run Classes that support execution (run) of activities.com.evolveum.midpoint.repo.sqale com.evolveum.midpoint.repo.sqale.audit com.evolveum.midpoint.repo.sqlbase com.evolveum.midpoint.schema -
-
Uses of SchemaService in com.evolveum.midpoint.model.common.util
Methods in com.evolveum.midpoint.model.common.util with parameters of type SchemaService Modifier and Type Method Description static Collection<SelectorOptions<GetOperationOptions>>
DefaultColumnUtils. createOption(Class<Containerable> type, SchemaService schemaService)
-
Uses of SchemaService in com.evolveum.midpoint.model.impl
Fields in com.evolveum.midpoint.model.impl declared as SchemaService Modifier and Type Field Description SchemaService
ModelBeans. schemaService
-
Uses of SchemaService in com.evolveum.midpoint.model.impl.scripting.actions
Fields in com.evolveum.midpoint.model.impl.scripting.actions declared as SchemaService Modifier and Type Field Description protected SchemaService
BaseActionExecutor. schemaService
-
Uses of SchemaService in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks with parameters of type SchemaService Modifier and Type Method Description ItemPreprocessor<ShadowType>
AdvancedActivityRunSupportImpl. createShadowFetchingPreprocessor(@NotNull Producer<Collection<SelectorOptions<GetOperationOptions>>> producerOptions, @NotNull SchemaService schemaService)
-
Uses of SchemaService in com.evolveum.midpoint.ninja.impl
Methods in com.evolveum.midpoint.ninja.impl that return SchemaService Modifier and Type Method Description SchemaService
NinjaContext. getSchemaService()
-
Uses of SchemaService in com.evolveum.midpoint.repo.common.activity.run
Fields in com.evolveum.midpoint.repo.common.activity.run declared as SchemaService Modifier and Type Field Description SchemaService
CommonTaskBeans. schemaService
Methods in com.evolveum.midpoint.repo.common.activity.run that return SchemaService Modifier and Type Method Description SchemaService
SearchBasedActivityRun. getSchemaService()
Methods in com.evolveum.midpoint.repo.common.activity.run with parameters of type SchemaService Modifier and Type Method Description ItemPreprocessor<ShadowType>
AdvancedActivityRunSupport. createShadowFetchingPreprocessor(@NotNull Producer<Collection<SelectorOptions<GetOperationOptions>>> producerOptions, @NotNull SchemaService schemaService)
-
Uses of SchemaService in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type SchemaService Modifier and Type Method Description AuditServiceFactory
SqaleRepositoryBeanConfig. sqlAuditServiceFactory(SqaleRepositoryConfiguration sqaleRepositoryConfiguration, SchemaService schemaService, DataSource dataSource, SqlPerformanceMonitorsCollection sqlPerformanceMonitorsCollection)
SqaleRepoContext
SqaleRepositoryBeanConfig. sqlRepoContext(SqaleRepositoryConfiguration repositoryConfiguration, SchemaService schemaService, DataSource dataSource)
Constructors in com.evolveum.midpoint.repo.sqale with parameters of type SchemaService Constructor Description SqaleRepoContext(JdbcRepositoryConfiguration jdbcRepositoryConfiguration, DataSource dataSource, SchemaService schemaService, QueryModelMappingRegistry mappingRegistry, String schemaChangeNumberLabel, int schemaChangeNumberValue)
-
Uses of SchemaService in com.evolveum.midpoint.repo.sqale.audit
Constructors in com.evolveum.midpoint.repo.sqale.audit with parameters of type SchemaService Constructor Description SqaleAuditServiceFactory(SqaleRepositoryConfiguration sqaleRepositoryConfiguration, SchemaService schemaService, DataSource repositoryDataSource, SqlPerformanceMonitorsCollection sqlPerformanceMonitorsCollection)
-
Uses of SchemaService in com.evolveum.midpoint.repo.sqlbase
Fields in com.evolveum.midpoint.repo.sqlbase declared as SchemaService Modifier and Type Field Description protected SchemaService
SqlRepoContext. schemaService
Constructors in com.evolveum.midpoint.repo.sqlbase with parameters of type SchemaService Constructor Description SqlRepoContext(JdbcRepositoryConfiguration jdbcRepositoryConfiguration, DataSource dataSource, SchemaService schemaService, QueryModelMappingRegistry mappingRegistry)
-
Uses of SchemaService in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return SchemaService Modifier and Type Method Description static SchemaService
SchemaService. get()
-