Modifier and Type | Method and Description |
---|---|
RepositoryService |
RepositoryFactory.getCacheRepositoryService() |
RepositoryService |
RepositoryFactory.getRepositoryService() |
Modifier and Type | Method and Description |
---|---|
protected <T extends ObjectType> |
ObjectImporter.validateWithDynamicSchemas(PrismObject<T> object,
Element objectElement,
RepositoryService repository,
OperationResult objectResult) |
Modifier and Type | Method and Description |
---|---|
RepositoryService |
AssignmentEvaluator.getRepository() |
RepositoryService |
ShadowConstraintsChecker.getRepositoryService() |
Modifier and Type | Method and Description |
---|---|
void |
AssignmentEvaluator.setRepository(RepositoryService repository) |
void |
ShadowConstraintsChecker.setRepositoryService(RepositoryService repositoryService) |
Modifier and Type | Field and Description |
---|---|
protected RepositoryService |
AbstractModelIntegrationTest.repositoryService |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
Utils.resolveReferences(PrismObject<T> object,
RepositoryService repository,
boolean enforceReferentialIntegrity,
PrismContext prismContext,
OperationResult result) |
static <T extends ObjectType> |
Utils.searchIterative(RepositoryService repositoryService,
Class<T> type,
ObjectQuery query,
Handler<PrismObject<T>> handler,
int blockSize,
OperationResult opResult) |
Modifier and Type | Method and Description |
---|---|
static String |
NotificationsUtil.getResourceNameFromRepo(RepositoryService repositoryService,
String oid,
OperationResult result) |
static PrismObject<SystemConfigurationType> |
NotificationsUtil.getSystemConfiguration(RepositoryService repositoryService,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
RepositoryService |
ObjectNotFoundHandler.getCacheRepositoryService()
Get the value of repositoryService.
|
RepositoryService |
CommunicationExceptionHandler.getCacheRepositoryService()
Get the value of repositoryService.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectNotFoundHandler.setCacheRepositoryService(RepositoryService repositoryService)
Set the value of repositoryService
Expected to be injected.
|
void |
CommunicationExceptionHandler.setCacheRepositoryService(RepositoryService repositoryService)
Set the value of repositoryService
Expected to be injected.
|
Modifier and Type | Method and Description |
---|---|
RepositoryService |
ProvisioningServiceImpl.getCacheRepositoryService()
Get the value of repositoryService.
|
RepositoryService |
ShadowCache.getRepositoryService()
Get the value of repositoryService.
|
Modifier and Type | Method and Description |
---|---|
void |
ProvisioningServiceImpl.setCacheRepositoryService(RepositoryService repositoryService)
Set the value of repositoryService
Expected to be injected.
|
Modifier and Type | Method and Description |
---|---|
RepositoryService |
RepositoryServiceFactory.getRepositoryService() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryServiceFactory.destroyService(RepositoryService service) |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryCache
Read-through write-through per-session repository cache.
|
Modifier and Type | Method and Description |
---|---|
RepositoryService |
RepositoryCacheFactory.getRepositoryService() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryCacheFactory.destroyService(RepositoryService service) |
void |
RepositoryCache.setRepository(RepositoryService service) |
Constructor and Description |
---|
RepositoryCache(RepositoryService repository) |
Modifier and Type | Class and Description |
---|---|
class |
SqlRepositoryServiceImpl |
Modifier and Type | Method and Description |
---|---|
RepositoryService |
SqlRepositoryFactory.getRepositoryService() |
Modifier and Type | Method and Description |
---|---|
void |
SqlRepositoryFactory.destroyService(RepositoryService service) |
Modifier and Type | Method and Description |
---|---|
RepositoryService |
TaskManagerQuartzImpl.getRepositoryService() |
Modifier and Type | Field and Description |
---|---|
protected RepositoryService |
AbstractIntegrationTest.repositoryService |
Modifier and Type | Method and Description |
---|---|
static void |
IntegrationTestTools.checkAccountShadow(ShadowType shadowType,
ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<ShadowType> checker,
PrismContext prismContext,
OperationResult parentResult) |
static void |
IntegrationTestTools.checkAllShadows(ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<ShadowType> checker,
PrismContext prismContext) |
static void |
IntegrationTestTools.checkEntitlementShadow(ShadowType shadowType,
ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<ShadowType> checker,
String objectClassLocalName,
PrismContext prismContext,
OperationResult parentResult) |
static void |
IntegrationTestTools.checkShadow(ShadowType shadowType,
ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<ShadowType> checker,
PrismContext prismContext,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
static RepositoryService |
SpringApplicationContextHolder.getRepositoryService() |
Copyright © 2013 evolveum. All rights reserved.