public interface ModelDiagnosticService
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_NAME_WITH_DOT |
static String |
PROVISIONING_SELF_TEST |
static String |
REPOSITORY_SELF_TEST |
static String |
REPOSITORY_TEST_ORG_CLOSURE_CONSISTENCY |
Modifier and Type | Method and Description |
---|---|
RepositoryDiag |
getRepositoryDiag(Task task,
OperationResult parentResult)
Provide repository run-time configuration and diagnostic information.
|
OperationResult |
provisioningSelfTest(Task task)
Runs a short, non-destructive internal provisioning test.
|
OperationResult |
repositorySelfTest(Task task)
Runs a short, non-destructive repository self test.
|
OperationResult |
repositoryTestOrgClosureConsistency(Task task,
boolean repairIfNecessary)
Checks a org closure table for consistency, repairing any problems found.
|
static final String CLASS_NAME_WITH_DOT
static final String REPOSITORY_SELF_TEST
static final String REPOSITORY_TEST_ORG_CLOSURE_CONSISTENCY
static final String PROVISIONING_SELF_TEST
RepositoryDiag getRepositoryDiag(Task task, OperationResult parentResult)
OperationResult repositorySelfTest(Task task)
OperationResult repositoryTestOrgClosureConsistency(Task task, boolean repairIfNecessary)
OperationResult provisioningSelfTest(Task task)
Copyright © 2015 evolveum. All rights reserved.