Uses of Interface
com.evolveum.midpoint.repo.api.RepositoryService

Packages that use RepositoryService
com.evolveum.midpoint.init   
com.evolveum.midpoint.model.importer   
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.model.test   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.notifications   
com.evolveum.midpoint.provisioning.consistency.impl   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.sql   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.test   
com.evolveum.midpoint.wf   
com.evolveum.midpoint.wf.processes.addroles   
 

Uses of RepositoryService in com.evolveum.midpoint.init
 

Methods in com.evolveum.midpoint.init that return RepositoryService
 RepositoryService RepositoryFactory.getCacheRepositoryService()
           
 RepositoryService RepositoryFactory.getRepositoryService()
           
 

Uses of RepositoryService in com.evolveum.midpoint.model.importer
 

Methods in com.evolveum.midpoint.model.importer with parameters of type RepositoryService
 void ObjectImporter.importObjects(InputStream input, ImportOptionsType options, Task task, OperationResult parentResult, RepositoryService repository)
           
protected
<T extends ObjectType>
void
ObjectImporter.resolveReferences(PrismObject<T> object, RepositoryService repository, boolean enforceReferentialIntegrity, OperationResult result)
           
protected
<T extends ObjectType>
void
ObjectImporter.validateWithDynamicSchemas(PrismObject<T> object, Element objectElement, RepositoryService repository, OperationResult objectResult)
           
 

Uses of RepositoryService in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that return RepositoryService
 RepositoryService AssignmentEvaluator.getRepository()
           
 RepositoryService ShadowConstraintsChecker.getRepositoryService()
           
 

Methods in com.evolveum.midpoint.model.lens with parameters of type RepositoryService
 void AssignmentEvaluator.setRepository(RepositoryService repository)
           
 void ShadowConstraintsChecker.setRepositoryService(RepositoryService repositoryService)
           
 

Uses of RepositoryService in com.evolveum.midpoint.model.test
 

Fields in com.evolveum.midpoint.model.test declared as RepositoryService
protected  RepositoryService AbstractModelIntegrationTest.repositoryService
           
 

Uses of RepositoryService in com.evolveum.midpoint.model.util
 

Methods in com.evolveum.midpoint.model.util with parameters of type RepositoryService
static
<T extends ObjectType>
void
Utils.searchIterative(RepositoryService repositoryService, Class<T> type, ObjectQuery query, Handler<PrismObject<T>> handler, int blockSize, OperationResult opResult)
           
 

Uses of RepositoryService in com.evolveum.midpoint.notifications
 

Methods in com.evolveum.midpoint.notifications with parameters of type RepositoryService
static String NotificationsUtil.getResourceNameFromRepo(RepositoryService repositoryService, String oid, OperationResult result)
           
static PrismObject<SystemConfigurationType> NotificationsUtil.getSystemConfiguration(RepositoryService repositoryService, OperationResult result)
           
 

Uses of RepositoryService in com.evolveum.midpoint.provisioning.consistency.impl
 

Methods in com.evolveum.midpoint.provisioning.consistency.impl that return RepositoryService
 RepositoryService CommunicationExceptionHandler.getCacheRepositoryService()
          Get the value of repositoryService.
 RepositoryService ObjectNotFoundHandler.getCacheRepositoryService()
          Get the value of repositoryService.
 

Methods in com.evolveum.midpoint.provisioning.consistency.impl with parameters of type RepositoryService
 void CommunicationExceptionHandler.setCacheRepositoryService(RepositoryService repositoryService)
          Set the value of repositoryService Expected to be injected.
 void ObjectNotFoundHandler.setCacheRepositoryService(RepositoryService repositoryService)
          Set the value of repositoryService Expected to be injected.
 

