@Component public class ModelDiagController extends Object implements ModelDiagnosticService
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_NAME_WITH_DOT |
PROVISIONING_SELF_TEST, REPOSITORY_SELF_TEST, REPOSITORY_TEST_ORG_CLOSURE_CONSISTENCY
Modifier and Type | Method and Description |
---|---|
ProvisioningDiag |
getProvisioningDiag(Task task,
OperationResult parentResult)
Provide provisioning run-time configuration and diagnostic information.
|
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.
|
public static final String CLASS_NAME_WITH_DOT
public RepositoryDiag getRepositoryDiag(Task task, OperationResult parentResult)
ModelDiagnosticService
getRepositoryDiag
in interface ModelDiagnosticService
public OperationResult repositorySelfTest(Task task)
ModelDiagnosticService
repositorySelfTest
in interface ModelDiagnosticService
public OperationResult repositoryTestOrgClosureConsistency(Task task, boolean repairIfNecessary)
ModelDiagnosticService
repositoryTestOrgClosureConsistency
in interface ModelDiagnosticService
public OperationResult provisioningSelfTest(Task task)
ModelDiagnosticService
provisioningSelfTest
in interface ModelDiagnosticService
public ProvisioningDiag getProvisioningDiag(Task task, OperationResult parentResult)
ModelDiagnosticService
getProvisioningDiag
in interface ModelDiagnosticService
Copyright © 2015 evolveum. All rights reserved.