Uses of RepositoryService in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl that return RepositoryService
 RepositoryService ProvisioningServiceImpl.getCacheRepositoryService()
          Get the value of repositoryService.
 RepositoryService ResourceTypeManager.getRepositoryService()
          Get the value of repositoryService.
 RepositoryService ResourceObjectManager.getRepositoryService()
           
 RepositoryService ShadowCache.getRepositoryService()
          Get the value of repositoryService.
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type RepositoryService
 void ProvisioningServiceImpl.setCacheRepositoryService(RepositoryService repositoryService)
          Set the value of repositoryService Expected to be injected.
 void ResourceTypeManager.setRepositoryService(RepositoryService repositoryService)
          Set the value of repositoryService Expected to be injected.
 void ResourceObjectManager.setRepositoryService(RepositoryService repositoryService)
           
 void ShadowCache.setRepositoryService(RepositoryService repositoryService)
          Set the value of repositoryService

Expected to be injected.

 

Uses of RepositoryService in com.evolveum.midpoint.repo.api
 

Methods in com.evolveum.midpoint.repo.api that return RepositoryService
 RepositoryService RepositoryServiceFactory.getRepositoryService()
           
 

Methods in com.evolveum.midpoint.repo.api with parameters of type RepositoryService
 void RepositoryServiceFactory.destroyService(RepositoryService service)
           
 

Uses of RepositoryService in com.evolveum.midpoint.repo.cache
 

Classes in com.evolveum.midpoint.repo.cache that implement RepositoryService
 class RepositoryCache
          Read-through write-through per-session repository cache.
 

Methods in com.evolveum.midpoint.repo.cache that return RepositoryService
 RepositoryService RepositoryCacheFactory.getRepositoryService()
           
 

Methods in com.evolveum.midpoint.repo.cache with parameters of type RepositoryService
 void RepositoryCacheFactory.destroyService(RepositoryService service)
           
 void RepositoryCache.setRepository(RepositoryService service)
           
 

Constructors in com.evolveum.midpoint.repo.cache with parameters of type RepositoryService
RepositoryCache(RepositoryService repository)
           
 

Uses of RepositoryService in com.evolveum.midpoint.repo.sql
 

Classes in com.evolveum.midpoint.repo.sql that implement RepositoryService
 class SqlRepositoryServiceImpl
           
 

Methods in com.evolveum.midpoint.repo.sql that return RepositoryService
 RepositoryService SqlRepositoryFactory.getRepositoryService()
           
 

Methods in com.evolveum.midpoint.repo.sql with parameters of type RepositoryService
 void SqlRepositoryFactory.destroyService(RepositoryService service)
           
 

Uses of RepositoryService in com.evolveum.midpoint.task.quartzimpl
 

Methods in com.evolveum.midpoint.task.quartzimpl that return RepositoryService
 RepositoryService TaskManagerQuartzImpl.getRepositoryService()
           
 

Uses of RepositoryService in com.evolveum.midpoint.test
 

Fields in com.evolveum.midpoint.test declared as RepositoryService
protected  RepositoryService AbstractIntegrationTest.repositoryService
           
 

Methods in com.evolveum.midpoint.test with parameters of type RepositoryService
static void IntegrationTestTools.checkAllShadows(ResourceType resourceType, RepositoryService repositoryService, ObjectChecker<AccountShadowType> checker, PrismContext prismContext)
           
static void IntegrationTestTools.checkShadow(AccountShadowType shadowType, ResourceType resourceType, RepositoryService repositoryService, ObjectChecker<AccountShadowType> checker, PrismContext prismContext, OperationResult parentResult)
           
 

Uses of RepositoryService in com.evolveum.midpoint.wf
 

Methods in com.evolveum.midpoint.wf that return RepositoryService
 RepositoryService WorkflowManager.getRepositoryService()
           
 

Uses of RepositoryService in com.evolveum.midpoint.wf.processes.addroles
 

Methods in com.evolveum.midpoint.wf.processes.addroles that return RepositoryService
 RepositoryService GetMailAddress.getRepositoryService()
           
 



Copyright © 2013 evolveum. All Rights Reserved.